App designer app icon taskbar

28 visualizaciones (últimos 30 días)
Jordi Navarro
Jordi Navarro el 6 de Mayo de 2021
Respondida: Tridib el 13 de Feb. de 2025
Hi! I have made an app designer application and put a custom made icon for the figure. When I run the app by installing it on Windows OS, the app icon appears on top of the window but the icon of the app on the taskbar is that of MATLAB icon and is really annoying because it is very confussing. I have already searched the documentation and it doesnt give any information for this topic. I have MATLAB r2021a installed.
  6 comentarios
Eric Delgado
Eric Delgado el 30 de Jun. de 2023
Any solution guys?!
Sivsankar
Sivsankar el 5 de Jul. de 2023
I don't think so you can change the icon in the taskbar beacuse in the end it is the matlab app designer application that is running the app that you made. Have to tried to host it as a standalone application?

Iniciar sesión para comentar.

Respuestas (1)

Tridib
Tridib el 13 de Feb. de 2025
I encountered a similar issue where the custom icon for the application was not displayed in the taskbar. Here are the steps that worked for me:
  1. Access the “Component Browser” on the right side of the MATLAB App Designer interface.
  2. Navigate to “app.UIFigure.” Within the “UI Figure” properties, under the “Identifiers” section, the “Icon” property can be set to the desired custom icon.
  3. Deploy the application as a Standalone Desktop App.
  4. Follow all necessary instructions to install the built application.
  5. Upon launching the application, the custom icon should be visible on the taskbar.
For more details on deploying a standalone application, refer to the following documentation:
This issue might also occur when MATLAB applications are grouped together in the Windows taskbar, causing the custom app icon to revert to the default MATLAB icon. To prevent this from happening, refer to the following answer:
Hope this helps!

Categorías

Más información sobre COM Component Integration en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by