1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2025-01-15 11:59:34 +00:00
Commit graph

529 commits

Author SHA1 Message Date
FellippeHeitor
bd01e48060 Closes Bind dialog if control selection changes. 2020-02-10 00:40:49 -03:00
FellippeHeitor
745e2709b7 Gets Editor and Preview working with Binding data. 2020-02-10 00:11:47 -03:00
FellippeHeitor
b01432708c Removes binaries until next release. 2020-02-09 10:15:12 -03:00
FellippeHeitor
ef49a27598 Begins implementation of control bindings in UiEditor.bas 2020-02-09 01:44:22 -03:00
FellippeHeitor
262099e3fd Triggers a redraw for both source and target controls when binding. 2020-02-08 23:02:17 -03:00
FellippeHeitor
b817a23fad Improves on __UI_Bind behavior. 2020-02-08 17:24:37 -03:00
FellippeHeitor
052cd29756 Adds SUB __UI_Bind(id AS LONG, targetID AS LONG). Implements #102 2020-02-06 10:41:42 -03:00
FellippeHeitor
31fd9fc4fc Adds ability to set a Mask() for labels, following PRINT USING rules.
Then the .Value property of labels is used to store the value to format.
2020-02-05 11:57:31 -03:00
FellippeHeitor
f66272289e Fixes "Division by zero" error for empty ListBox and DropdownLists.
Closes #104
2019-12-30 11:01:55 -03:00
FellippeHeitor
d90af9e0ab Replaces ADLER32 with CRC32 for the install/update process. 2019-11-24 15:40:08 -03:00
FellippeHeitor
22a4c05e1f Properly loads forms with GIF images and AutoPlay = True.
Bump build number.
2019-11-24 12:44:14 -03:00
FellippeHeitor
b2f14c07ae Declares __UI_RegisterResult for all new forms.
Prevents issues if the user wants to have OPTION _EXPLICIT in their code.
2019-11-14 02:57:05 -03:00
FellippeHeitor
92cebc6d9f Minor changes to test the distribution in the dev channel. 2019-11-14 02:29:30 -03:00
FellippeHeitor
ea35c81fd6 Adds v1.1 binaries for distribution. 2019-11-14 02:17:03 -03:00
FellippeHeitor
1997c0f1da Introduces the developer channel, for testing experimental features. 2019-11-14 02:06:15 -03:00
FellippeHeitor
51ef712753 Adds proper hotkey marker for "Check for updates &now" option. 2019-11-13 01:09:42 -02:00
FellippeHeitor
7e5a59ff27 Removes binaries until next stable release. 2019-11-13 01:07:38 -02:00
FellippeHeitor
c3be609b40 Adds "&Check for updates now" to Options menu. 2019-11-12 01:58:15 -02:00
FellippeHeitor
8d763d46d8 Updates v1.0 binaries. 2019-11-10 23:40:56 -02:00
FellippeHeitor
16f1e0f4c6 Updates InFormVersion.bas
__UI_VersionNumber now contains the current build number, while __UI_Version will contain a user-friendly version string.
2019-11-10 23:22:31 -02:00
FellippeHeitor
4a58fffe14 Updater system tweaked. 2019-11-10 23:13:36 -02:00
FellippeHeitor
aceae307c2 Add binaries for distribution of v1.0 2019-11-10 19:36:52 -02:00
FellippeHeitor
af99d10591 Version 1.0 - end of beta phase. 2019-11-10 19:08:01 -02:00
FellippeHeitor
9cf34c84e4 Trigger Updater compilation if not found at UiEditor start. 2019-11-10 18:12:38 -02:00
FellippeHeitor
0d7750e632 Moves drawing routines into main library. Begins changes 4 theming support. 2019-07-28 22:25:56 -03:00
FellippeHeitor
fe0e283811 Removes unused declared variables. 2019-06-20 02:05:26 -03:00
FellippeHeitor
8b0a7da87b Autoname the new PictureBox control created after an image file is dropped. 2019-05-05 17:27:02 -03:00
FellippeHeitor
d038626684 Maybe InFormVersion.bas will be included somewhere where True isn't set... 2019-05-02 00:50:28 -03:00
FellippeHeitor
cf9029d077 Prevents calling PlayGif when no Gif was properly loaded. 2019-05-01 20:30:12 -03:00
FellippeHeitor
e0115a84d0 Accepts drag/drop from file system (Editor) 2019-05-01 20:29:49 -03:00
FellippeHeitor
b63b3ad2ab Adds ability to drop an image file onto the preview to add a PictureBox. 2019-05-01 17:48:58 -03:00
FellippeHeitor
631e907a9e Prevents saving .Value when control is NumericOnly texbox 2019-03-17 23:41:59 -03:00
FellippeHeitor
3c498156f9 Allows proper editing of NumericTextbox with boundaries. Fixes #94. 2019-03-17 23:08:43 -03:00
FellippeHeitor
929d5c359c Fixes #93: Hides cursor when window is not in focus. 2019-03-17 19:24:36 -03:00
FellippeHeitor
40daacf007 Updates INI-Manager library. 2019-03-17 19:24:10 -03:00
FellippeHeitor
275d6c2988 Updates dates. 2019-03-17 19:23:53 -03:00
FellippeHeitor
5ae77875d0 Fixes _RGB32 using new syntax not yet available in stable QB64. 2019-02-19 00:05:15 -03:00
FellippeHeitor
d9c688ded7 Prevent controls from getting focus if inside a hidden container.
Closes #92.
2019-02-09 14:15:44 -02:00
FellippeHeitor
e178ed331a Use font 8 to show info on hidden controls (design mode). 2019-02-09 12:39:08 -02:00
FellippeHeitor
e974ad139d Adds .BypassSelectOnFocus property to TextBox controls (for SetFocus) 2019-02-09 12:16:01 -02:00
FellippeHeitor
faba308c3e Hidden controls now have a ghost rectangle replace them in design mode. 2018-11-12 18:15:42 -02:00
FellippeHeitor
de25e4ca15 Removes binaries to begin Beta 9 development. 2018-11-12 12:22:35 -02:00
FellippeHeitor
f6e599c34f Adds Beta 8 binaries for distribution. 2018-11-08 17:59:49 -02:00
FellippeHeitor
a3e8eb93e8 Prevents update errors when the process is interrupted. 2018-11-08 16:47:42 -02:00
FellippeHeitor
f948874064 Renames README for GIF extension. 2018-11-08 16:29:09 -02:00
FellippeHeitor
df1a24f673 Fixes menu items disappearing in DesignMode. 2018-11-08 15:33:32 -02:00
FellippeHeitor
d27b45f7f3 Adjusts wrong offset when clicking on list box items 2018-11-08 12:24:10 -02:00
FellippeHeitor
c15d79dcf9 Prevents incorrect resize of forms at load time. 2018-11-07 23:13:48 -02:00
FellippeHeitor
f592abcc16 Prevents asking the user to add the GIF extension when it's already there. 2018-11-07 23:01:11 -02:00
FellippeHeitor
80a50fb01a Asks before including the GIF extension when adding an animated GIF. 2018-11-07 17:23:13 -02:00