Commit graph

502 commits

Author SHA1 Message Date
MikeTheWatchGuy
f60137c4b2 Release 3.12.0 & 1.12.0 2018-10-28 20:01:03 -04:00
MikeTheWatchGuy
42c5499687 All Popups needed changing to use new CloseButton 2018-10-28 13:28:18 -04:00
MikeTheWatchGuy
8c326024f4 Button no longer closes the Window!! 2018-10-28 12:39:55 -04:00
MikeTheWatchGuy
3bea475611 RELEASE 3.11.0 and 1.11.0 2018-10-28 01:44:31 -04:00
MikeTheWatchGuy
53a4a4231e SHORTCUT BUTTONS no longer closes window, Removed "Default Value" for buttons... dunno why it was there to begin with. 2018-10-27 20:42:44 -04:00
MikeTheWatchGuy
1b5cfcad73 PySimpleGUI27 version of Read changes, NEW Demo - psutil dashboard 2018-10-27 00:13:56 -04:00
MikeTheWatchGuy
e3a2c768b7 Removed ability to set filetypes in Browse buttons for MACs. 2018-10-26 14:47:54 -04:00
MikeTheWatchGuy
32a99344c9 Test code for filetypes problem 2018-10-26 14:21:17 -04:00
MikeTheWatchGuy
6728b2cdc6 Tree Element - new parameter show_expanded 2018-10-26 11:44:22 -04:00
MikeTheWatchGuy
4f61318a78 Tree Element - Now returns values - list of selected keys 2018-10-26 11:37:36 -04:00
MikeTheWatchGuy
f3776ff5d4 Multi-window support (experimental release), BringToFront method 2018-10-25 19:34:11 -04:00
MikeTheWatchGuy
b12bacc4a3 Improved RealtimeButton code! Does not require non-blocking reads 2018-10-23 21:45:47 -04:00
MikeTheWatchGuy
777520e998 3.10.3 & 1.2.3 release 2018-10-23 13:28:47 -04:00
MikeTheWatchGuy
a8f3ef1bff New way of reading non-blocking... return value change for non-blocking when using timeout=0 2018-10-22 20:49:58 -04:00
MikeTheWatchGuy
e96b914680 Window.Read with timeout=0 is same as ReadNonBlocking 2018-10-22 10:43:32 -04:00
MikeTheWatchGuy
2733d80b34 New - VerticalSeparator Element, formatting fix-up in 2.7 version 2018-10-22 10:00:25 -04:00
MikeTheWatchGuy
dbae221081 New Feature - change_submits for InputText 2018-10-21 11:50:31 -04:00
MikeTheWatchGuy
fcd23f1a6e Docs for release 3.10.2, 1.2.2.... Post-release fix for table scrolling 2018-10-20 19:01:59 -04:00
MikeTheWatchGuy
c2fb118e5e Fix for timeout timer not gettin cancelled. NEW Demo - LCD clock for Raspberry Pi 2018-10-20 17:43:50 -04:00
MikeTheWatchGuy
a5c7b22705 New Table scroll bars! Table.Update works too 2018-10-20 14:34:59 -04:00
MikeTheWatchGuy
3c807be334 RELEASE 3.10.1 & 1.2.1 2018-10-20 12:04:18 -04:00
MikeTheWatchGuy
23027173a5 New demo keypad, New Window method - FindElementWithFocus 2018-10-19 16:20:06 -04:00
MikeTheWatchGuy
523231141a New read_only parameter for Combo, new feature - ability to read selected table rows! 2018-10-19 14:52:21 -04:00
MikeTheWatchGuy
aa40a73266 Split apart timeout=(key,time) intp 2 parms timeout, key 2018-10-18 14:33:57 -04:00
MikeTheWatchGuy
d398ad2ffb New Feature! Read with Timeout. Cleaned up formatting for Look and Feel,. better default size for slider, 2018-10-17 22:28:00 -04:00
MikeTheWatchGuy
ca546099f8 New feature - Alpha Channel for Windows 2018-10-17 11:13:49 -04:00
MikeTheWatchGuy
a89d6b562d Minimize Window method 2018-10-16 19:29:25 -04:00
MikeTheWatchGuy
5606525486 New Windows features - Move, SetAlpha 2018-10-16 18:36:12 -04:00
MikeTheWatchGuy
4131faeac1 New resizable feature for windows. Default is not resizable 2018-10-16 11:04:58 -04:00
MikeTheWatchGuy
88c56b9bb2 New feature - slider tick interval, Menu tear off now defaults to off 2018-10-16 10:31:21 -04:00
MikeTheWatchGuy
975cbdd382 Added code to enable text on top of graphic buttons 2018-10-15 20:07:45 -04:00
MikeTheWatchGuy
43526e0182 Fix for listbox double click, return key. Dunno why PySimpleGUI27 is just now being checked in 2018-10-15 13:04:05 -04:00
MikeTheWatchGuy
827a3ca565 Button images can be loaded from RAM in addition to files, ability update button images, NEW DEMO program - floating toolbar 2018-10-10 21:32:17 -04:00
MikeTheWatchGuy
23b0bb893b Table Element - new parameters - num_rows, alternating_row_color 2018-10-10 00:57:31 -04:00
MikeTheWatchGuy
5d487bf5fe NEW Tree Element! 2018-10-09 21:44:29 -04:00
MikeTheWatchGuy
5fb1e31efa NEW Window capability - Disappear / Reappear 2018-10-09 08:39:46 -04:00
MikeTheWatchGuy
592e60083d Doc strings added for all Elements, removed last of UberForm, added disable parm to all buttons, warning on LookAndFeel if invalid 2018-10-09 07:50:06 -04:00
MikeTheWatchGuy
aa39167e6f Button sizes changed for a lot of the Popups so they are the same size. 2018-10-08 18:33:47 -04:00
MikeTheWatchGuy
2253522b52 Disabled disabled disabled.... 2018-10-08 18:19:19 -04:00
MikeTheWatchGuy
beb3f17e25 Background colors for images, disabled parameter for input text 2018-10-08 17:50:54 -04:00
MikeTheWatchGuy
91da5ed7b2 Release 3.9.1 & 1.1.2 2018-10-08 13:30:33 -04:00
MikeTheWatchGuy
1491fa77ea NEW PopupQuick call - a non-blocking, self-closing popup 2018-10-07 15:31:29 -04:00
MikeTheWatchGuy
45902d6d5a Exposed Look and Feel table so additions can be easily made 2018-10-06 01:33:02 -04:00
MikeTheWatchGuy
5f3646a252 New feature - Theme for tabs 2018-10-05 14:30:58 -04:00
MikeTheWatchGuy
2596c0cc45 New tab feature - Enabled / Disable tab 2018-10-05 02:37:40 -04:00
MikeTheWatchGuy
66aed4c838 New Topanga look and feel. Improved Popup code by removing Text as spacers 2018-10-04 19:26:49 -04:00
MikeTheWatchGuy
7c783dcaf2 Tab text color and selected text color options (still no background colors :-1) 2018-10-03 15:37:11 -04:00
MikeTheWatchGuy
71dca41dfa Tabs - location and bar color changes. New demo to show tab location, color 2018-10-03 14:00:44 -04:00
MikeTheWatchGuy
d46a292128 Group group background color option added... slowly adding colors 2018-10-03 00:56:29 -04:00
MikeTheWatchGuy
c5fe094a66 Progress Bars - Can now vary style as much as desired as long as use different key per style 2018-10-03 00:07:07 -04:00