PySimpleGUI
PySimpleGUI
Hi @horstjens ! Did you happen to see the screenshot posted by @bouc79 over the weekend?  Here's a link to the project posted with the screenshot: https://gitlab.com/_BOUC_/pysimplegui-pygame-integration-demo
I see you're actively working this problem. Thank you Horst! Let me know if there's a generalized approach I can take. It sounds like a PyGame "backward compatibility" problem from...
Thank you! I've been adding this parm to the helpers lately. I need to do a broader sweep before next release for sure! Please keep them coming!
This is going to end up being an enhancement rather than a bug fix. It's much like the `Push` element. It may be best to leave it up to the...
Have you tried using `set_options` to set a global icon that will be used on all windows that get created? There's been a recent conversation about the icons in this...
What has worked on Windows and Linux alike has been a Base64 encoded PNG or GIF that's passed in... not the PNG or GIF file itself. This is that statement...
What fills in the icon in the titlebar? If you don't set any settings, do you get the default PySimpleGUI icon in all the places you would expect? I'm not...
Your best bet is likely going to be .icns file when it comes to using a file. On Windows an .ico file is required. No other file type will work....
I'll look into the filename not getting picked up and used. It should have been able to take a .icns file but I may have a check for specific file...
It would be great to hear from some other Mac users if this has been a problem in the past, if icns files are being used by any of their...