App designer app icon taskbar
Show older comments
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 Comments
Pelajar UM
on 17 Sep 2021
Same problem here.
meryem berrada
on 29 Dec 2021
Hi, I made an app a few months ago and did not have a problemwith this. At that time, the taskbar and window icons were both controlled by these:
1) UIfigure (from righ panel) --> identifiers --> icon
2) In compiler --> click on icon to the left of app title and upload
However, I made another app this week and noticed it was not working anymore. I contacted technical support and they said "The developers are aware of that issue and they might consider incorporating changes for this issue in the future. "
Hope this helps.
Spyros Damikoukas
on 11 Feb 2022
Having the same issue. After compilation, and even having icon set, after splash screen, matlab icon is showing on the taskbar.
Volkan Ozcan
on 5 Apr 2022
Hi, the app reverts back to original Matlab icon when taskbar icons are grouped together by Windows. (In your Windows, go go settings, Taskbar, and choose "Always, hide labels" under "Combine taskbar buttons" option. You will see any custom app icon changes to original Matlab icon.).
Eric Delgado
on 30 Jun 2023
Any solution guys?!
Sivsankar
on 5 Jul 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?
Answers (1)
Tridib
on 13 Feb 2025
0 votes
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:
- Access the “Component Browser” on the right side of the MATLAB App Designer interface.
- Navigate to “app.UIFigure.” Within the “UI Figure” properties, under the “Identifiers” section, the “Icon” property can be set to the desired custom icon.
- Deploy the application as a Standalone Desktop App.
- Follow all necessary instructions to install the built application.
- 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!
Categories
Find more on COM Component Integration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!