PySimpleGUI

Results 1145 comments of PySimpleGUI

I think tkinter is losing the focus. It's behaving as if nothing has the focus. You're able to interact with some things like checkboxes I see, but not things that...

For future reference..... `get_versions()` will give you version info... ![image](https://user-images.githubusercontent.com/46163555/169529602-2bd1cd63-b1df-4f90-b5f6-4692240d8bfe.png)

It's behaving perhaps like the focus is still on that other window. Can you try making it modal? I would normally flip the other way..... assumed you had modal set...

> The force=True works ("May the force be with you") ![image](https://user-images.githubusercontent.com/46163555/169644048-e398fb27-27a0-4aca-8dab-8e25f6b4a26a.png) I think the force was with you! I'm glad we've made progress.

Of course! You are quite welcome... Thanks for your patience and smooth debugging. It's a great skill and a wonderful experience to work with someone that's got that gift.

It's a problem with either gamma or the other mechanism I'm using to hide the window (I forgot what it's called at the moment). Could be a small window of...

I'm seeing it now on my Ubuntu VMWare setup... very odd.... I can't imagine not having noticed this before. I rarely run Ubuntu. At least I can duplicate it! That's...

I'm trying to get a handle on the desktop environment I'm running, if/when it was auto-upgraded and what the current version is. There's no way that this problem wouldn't have...

It's not tkinter version specific. It's on version 8.6.6 through 8.6.10. I believe the problem is **below** tkinter. Something was auto-updated, I just don'tknow what. There's one potential way around...