Commit graph

2630 commits

Author SHA1 Message Date
PySimpleGUI
ca16fbc4e6 Added text, background colors to Input element update, added value parm to Frame element update, Window deletes self when close called (risky???) 2019-10-27 09:07:15 -04:00
PySimpleGUI
7f52778bcc Major update of all demo programs to use new PEP8 bindings, etc 2019-10-23 16:10:03 -04:00
PySimpleGUI
3f7c87c562 Added 5 extra pixels to window size when creating to stop clipping from happening. Was at 5 pixels, changed to 10. 2019-10-19 10:18:57 -04:00
PySimpleGUI
ae525a9abd Tried to fix loading of image file problem. 2019-10-17 15:17:13 -04:00
PySimpleGUI
915e07a075 Combo no longer defaults to first value 2019-10-14 09:44:05 -04:00
PySimpleGUI
2c53a593fe Refresh of Graph Element demos 2019-10-13 15:14:17 -04:00
PySimpleGUI
52e9852c4f Fix for Radio Buttons not being correct after loading from disk, Experimental Finalize that calls read(timeout=1) 2019-10-13 15:13:42 -04:00
PySimpleGUI
fa8de0e8f1 version bump 2019-10-12 14:02:44 -04:00
PySimpleGUI
c70999be76 Fixed problem of multiline out having no return value 2019-10-12 14:01:18 -04:00
PySimpleGUI
f157131a73 Fix bad link to demos, Latest PySimpleGUI calls. 2019-10-08 21:15:00 -04:00
PySimpleGUI
f8543f8713 Update PySimpleGUIWx.py 2019-10-08 17:58:12 -04:00
PySimpleGUI
b9640649fe Version bump for prior changes 2019-10-07 18:08:55 -04:00
PySimpleGUI
18ce3337e6 Fix for flickering image in OpenCV demos!!!! 2019-10-07 18:08:06 -04:00
PySimpleGUI
7f1584d97e Refreshed Menu Demo 2019-10-07 16:37:01 -04:00
PySimpleGUI
b9a161acc5 New Element method!! expand(expand_x, expand_y). Paramters are bools. 2019-10-06 17:06:18 -04:00
PySimpleGUI
48eea5464c Create Demo_Column_And_Frames.py 2019-10-02 23:29:07 -04:00
PySimpleGUI
5cb8fe18c1 Enable SetGlobalIcon to be a base64 byte string in addition to a filename. Fixed window icon logic to choose correct default 2019-10-02 23:11:50 -04:00
PySimpleGUI
91fe043c11 Updated Timer Demos and added 4-line OpenCV demo 2019-10-02 21:13:58 -04:00
PySimpleGUI
f50a9a0bf4 Version 0.13.0 (finally) Released 2019-10-01 09:22:24 -04:00
PySimpleGUI
d068c2d54e Fix for crash in PopupGetFile if clicking cancel with no_window set to True 2019-09-30 21:12:40 -04:00
PySimpleGUI
f8cd963503 Removed support for PyQt5 2019-09-29 17:16:59 -04:00
PySimpleGUI
d1d48a17b2 New element method for button rebinding. Bind destination should be Element.ButtonReboundCallback. 2019-09-26 19:46:58 -04:00
PySimpleGUI
f1b5aa29d3 Fix for Print crash. Added get_size, hide_row, unhide_row for all elements. 2019-09-26 17:03:18 -04:00
PySimpleGUI
392c5a94d3 Cleanup imports 2019-09-25 15:24:54 -04:00
PySimpleGUI
830ed2a526 Implemented background color for Menus 2019-09-24 17:01:35 -04:00
PySimpleGUI
8f6db74f83 New demo program that simulates callbacks using a dictionary 2019-09-23 12:10:10 -04:00
PySimpleGUI
04ebf34d21 Added new User Defined Element function, lots of comments 2019-09-21 15:18:12 -04:00
PySimpleGUI
8adb35e0e2 Renamed function 2019-09-21 14:59:29 -04:00
PySimpleGUI
6c8ddbd93c Updated to use the more "modern constructs". Changed how keys are named. 2019-09-21 14:56:17 -04:00
PySimpleGUI
f7deaadf97 Refreshing demos. Updating to use newer techniques 2019-09-20 17:31:00 -04:00
PySimpleGUI
e5e1021516 Discovered OLD code! Was using ReadButton! 2019-09-20 16:59:15 -04:00
PySimpleGUI
1d4ca6696f Now sets TKrootDestroyed when user closes window. window.get_screen_dimensions will call get_screen_size is window was closed / destroyed 2019-09-20 13:49:10 -04:00
PySimpleGUI
d3a146d436 New Class Method. Window.get_screen_size() returns tuple. Can be called any time. No previous window needed. 2019-09-20 13:14:45 -04:00
PySimpleGUI
627fda3ae0 Forgot version bump 2019-09-20 13:09:48 -04:00
PySimpleGUI
d4940296f1 Fixed bug / typo. Was in the middle of making a change and had not finished it before checking in! DOH!! 2019-09-20 13:08:58 -04:00
PySimpleGUI
338b16652d Added Element.set_size method enabling the resizing of any element. Removed import * restriction 2019-09-20 11:32:21 -04:00
PySimpleGUI
86805e9ebe Simplified code 2019-09-19 15:52:26 -04:00
PySimpleGUI
3b24d8921e Update of ALL Matplotlib demos so they run on 3.1. Brought up to date too. 2019-09-19 13:32:25 -04:00
PySimpleGUI
6f02fb4a54 Updated, removed the force_toplevel in Window as it doesn't seem to be needed anymore. 2019-09-19 11:57:11 -04:00
PySimpleGUI
ec78bd3327 Updated to work with 3.1.1 2019-09-19 11:24:40 -04:00
PySimpleGUI
0248d6e968 Comment out import of Typing module 2019-09-19 09:59:14 -04:00
PySimpleGUI
7e972b5277 cleanup to more recent constructs 2019-09-18 20:15:45 -04:00
PySimpleGUI
ef138509ac Updated to work with Matplotlib 3.1.1 2019-09-18 20:07:57 -04:00
PySimpleGUI
0e691b7875 Block import * attempts. Added metadata doc string to all elements, new parameter in InputText.Update - move_cursor_to. Added border_width to Text element since it can have a relief. 2019-09-18 12:32:28 -04:00
MikeTheWatchGuy
3db33ab659 Addition of Material1 and Material2 "Look and Feel Settings" 2019-09-17 12:36:20 -04:00
MikeTheWatchGuy
0126b3230e Changed mac button settings to crazy values 2019-09-16 19:17:54 -04:00
MikeTheWatchGuy
8bbb704608 Changed Mac to use standard colors. No more restriction on look and feel 2019-09-16 18:18:55 -04:00
MikeTheWatchGuy
97db1d9cd4 The text parm of the Text element is now OPTIONAL. The default is ''. 2019-09-16 16:01:03 -04:00
MikeTheWatchGuy
abb0918dbd Version bump 2019-09-16 15:40:53 -04:00
MikeTheWatchGuy
81abc21cf9 Title not a string check removed from Window, Element Justification fix for columns, etc. MAC FIX - using highlightbackground for background 2019-09-16 15:40:12 -04:00