PySimpleGUI

Results 1145 comments of PySimpleGUI

@macdeport I _**really appreciate**_ your help! ![image](https://user-images.githubusercontent.com/46163555/172077573-9406096c-c31d-4dc6-86df-45f7fd3ad403.png)

Just use normal buttons. Don't use the CloseButton. I don't think it's related, but just in general I would stick with what you see in the Demo Programs. If you...

8.6.10 is barely available on Windows. It was only available on 3.10 during the Beta, etc. I've never seen 8.6.11 yet so I've got no experience running on it. The...

Flagging this with a "Documentation" label too as the `CloseButton` needs to get taken out of the primary documentation and the docstring should be changed to match as well. It's...

> I tested on 8.6.11 a plain tkinter window and it closes as expected. I was thinking about the tkinter test you ran. I assume it's basically the same as...

Can you add a print(event, values) after your read? I would like to get a log of what's coming back and what isn't. You're getting the close attempted event (`WINDOW_CLOSE_ATTEMPTED_EVENT`)?...

![image](https://user-images.githubusercontent.com/46163555/139917639-671fd866-581a-479c-a74f-274c0d68fa99.png) Thank you very much! Yea, I can see now that it's the None, None coming back that exits (since it also printed None too) and nothing else. Didn't doubt...

I installed 3.11A over the weekend to test 4.55.1 to make sure it worked with 3.11 before adding the indicator in PyPI ![image](https://user-images.githubusercontent.com/46163555/140775123-2bf192c8-c37e-4c14-83b5-bcb57e06af14.png) I noted that 3.11A includes tkinter 8.6.11....

I've not yet tested it on Linux.... I hate to say "I hope it's a macOS specific bug", but, "I hope it's macOS specific bug"

Hi @nachocho (our resident Mac expert!).... Jason learned a fascinating and for me terrifying thing this week. Python 3.9 is shipping with tkinter 8.6.12 on Windows. So far Jason discovered...