Commit Graph

1187 Commits

Author SHA1 Message Date
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 3e676c94c7
Merge pull request #380 from MikeTheWatchGuy/Dev-latest
New window methods - Hide, UnHide!  Fix for menu letter underlining, …
2018-09-29 02:03:42 -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 ede7c67f5e
Merge pull request #379 from MikeTheWatchGuy/Dev-latest
3.8.4
2018-09-29 01:55:36 -04:00
MikeTheWatchGuy 784e3e52dc 3.8.4 2018-09-29 01:54:30 -04:00
MikeTheWatchGuy e8bd26e5d3
Merge pull request #377 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-09-28 19:55:21 -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 1d28165b24
Merge pull request #376 from MikeTheWatchGuy/Dev-latest
Complete removal of old-style Tabs (ShowTabbedForm), updated readme w…
2018-09-28 16:00:15 -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 b2e8c7b2a3
Merge pull request #375 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-09-28 15:05:57 -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 a625bcb345
Merge pull request #371 from MikeTheWatchGuy/Dev-latest
Changed grab_anywhere default on popups to false
2018-09-27 22:07:08 -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 e1d6f0cca7
Merge pull request #370 from MikeTheWatchGuy/Dev-latest
Changed tooltip location. New window Disable / Enable - experimental
2018-09-27 21:31:30 -04:00
MikeTheWatchGuy 83e9c58904 Changed tooltip location. New window Disable / Enable - experimental 2018-09-27 21:31:05 -04:00
MikeTheWatchGuy 11f2163c66
Merge pull request #369 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-09-27 19:20:07 -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 dccb04460c
Merge pull request #367 from MikeTheWatchGuy/Dev-latest
Change to Spin, Slider, Listbox, Combobox - if changed submitted the …
2018-09-27 16:34:27 -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 6cc88569c9
Merge pull request #366 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-09-27 16:27:30 -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 9a77224d2d
Merge pull request #365 from MikeTheWatchGuy/Dev-latest
Programming course with PySimpleGUI lessons
2018-09-27 05:49:11 -04:00
MikeTheWatchGuy 8b4185988f Programming course with PySimpleGUI lessons 2018-09-27 05:18:35 -04:00
MikeTheWatchGuy 5633590c32
Merge pull request #363 from MikeTheWatchGuy/Dev-latest
New Window option - Force top level - forces the window to be a Tople…
2018-09-27 01:17:53 -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 edbd769308
Merge pull request #361 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-09-26 23:06:33 -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 4366ec1e03
Merge pull request #360 from MikeTheWatchGuy/Dev-latest
RELEASES 3.8.2, 1.0.4
2018-09-26 19:16:55 -04:00
MikeTheWatchGuy 42eb6e668a RELEASES 3.8.2, 1.0.4 2018-09-26 18:59:06 -04:00
MikeTheWatchGuy 60460d22d8
Merge pull request #358 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-09-26 15:29:08 -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 6ca582451c
Merge pull request #356 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-09-26 13:47:46 -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 4469981261
Merge pull request #354 from MikeTheWatchGuy/Dev-latest
More 2.7 support
2018-09-25 20:05:27 -04:00
MikeTheWatchGuy 294d033ddf More 2.7 support 2018-09-25 20:04:53 -04:00
MikeTheWatchGuy 2501c150e5 Doc updates to match Python 2.7 support 2018-09-25 20:03:14 -04:00
MikeTheWatchGuy 19236c2f56
Merge pull request #353 from MikeTheWatchGuy/Dev-latest
Removed old, bad, tabbed code.
2018-09-25 17:52:05 -04:00
MikeTheWatchGuy 0c290058dd
Delete Demo_Tabbed_Form.py 2018-09-25 17:51:44 -04:00
MikeTheWatchGuy 820862a4e7 Removed old, bad, tabbed code. 2018-09-25 17:50:19 -04:00
MikeTheWatchGuy ec3fd7cffd
Merge pull request #350 from MikeTheWatchGuy/Dev-latest
Dev latest
2018-09-25 13:45:39 -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