Commit Graph

427 Commits

Author SHA1 Message Date
MikeTheWatchGuy 473430f6dc Renamed Treeview to be Table,the offoical Table Element. Created New function name PrepareForUpdate that is same as ReadNonBlocking 2018-09-13 00:27:33 -04:00
MikeTheWatchGuy bb990fca05 New Recipes Toolbars, Explanation of the "Event Loop" 2018-09-12 18:31:39 -04:00
MikeTheWatchGuy 57396f3dc1 NEW Demos - Floating CPU utlization widget, Compound element - Spinner, refresh of the other Demos 2018-09-12 16:46:35 -04:00
MikeTheWatchGuy 18584aa533 Change to TEXT WRAPPING beware, backed out the form resizing 2018-09-12 16:19:41 -04:00
MikeTheWatchGuy 90010026ac New Popup option.... background, text colors
Still need to add to add those popup calls!
2018-09-12 13:58:16 -04:00
MikeTheWatchGuy 94e18b2993 Font feature added to Input Text fields... can't believe it wasn't implemented. Has the beginnings of the Treeview element. Should hold off using it for now though. 2018-09-12 13:46:06 -04:00
MikeTheWatchGuy 24de0ff8b5 RELEASE 3.1.2 2018-09-11 16:09:36 -04:00
MikeTheWatchGuy 1f2819c9a9 Renamed all of the Update 'disable' parameters to be 'disabled' 2018-09-11 14:59:25 -04:00
MikeTheWatchGuy 8830699f73 Bug fix in image update 2018-09-11 12:16:29 -04:00
MikeTheWatchGuy ea0ea8a18b Demonstration of disabling elements 2018-09-11 10:09:48 -04:00
MikeTheWatchGuy c79b0be31d Added Enable/Disable to all input elements! Refresh of many Demo programs 2018-09-11 08:38:38 -04:00
MikeTheWatchGuy 5a59f4753b New Demo - Chat without history... a simplified chat 2018-09-10 23:24:20 -04:00
MikeTheWatchGuy 6f3a8ddb2b Fix for grab anywhere in password recipe 2018-09-10 23:04:47 -04:00
MikeTheWatchGuy 4200b78bd2 Turned off grab_anywhere because text is being copied. Turn off grab_anywhere in PopupGetText 2018-09-10 22:51:04 -04:00
MikeTheWatchGuy 40983fb873 Updated Menu demo 2018-09-10 20:24:04 -04:00
MikeTheWatchGuy a56cdb9735 Fix in Spinner update. Wasn't working in forms that returned on change 2018-09-10 20:20:15 -04:00
MikeTheWatchGuy d92d103d7e New Demo - YouTube-DL.exe front end for subtitles 2018-09-10 19:17:53 -04:00
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