PySimpleGUI

Results 1145 comments of PySimpleGUI

If you manually resize the window using your mouse, does the space return? I'm thinking a workaround for this could be to save the window size before you do your...

Can someone with a Mac test this problem on a tkinter version other than 8.6.13? This seems to be the common variable between the 2 Macs. And THANK YOU ![image](https://user-images.githubusercontent.com/46163555/222899754-14f444cc-d7be-4775-a4db-4c3bbf138824.png),...

The only way I'm able to run 8.6.13 on Windows at the moment is to use the Alpha 3.12. I've been unable to duplicate the problem on any version of...

I spoke with @Chr0nicT today about this problem. He was able to verify that it is happening on 12.5.1 with tkinter 8.6.13. We've been testing a lot of Mac stuff...

Would binding to any of the Focus In/Out events be helpful? Sorry that it's been a bit since I looked into this one.

This is something that Windows and tkinter have control over. tkinter stops producing callbacks, etc when the titlebar is grabbed, if using the Windows-supplied titlebar. If you use the Custom...

Thank you for putting together a tkinter example! The reason I thought that it was related to OS-supplied services is that Menu items will generate the same effect. I'll double-check...

I understand a bit better what's happening. PySimpleGUI has a very unusual architecture and this is what's causing the lack of "events" during operations like menu selection (including menubar and...

I'm sorry this is a problem for you. I've nothing to report at the moment. As much of my time as possible is being spent getting the new release tested...

@jason990420 I'm not sure "Bug" is the right label for this issue. It's a limitation caused by how tkinter works.