PySimpleGUI
PySimpleGUI
[Enhancement] Merging of PySimpleGUI EXE icons on the taskbar. EXEs were generated with pyinstaller.
Thanks for the update! I didn't think about the fact that you're combining the icons..... and thus as you pointed out don't have multiple to choose from. I'll sneak something...
[Enhancement] Merging of PySimpleGUI EXE icons on the taskbar. EXEs were generated with pyinstaller.
Until the enhancement is released, you can control the App ID by making the same call that PySimpleGUI makes. You can do it by adding 1 line of code: ```python...
[Enhancement] Merging of PySimpleGUI EXE icons on the taskbar. EXEs were generated with pyinstaller.
Thanks for the added information. Are 100% of the executions you're talking about of EXE files created by PyInstaller? You're never running Python files, only EXE files made by PyInstaller?...
[Enhancement] Merging of PySimpleGUI EXE icons on the taskbar. EXEs were generated with pyinstaller.
> make a shortcut of the EXE on the desktop (by dragging the EXE icon with the right mouse button Give psgshortcut a try to see if it generates any...
[Enhancement] Merging of PySimpleGUI EXE icons on the taskbar. EXEs were generated with pyinstaller.
I almost universally encode and place image files that I may need directly into the PySimpleGUI programs. This stops problems of: * Files not being copied * Files not being...
[Enhancement] Merging of PySimpleGUI EXE icons on the taskbar. EXEs were generated with pyinstaller.
For the shortcuts you create, regardless of how you create them, take a look at the settings for them. Here's a shortcut I made by right clicking and dragging. ...
[Enhancement] Merging of PySimpleGUI EXE icons on the taskbar. EXEs were generated with pyinstaller.
If you make the ctypes call with a different value for each EXE file, it still merges them? Please be careful when talking about "the bug" as there are TWO....
[Enhancement] Merging of PySimpleGUI EXE icons on the taskbar. EXEs were generated with pyinstaller.
> Thanks Mike. That did fix it, and I got two separate icons when running 4.60.5. But interestingly it didn't fix an accompanying feature of the bug - the loss...
[Enhancement] Merging of PySimpleGUI EXE icons on the taskbar. EXEs were generated with pyinstaller.
But, they're not. We can revisit this when I've got the capacity to spend more time on it. You've found a solution that works for you using old code and...
[Enhancement] Merging of PySimpleGUI EXE icons on the taskbar. EXEs were generated with pyinstaller.
If you spend some time with the data presented in this issue, I think you would be able to get educated on how shortcuts work and why you were seeing...