PySimpleGUI
PySimpleGUI
Note too that Windows, **by default are not modal**.  Popups _**are modal by default**_. If modal is important to your application, it's best to always be explicit when calling...
Let me unpack this and figure out which are new features and which are features that aren't well documented. I'm guessing the majority are new features as the goal was...
Looking through the code I see only the basic support for tables. The features you're looking for are not there at this time. Like all of the PySimpleGUI ports, you...
The Qt port is just about complete with a sizable rework. It will hopefully make getting a number of these Qt features knocked out quickly. It's going through a lot...
Hi there friend! Thanks for the extreme patience. This is the number one priority item for me. I would like to get an Alpha out to users in a separate...
Starting the "acceptance testing" of a reworked PySimpleGUIQt. Will be moving to a user Alpha after that. It likely has some better hooks for these. It's taking a while to...
PySimpleGUIQt got slowed like everything else with this delay in 4.46.0. What I want to do though is get you in earlier on the testing than I originally had been...
I WILL! Thanks for that!
Yea, the PySimpleGUIQt port is on hold. Sorry to not have made any formal announcements yet. I'll be after the Udemy course is complete before I can do anything at...
Ooooo..... Right! I did NOT test it for read_all_windows. This particular feature was only done for a single window. I'll need a bit of time to look through it and...