PySimpleGUI

Results 1145 comments of PySimpleGUI

How are you sharing the main thread between tkinter and pygame since they bost must run as the main thread? Is the timeout so you can use round-robin scheduling? If...

* Happy you have a workaround * Thank you for the test case * There are three modules, minimally, involved, with a total of 41 shown in the trace. *...

I was able to duplicate the issue using your code. Thank you again for supplying a great test case. I used Python 3.11 for my test. `get_versions()` returned the information...

Thank you! I appreciate the help with my horrible typing and grammar. For a very long time I was using a markdown editor that had no spell check, etc.

Thank you both.... I'm clearly behind on this... but it is a priority and on the list. I really appreciate the help and time you've put in.

![Image](https://github.com/user-attachments/assets/8957afd2-485b-4821-a0a9-4da8f8ecd1b0) A solid **D-** performance on my part, but an A+, with extra credit, for the incredibly detailed issue logging @bmontana-edu! Wow! I'm impressed not only with the thorough detection...

AH! I see now... (JASON & PYTHONE - sorry to delete your comment, but I don't want a security problem posted in this issue). Great find! Thanks for the help...

I assume if you restart your program it works again, that it's not a permanent kind of problem once it starts. Or if you run a second PySimpleGUI program, that...

tkinter has a 3 number more detailed version that's available if you use: ```python print(sg.framework_version) ``` It's the more detailed number that we're looking for. On Windows, 8.6.12 is packaged...

Nice job isolating this!! My system blue-screened while testing it (crazy but true... I'm on Windows 10). I would have expected alt-tab to be more of a Windows-specific problem, but...