PySimpleGUI
PySimpleGUI
Wanted to update you that @Chr0nicT is looking at this issue since he's got a Mac. I spoke with him earlier today about it.
Fixed and uploaded to GitHub. This seems like a serious enough thing to push to PyPI. Plus the stuff has been piling up for release.
It's looking like the best course of action for PySimpleGUIQt's button animation is going to be to change the default button color from the dark blue it normally is to...
I'm not sure how to get around the mixture problem at the moment. PySimpleGUI combines two tkinter concepts, expand and fill. There's also the problem of the row expanding causing...
NOTE that you're running a **very new** version of tkinter, 8.6.12. You cannot, on windows, change the tkinter version. The best way will be to install another version of Python....
The color change of the button isn't a great indicator that there's a problem. If you move your mouse OFF of the button before releasing the button, tkinter does not...
8.6.12 has already shown a problem on the Mac so I definitely suggest trying another version, especially if you have a program that is easily duplicating the problem. I think...
> get a previous version of python, and that is a rather extreme way This is exactly what I suggest. Go to Python.org and download an installer and install another...
@mguttman are any of your buttons images? Do you use the transparent window feature? I think I may have experienced your issue...... when running Python 3.9 and tkinter 8.6.12. My...
I'm seeing a problem on 8.6.12 that is likely similar to what you're seeing. When you have this problem, does the button stay highlighted even when you are not clicking...