Commit Graph

510 Commits

Author SHA1 Message Date
MikeTheWatchGuy ef8c1a2857 Floating toolbar, Cookbook update 2018-09-10 18:42:05 -04:00
MikeTheWatchGuy 080450c691 Fix for button not updating when Update changed the text 2018-09-10 17:35:21 -04:00
MikeTheWatchGuy efb82e241c Menu Recipe 2018-09-10 17:29:23 -04:00
MikeTheWatchGuy cfcbb1f69f Fix comment in recipe 2018-09-10 17:17:02 -04:00
MikeTheWatchGuy 7f6ac376e2 New Recipe - Floating Toolbar 2018-09-10 17:08:11 -04:00
MikeTheWatchGuy 6b79ea988d Another missed and element.BackgroundColor != COLOR_SYSTEM_DEFAULT 2018-09-10 16:56:56 -04:00
MikeTheWatchGuy b2dc9869d0 New Update capability for Spinner Elements. Can set value, values. Removed buggy code in button wrapping, added key to progressbar 2018-09-10 16:49:04 -04:00
MikeTheWatchGuy a8f674a44a Removed all externally created elements - replaced with calls to form.FindElement. Many recipes updated to new preferred design patterns 2018-09-10 12:37:45 -04:00
MikeTheWatchGuy 9f831a9f9c RELEASE 3.01.00 2018-09-10 11:27:49 -04:00
MikeTheWatchGuy 8ebc7852dd Add more pip installation info 2018-09-10 10:02:56 -04:00
MikeTheWatchGuy 6f80065afe New readme 2018-09-10 00:24:29 -04:00
MikeTheWatchGuy ce4f456cb3 Demo for MENUS! 2018-09-09 23:31:13 -04:00
MikeTheWatchGuy 9f4f7d125e MENUS! Updated Desktop Timer Widget 2018-09-09 23:22:10 -04:00
MikeTheWatchGuy cc71b76161 Compacted and commented code. Make more efficient by reading non-blocking only when timer is running 2018-09-09 13:25:33 -04:00
MikeTheWatchGuy 03b21c4eca New Floating Timer Demo (Desktop Widget) 2018-09-09 12:28:07 -04:00
MikeTheWatchGuy 4c09977365 Fix for Update of Button Element 2018-09-09 12:22:45 -04:00
MikeTheWatchGuy 74bfa9bb14 More about Async forms 2018-09-08 22:54:27 -04:00
MikeTheWatchGuy 0163597224 NEW Floating Toolbar demo 2018-09-08 19:37:37 -04:00
MikeTheWatchGuy ebb0dbb03a RELEASE 3.0.2 2018-09-08 16:26:38 -04:00
MikeTheWatchGuy 699a6912d2 grab_anywhere option now available for non-blocking forms, but defaults to False for non-blocking. More Cookbook cleanup 2018-09-08 15:32:38 -04:00
MikeTheWatchGuy c9625b548b minor edit 2018-09-08 15:15:43 -04:00
MikeTheWatchGuy bd0bdd8c3b Bug fixes. Had to add a "Show Code" button to get around weird bug with select boxes returning on change 2018-09-08 15:15:23 -04:00
MikeTheWatchGuy 1268885f3c TURNED OFF the grab_anywhere parameter for non-blocking forms. New #! line at top of file. Beginning of new Menu Element (in progress don't use) 2018-09-08 13:54:28 -04:00
MikeTheWatchGuy 8712c09e08 Added correct sizing to ComboBoxes - how height matches user requested height 2018-09-08 01:12:43 -04:00
MikeTheWatchGuy 96f7bfce45 Added color chooser 2018-09-07 23:54:34 -04:00
MikeTheWatchGuy a968100ab8 Various fixes 2018-09-07 23:23:45 -04:00
MikeTheWatchGuy ceb09ae62c Fixed broken realtime buttons 2018-09-07 23:15:49 -04:00
MikeTheWatchGuy aaedeae326 New feature - keep_on_top setting in FlexForm 2018-09-07 22:13:15 -04:00
MikeTheWatchGuy b6cb352cb3 Credit for window move code 2018-09-07 21:12:57 -04:00
MikeTheWatchGuy 5a2aa66934 RELEASE 3.0 2018-09-07 18:04:23 -04:00
MikeTheWatchGuy 54e249de59 NEW Color Chooser Button 2018-09-07 16:37:50 -04:00
MikeTheWatchGuy 3278727744 Added ability to disable a Combobox... can also create as disabled 2018-09-07 13:25:56 -04:00
MikeTheWatchGuy fdab86b66f Turn off grab_anywhere on Demos of realtime buttons due to error message from tkinter 2018-09-07 10:33:23 -04:00
MikeTheWatchGuy c905acdd3d Demo Table Simulation - one way to make a table in PSG 2018-09-07 10:32:05 -04:00
MikeTheWatchGuy ac44b5bdaa Justification setting for Input elements.... Finally can make tables! Demo fo tables 2018-09-06 23:17:40 -04:00
MikeTheWatchGuy 405bcf7cbc Turning back on Grab Anywhere! If you have a slider, turn it off, that simple 2018-09-06 21:58:16 -04:00
MikeTheWatchGuy 436f9c35d9 Had to turn off grab_anywhere... causes problems when you have sliders! Drat! 2018-09-06 21:56:20 -04:00
MikeTheWatchGuy 630f321fa3 Fix for *args crash in python 3.4. Had no idea was broken. OpenCV window sizing, Fix for tables in cookbook 2018-09-06 21:30:26 -04:00
MikeTheWatchGuy 30f964f6a9 The "Grab Anywhere" option... default is ON 2018-09-06 20:29:11 -04:00
MikeTheWatchGuy d39d12c327 Sized controls to fit 1280x720 video 2018-09-06 18:02:37 -04:00
MikeTheWatchGuy c9656c7815 Removed window border 2018-09-06 17:08:29 -04:00
MikeTheWatchGuy de045f6e82 New OpenCV Demo 2018-09-06 16:54:56 -04:00
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 3b7c9267c3 More installation instructions 2018-09-06 15:18:46 -04:00
MikeTheWatchGuy 4e5f88f23d Added back title bar 2018-09-06 12:10:58 -04:00
MikeTheWatchGuy 32a9dc79ce Release 2.30 refresh of readme and demos
Lots of forms went borderless so important that 2.30 be released.
2018-09-06 12:01:19 -04:00
MikeTheWatchGuy bc00740d03 NEW Demo - Borderless window (no titlebar) 2018-09-06 11:08:06 -04:00
MikeTheWatchGuy 7e0728ac4d NEW Movable windows!! 2018-09-06 10:56:55 -04:00
MikeTheWatchGuy bb4be66dd4 Readme type in Popup examples 2018-09-05 23:46:34 -04:00