Commit Graph

106 Commits

Author SHA1 Message Date
MikeTheWatchGuy b471b5dd05 Fixed import as g instead of sg bug, made some demos borderless, used form.FindElement where possible, fixed PopupGetFile and PopupGetFolder no_window option 2018-09-06 16:20:37 -04:00
MikeTheWatchGuy be6ee091b1 Fix for checkbox background color being set to system default. 2018-09-06 15:25:05 -04:00
MikeTheWatchGuy 7e0728ac4d NEW Movable windows!! 2018-09-06 10:56:55 -04:00
MikeTheWatchGuy a0f4d6cfca Default should have been default_text 2018-09-05 23:16:08 -04:00
MikeTheWatchGuy ce352ea0bf New feature - option to remove title bar from forms! Targets for Calendar buttons, hiding tabbed forms until completely built before showing, 2018-09-05 19:57:32 -04:00
MikeTheWatchGuy 86f2f17e24 Borderless windows option for FlexForm 2018-09-05 15:56:25 -04:00
MikeTheWatchGuy 96341667af Fix for button target being None, None instead of 0,0 2018-09-05 12:43:41 -04:00
MikeTheWatchGuy 3a0377a496 Buttons can have keys now! Browse buttons have values now too. Risky change, but wtf, it's free software right? 2018-09-05 12:23:04 -04:00
MikeTheWatchGuy 1eeada1d54 Fixed Bug introduced when adding calendar. Was creating additional return values! UGH. 2018-09-05 10:29:36 -04:00
MikeTheWatchGuy 0899b7d9e8 NEW Element - CalendarButton (opens a calendar chooser widget), another fix for Mac buttons 2018-09-05 09:04:17 -04:00
MikeTheWatchGuy 667000ea2a NEW form.SaveToDisk and form.LoadFromDisk!
Another user submitted feature request
2018-09-04 23:13:15 -04:00
MikeTheWatchGuy 75970ade87 2.20 Release 2018-09-04 20:42:39 -04:00
MikeTheWatchGuy e251bf1bf4 New feature - change_submits for Combo boxes 2018-09-04 16:57:34 -04:00
MikeTheWatchGuy 16b1c8310d New options for PopupGetFile (save_as, no_window), added key to buttons, New Demo_Fill_form from JFong 2018-09-04 13:40:31 -04:00
MikeTheWatchGuy 50a69f25fc New PopupNoButtons box, added "key" to all elements, form.FindElement method, Combo.Update can update list of allowed values, 2018-09-03 23:58:56 -04:00
MikeTheWatchGuy 341233f8b7 Renamed select_submits to change_submit in Listbox so that it matches other elements 2018-09-03 17:56:01 -04:00
MikeTheWatchGuy c7a695d2a6 Changed button update method so can change only color if desired, tweaks to scrollable columns, fixed bug in size of OptionMeny element, initial check-in of image viewer demo by Jorj 2018-09-03 14:20:22 -04:00
MikeTheWatchGuy ccd3e4c797 Scrollable Columns - NEW Feature! 2018-09-03 10:51:54 -04:00
MikeTheWatchGuy 60a93a54ae Fill form function working! New Look and Feel settings 2018-09-02 22:15:05 -04:00
MikeTheWatchGuy 83d62d2555 NEW Fill Form feature! More Popup functions, Update methods added for all elements that did not have previously 2018-09-02 13:38:59 -04:00
MikeTheWatchGuy f8aff92c98 Default icon, function hiding, experimental dummy button, MsgBox renaming to Popup, Non-blocking Pop-up, removed legacy LayoutAndShow 2018-09-02 01:01:37 -04:00
MikeTheWatchGuy 4c8722765a Fix for radio button disappearing
Used same logar
2018-09-01 19:04:19 -04:00
MikeTheWatchGuy aeaf04ed73 NEW Dark look and feel setting. Fixed problem with incorrect checkbox colors 2018-09-01 17:46:35 -04:00
MikeTheWatchGuy a19fb528d4 NEW ELEMENT - InputOptionMenu / OptionMenu. Acts like a ComboBox but looks better
Never heard of this widget before, but after seeing it, had to add it to the list of Element choices!
2018-09-01 11:28:44 -04:00
MikeTheWatchGuy 421e96e800 Font sizer - fixed exit detection. Change Submits for Slider - don't setup unless change_submits flag is set 2018-09-01 10:51:19 -04:00
MikeTheWatchGuy c4364a2109 New Pop series of functions Popup, PopupGetFile, PopupGetFolder, PopupGetText, 2018-08-31 19:03:19 -04:00
MikeTheWatchGuy 3793ff81c2 Slider change_submits feature. Update method for Slider, updated Font Sizer demo 2018-08-31 09:29:00 -04:00
MikeTheWatchGuy 310fe845e4 Spin Element change_submits feature, can change font when updating Text Element, CHANGE TO PACKED ROWS
Important change to how "rows" are placed into form.  Switched from Grid to packed. SHOULD be ok, but it's a big change.
2018-08-31 09:07:37 -04:00
MikeTheWatchGuy 3e8c59d7dd New SystemDefaul look and feel setting 2018-08-29 17:59:06 -04:00
MikeTheWatchGuy 9b286bb050 Delete multiline input when doing an "Update", History added to HowDoI using up/down keys 2018-08-28 21:05:11 -04:00
MikeTheWatchGuy 01e7fd65fa Button color is system default for Mac platform ONLY, otherwise blue
Hated the gray buttons on windows so made the change so only the Mac platform uses the gray buttons
2018-08-28 20:07:17 -04:00
MikeTheWatchGuy b11eeae7ef FlexForm.Refresh method, Open() - new button shortcut function 2018-08-28 19:02:02 -04:00
MikeTheWatchGuy fee2bd6432 Listbox select return option - removed the bind_listbox_select option from Buttons. No longer signaling that way. 2018-08-28 16:42:51 -04:00
MikeTheWatchGuy d4ee06353e Big changes - Default button color now system default!! New default button size setting. Added padding to Output Element
These are sizeable look and feel changes.  All of the buttons will become a flat gray that matches the background.
2018-08-28 12:25:15 -04:00
MikeTheWatchGuy bdf9f67be1 New feature - Listbox bind to button. Indicates that as soon as a selection is made, a button click is simulated. 2018-08-27 23:57:52 -04:00
MikeTheWatchGuy 5243798a73 Resolution for Sliders 2018-08-27 11:20:01 -04:00
MikeTheWatchGuy 8759046bcf Bug fix - need to decrement number of open windows after ReadFormButton clicked 2018-08-27 10:55:53 -04:00
MikeTheWatchGuy 1505b56601 New button - FilesBrowse - Select MULTIPLE files 2018-08-27 09:56:35 -04:00
MikeTheWatchGuy 0def4bf436 Demo Matplotlib, Canvas Element changes, new Frame Element, added pad to Text, Slider
Plus a few other tweaks & bug fixes
2018-08-26 22:16:54 -04:00
MikeTheWatchGuy e7c216dfe1 CANVAS Element! Fixes for autosizing, scroll-bar artifacts on Output, fonts for Output, all shortcut functions using new method 2018-08-26 15:20:54 -04:00
MikeTheWatchGuy 07772cb2e7 Exposed 'pad' for ALL ELEMENTS. Touched every Element. Changed how shortcut funcations are made. New demo program Keypad. 2018-08-25 22:57:15 -04:00
MikeTheWatchGuy 60034cd168 Progress bar - decrement num windows if update fails (RISKY CHANGE)
More battling over the number of open windows.  Hopefully won't cause lots of problems!
2018-08-24 23:32:12 -04:00
MikeTheWatchGuy 4119ea8b5c Slider - range can be changed using Update, Progress Bars - Max value c an be changed on the fly when calling UpdateBar. Fixed bug when multiple bars on one form 2018-08-24 22:47:21 -04:00
MikeTheWatchGuy 53e0c25a02 Chaned how wrapping in Text Elements work, changed MsgBox to use new wrapping
More risky Text Element changes
2018-08-24 07:57:22 -04:00
MikeTheWatchGuy a2e8b0fad3 Added Slider Update method, reworking of how Text Elements wrap (risky change), rework how MsgBox wraps
Some risky changes to how text wraps, but hopefully these will fix problems of forms being way too wide.

Also added Update to Slider Element.  This allows it to be used for things like tracking progress in a song being played.
2018-08-24 07:45:31 -04:00
MikeTheWatchGuy cc96d52ae4 Added ability to change button colors using Update method 2018-08-23 14:17:46 -04:00
MikeTheWatchGuy fcdd58ae83 Protection around update in case form was manually closed 2018-08-23 14:10:58 -04:00
MikeTheWatchGuy a57fc79706 Update method for Buttons 2018-08-23 13:50:20 -04:00
MikeTheWatchGuy dcbbf319eb Update method for Text Element now includes colors 2018-08-23 12:45:51 -04:00
MikeTheWatchGuy 9a8ece087e Support for Listbox.Update 2018-08-23 12:30:35 -04:00