PySimpleGUI

Results 1145 comments of PySimpleGUI

Can you provide a complete example that we can run? (including a layout)

Are you using other packages with PySimpleGUI? Can you provide a simple single program that we can run?

> it would be great if later versions could behave as 4.57.0 behaves They won't. The brief explanation is that you've got bugs in your code and potentially in how...

Has anyone tried 14.2, 14.1.2, etc, to see if there's a difference? The example includes some options that have caused some problems in the past on the Mac such as...

The code isn't finding your icon file, which is why you sometimes see the PySimpleGUI icon. That's why I explained the working directory with shortcuts, base64 encoding your icons, etc.

> The icon is the PySimpleGUI icon unless I pin it to the taskbar This means the .ico file is not being found. Have you base64 encoded it? I don't...

Thanks as always Bob for adding in useful info! Mac users can always use help from Mac users. Have you tried 14.4 with tkinter 8.6.13?

From above this is explained. ![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/46163555/0bb965cd-2572-4d08-82b6-673219677d10)

I'm getting the Mac information from: ```python platform.mac_ver() ``` Is that not the right call to use?

The default behavior will be as it is today. The code is backwards compatible. You will have control, through the PySimpleGUI SDK, of the app ID. In the rely to...