PySimpleGUI
PySimpleGUI
Part of the problem of debugging this in the past is that there was never really a proper table made to aid in debugging. There are 3 variables at play:...
Does it appear that tkinter version 8.6.10 is what fixes this problem? If all versions have problems except 8.6.10, then I could check for that version and apply the "fix"...
I just posted 4.30.0.13 that contains a patch if the version is less than 8.6.10. If this "fixes" the problem, then I want to try one more patch. This new...
# I need some help from Macs users There was a patch posted to GitHub to try and get around this problem of no titlebar. I need to understand if:...
Not sure what to do about this patch. I'm pulling together a release to PyPI now and without it being properly tested on a Mac, I'm going to have to...
I don't want to delay the release while waiting for Mac users to test the new code. So, I've added more code to control when the patch is executed. I...
4.31.0 was posted to PyPI earlier today. You can pip install it like you have other versions. Add the line of code in the previous post and you'll be running...
Did you see a message on the console that the patch was being applied? What's odd about the tests is that the technique I'm using to achieve the no-titlebar is...
The "fix" for this may very well end up being that Mac users must run tkinter 8.6.10. I'm spending too much time and energy on a problem that's clearly a...
I don't mind supporting a small group of users with some code specific to the Mac platform. The problem is that it's been a moving target. I've not been able...