PySimpleGUI
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... 
Is your secondary window a popup or have "modal" set?
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")  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...