Embarcadero / DelphiFMX4Python

Python GUI module powered by Delphi's FireMonkey framework. Supporting Windows, MacOS, Linux, and Android GUI development.
Other
297 stars 54 forks source link

strange icon on windows taskbar #33

Open rolffank opened 2 years ago

rolffank commented 2 years ago

I tested the sample apps todolist.py and controlsdemo.py and they work fine. But I see the RStudio icon as app icon in the Windows taskbar. Any idea why? How can I define an icon for the apps? I have R installed in Anaconda as a Jupyter notebook kernel. Could this be the reason that the RStudio icon is shown? I use a command prompt >python todolist.py

Thanks for your work, it's great!

When I run controlsdemo.py I only see one tab 'Standard' compared to the screen shots from the styles summary in the ebook.

lmbelo commented 2 years ago

Hi @rolffank,

can you share a print screen showing this issue?

rolffank commented 2 years ago

Hi Lucas

RStudio Icon

Kind regards, Rolf

rolffank commented 2 years ago

If I right-click on the icon I see 3 options: RStudio Desktop, Pin to taskbar and X Close window (as usual for other pinned apps). If I click on 'RStudio Desktop' then I get a command prompt window entitled 'RStudio Desktop' and a window with RStudio.

rolffank commented 2 years ago

Maybe there is a mess in my Anaconda installation because I installed different kernels (Python 3, R, Lua and SciJava) for the Jupyter notebook. I guess it is difficult for you to reproduce this but the bug is not a big problem for me. What icon should normally appear? Python4Delphi?

lmbelo commented 2 years ago

It will display your standalone Python executable icon. You must be using another executable, instead.

image