PySimpleGUI

Results 1145 comments of PySimpleGUI

I'm totally with you for the need of the Wx port to provide accessibility. The reason I chose to do PySimpleGUIWx was to pull in the ability to use screen...

We've been looking at a number of technologies over the past few months that are a fit for PySimpleGUI. As the PySimpleGUI 5 work ramped up, we brought on additional...

> It's really annoying **I totally** understand that! I suggest writing your own small popup function to use instead of the PySimpleGUI one. They're very short functions normally and you...

Until you see something official, I recommend not modifying the PySimpleGUI file and to make your own function. Otherwise you'll overwrite your changes, have to merge changes, and other headaches.

Finally had a moment to look at this. I thought this was already in the code, and indeed the focus is set on the left-most button by default. It's not...

It looks like tkinter 8.6.10, 8.6.11, or 8.6.12 broke this feature. Not sure which at this point as I don't have 10 or 11 on this machine. ![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/46163555/6a4fb892-55bf-42a1-b274-2af3b8a121c9) ![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/46163555/14646865-146e-4c3f-85bc-6ab5cf7a7b3a)

The commands `psgwatermarkon` and `psgwatermarkoff` will add/remove the watermark that's in my images above like this one: ![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/46163555/6a4fb892-55bf-42a1-b274-2af3b8a121c9) The badge, showing "verified" in this example, refers to the security check...

I've not yet tested this on Linux nor Mac, so not sure if tkinter broke it there as well. Before I make any fixes I want to make sure I...

I am seeing a similar problem on Linux when using tkinter 8.6.12 on Python 3.10. So it appears to be a tkinter introduced problem. I'll get the Mac checked too.

> Will this come to the next PySimpleGUI update? PySimpleGUI 5 is the next update that will be released. This change will be sometime after that release. We're very near...