PySimpleGUI
PySimpleGUI
I just bumped the GitHub version up to 4.60.1.55 to help with this confusion. Sorry that things got so turned upside down. It's really rare that I do a "dot"...
I'm meeting with @Chr0nicT on a more frequent basis as we work on this problem. I added a new option to `set_options` in version 4.60.1.60 on GitHub. This option turns...
I'm adding a new option to the Mac Control Panel that will control the new "Hide Window When Creating" setting. If version 12.3 or later is found, then the window...
Can I get some feedback from the Mac users that have commented on this issue? It would be nice to get a poll of sorts as to what's worked for...
Can you try the latest fix that uses this bit of code? You do not need to set the alpha channel. ```python import PySimpleGUI as sg sg.set_options(hide_window_when_creating=False) ``` I would...
Thank you for the test. That's what I needed to know. On the Macs we tried, it was barely visible on maybe 1 of 10 times. Are you using this...
Sorry I wasn't more clear....You can forget about the attempted fix: ```python sg.set_options(hide_window_when_creating=False) ``` My question now is if you have been using this code: ```python sg.set_options(alpha_channel=.99) ``` to fix...
4.60.1.64 just checked in with another option for Mac users. Back in 4.60.0.4 there was a new feature added that enables users to allow the OS to place the window...
## My plan on this is to get a "dot release" out to PyPI.... 4.60.2... ASAP.... We've been investigating if this is homebrew only or if the python from python.org...
Please try `4.60.1.65` that was just posted to PyPI. If you are running Mac OS 12.3+ then the Alpha Channel will automatically be set to 0.99 for you. You can...