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 |
MikeTheWatchGuy
|
9d08739c73
|
UNIFIED CODE BASE! Back to a single PySimpleGUI file that GENERATES the PySimpleGUI27.py file
|
2018-10-02 00:00:49 -04:00 |
MikeTheWatchGuy
|
085a33b919
|
NEW tab_location setting for TabGroup Element, code to detect P2.7 from P3 for tkinter imports, Error detect for key not found
|
2018-10-01 16:20:30 -04:00 |
MikeTheWatchGuy
|
c0f0032896
|
3.8.5 RELEASE
|
2018-09-30 21:46:50 -04:00 |
MikeTheWatchGuy
|
c588b817f7
|
Used PopupError cfor bad element update
|
2018-09-30 19:38:41 -04:00 |
MikeTheWatchGuy
|
aa2911b91e
|
New Error Element
|
2018-09-30 19:20:50 -04:00 |
MikeTheWatchGuy
|
b976bf61f2
|
Fix for background and text color in Tables
|
2018-09-29 23:25:07 -04:00 |
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
|
76e2bc96dc
|
Backed out menu code.... had broken menus
|
2018-09-28 19:48:08 -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
|
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
|
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
|
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
|
42eb6e668a
|
RELEASES 3.8.2, 1.0.4
|
2018-09-26 18:59:06 -04:00 |
MikeTheWatchGuy
|
8e541ec21c
|
RELEASE 3.8.0
|
2018-09-25 01:33:32 -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
|
afbaa5ef97
|
Renamed MultiTab to TabGroup
|
2018-09-24 12:17:45 -04:00 |
MikeTheWatchGuy
|
1d0495a0bc
|
Ability to READ TABS! How useful!
|
2018-09-24 10:49:29 -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
|
def0f3287d
|
Readme updates
|
2018-09-23 21:30:56 -04:00 |
MikeTheWatchGuy
|
53720e3e8d
|
DOCS - The big Form to Window rename effort...
|
2018-09-23 18:30:29 -04:00 |