PySimpleGUI

Results 1145 comments of PySimpleGUI

I don't believe they're related, but you might want to try turning off the `modal` setting for the window as a test.

> I have no problem helping you figure this out. Well.... I'm going to jump at this opportunity. I would like to solve this problem so that Mac users aren't...

Oh... I forgot about that modal thing. The popup tests we've been running can be tried with modal disabled. @tkozzer .... can you please try this popup test? ```python sg.popup_no_titlebar('This...

I'm putting together a release today as there are some changes that need to get up to PyPI quickly. If modal windows are indeed broken for the Mac, across the...

pyenv doesn't supply any packages / libraries on its own. It helps with configuration. You still have to pick and choose what to install and then what you want to...

4.45.0 that's on PyPI is an excellent opportunity for Mac users to verify that the `no_titlebar` issues have been handled 🤞

I'll be sure and check this particular feature as well when adding the global settings for the Mac. That's about the best that can be done at this point and...

If not a Mac only problem. PySimpleGUI is not perfect. It won't ever be. No software is. If you don't like a feature, don't like the package, don't feel it's...

I welcome your help on the Mac and any other place you can lend a hand in figuring out where a problem lies. The problems on the Mac have been...

@nachocho can you run the no_titlebar test again, but this time enable the patch? You'll need to add this line of code at the top of your program, prior to...