Commit Graph

609 Commits

Author SHA1 Message Date
MikeTheWatchGuy f1a2c7c3c2 Fix for returning tab KEY when returning results for tab group 2018-09-29 22:58:38 -04:00
MikeTheWatchGuy d1773e6447 Removed last of Context Manager from Popups. Added Underscore to Menu Examples, Updated Templates, Better Popup examples 2018-09-29 13:48:48 -04:00
MikeTheWatchGuy 96635ef5a2 New window methods - Hide, UnHide! Fix for menu letter underlining, Removed manager from Popups 2018-09-29 02:03:07 -04:00
MikeTheWatchGuy 784e3e52dc 3.8.4 2018-09-29 01:54:30 -04:00
MikeTheWatchGuy 76e2bc96dc Backed out menu code.... had broken menus 2018-09-28 19:48:08 -04:00
MikeTheWatchGuy 509c8fd7ec Created a custoim progress meter example 2018-09-28 19:21:44 -04:00
MikeTheWatchGuy 6cc8ed1ad1 Complete removal of old-style Tabs (ShowTabbedForm), updated readme with all the latest changes 2018-09-28 15:59:18 -04:00
MikeTheWatchGuy 4548b1dd9b New imports... switched order so that PyCharm will pick up with Python 3 import first 2018-09-28 14:57:37 -04:00
MikeTheWatchGuy aeafdfeb19 Added default_extension to PopupGetFile, fix for menu &_ stuff, new set_to_index parm for Update of Combobox
Changes suggested by Venim
2018-09-28 00:54:45 -04:00
MikeTheWatchGuy 670a772c5c Another Colors Name demo with tooltips 2018-09-27 22:06:50 -04:00
MikeTheWatchGuy b90bd859db Changed grab_anywhere default on popups to false 2018-09-27 21:52:10 -04:00
MikeTheWatchGuy 83e9c58904 Changed tooltip location. New window Disable / Enable - experimental 2018-09-27 21:31:05 -04:00
MikeTheWatchGuy 1c817fe419 Added separator to menus. If a menu item is '---' then a separator will be added 2018-09-27 19:12:24 -04:00
MikeTheWatchGuy 1fc244db83 change_submits added to Checkbox and TabGroup. Addition of underlines in menus (doesn't seem to work yet) 2018-09-27 18:58:19 -04:00
MikeTheWatchGuy 3b125f76ab Change to Spin, Slider, Listbox, Combobox - if changed submitted the window, return the KEY as the button 2018-09-27 16:34:01 -04:00
MikeTheWatchGuy ce4b5b8a99 Added angle parameter to DrawText 2018-09-27 16:24:51 -04:00
MikeTheWatchGuy ab98ea20eb Added import code for BOTH 2.,7 and 3 2018-09-27 16:24:09 -04:00
MikeTheWatchGuy 8b4185988f Programming course with PySimpleGUI lessons 2018-09-27 05:18:35 -04:00
MikeTheWatchGuy 78c31358be New Window option - Force top level - forces the window to be a Toplevel tkinter window 2018-09-27 01:17:09 -04:00
MikeTheWatchGuy 4208d9d569 Warnings added to help people when they missed calling Finalize 2018-09-26 23:06:06 -04:00
MikeTheWatchGuy 9c59d86d1c Added making Axis 2018-09-26 22:41:49 -04:00
MikeTheWatchGuy 42eb6e668a RELEASES 3.8.2, 1.0.4 2018-09-26 18:59:06 -04:00
MikeTheWatchGuy 06b1f3a199 Version 1.0.3 update 2018-09-26 15:28:32 -04:00
MikeTheWatchGuy 6bb1015c43 Typo 2018-09-26 13:49:37 -04:00
MikeTheWatchGuy 7967bf8513 Python 2.7 instructions 2018-09-26 13:47:15 -04:00
MikeTheWatchGuy 0a4f4db871 Removed old Tab Recipe 2018-09-25 20:18:42 -04:00
MikeTheWatchGuy 294d033ddf More 2.7 support 2018-09-25 20:04:53 -04:00
MikeTheWatchGuy 820862a4e7 Removed old, bad, tabbed code. 2018-09-25 17:50:19 -04:00
MikeTheWatchGuy df5459b049 Release 1.0.0 of PySimpleGUI27 2018-09-25 13:45:12 -04:00
MikeTheWatchGuy 743873c5a2 RELEASE 1.0.0 for Python 2.7 2018-09-25 13:43:36 -04:00
MikeTheWatchGuy 2de5209674 More 2.7 fun 2018-09-25 12:54:21 -04:00
MikeTheWatchGuy eb9ed9f300 Getting close with 2.7! 2018-09-25 12:17:04 -04:00
MikeTheWatchGuy 07ead47df7 More 2.7 work 2018-09-25 11:39:30 -04:00
MikeTheWatchGuy c3cc96534d More 2.7 work 2018-09-25 11:26:41 -04:00
MikeTheWatchGuy b4e6de5c59 A 2.7 Version of PySimpleGUI (partially done) 2018-09-25 10:44:52 -04:00
MikeTheWatchGuy 8e541ec21c RELEASE 3.8.0 2018-09-25 01:33:32 -04:00
MikeTheWatchGuy fa8ece89a3 New document.... Cookbook table.pdf 2018-09-24 23:03:09 -04:00
MikeTheWatchGuy 6d3436bc98 Tab fix - was packing on bottom... needed to pack anchored to top instead of bottom, can now set color of background 2018-09-24 20:31:06 -04:00
MikeTheWatchGuy 7b0a6be951 DEMO WITH SUGGESTED DESIGN PATTERNS 2018-09-24 18:28:54 -04:00
MikeTheWatchGuy a1f4c60271 Major demo refresh.. switched everything to new function names, new design patterns
Out with the old, in with the new!!
2018-09-24 18:01:00 -04:00
MikeTheWatchGuy 2a06683383 Added a couple of very helpful contributors. Thank you to everyone that has helped!! 2018-09-24 12:24:55 -04:00
MikeTheWatchGuy afbaa5ef97 Renamed MultiTab to TabGroup 2018-09-24 12:17:45 -04:00
MikeTheWatchGuy d633329a5b Test tab inputs 2018-09-24 10:53:24 -04:00
MikeTheWatchGuy 1d0495a0bc Ability to READ TABS! How useful! 2018-09-24 10:49:29 -04:00
MikeTheWatchGuy 2bf5ce46b4 Demo of new Tab Element 2018-09-24 10:40:08 -04:00
MikeTheWatchGuy 20ec508234 New feature! TABS - This time for real, done the "right way" (yea right) 2018-09-24 10:36:22 -04:00
MikeTheWatchGuy 4e1c7bb75f Swapped parameter in OneLineProgressMeter 2018-09-24 00:53:24 -04:00
MikeTheWatchGuy 0bac183b9d MORE form renaming to window... 2018-09-23 23:03:20 -04:00
MikeTheWatchGuy 2f5a42bc86 More design pattern changes 2018-09-23 22:59:54 -04:00
MikeTheWatchGuy 763ea62479 More removal of Form in favor of Window 2018-09-23 22:50:48 -04:00