Clear Filters
Clear Filters

logo in GUI is missing after compiling GUI with deploytool

2 views (last 30 days)
Hi everybody,
I created a GUI using GUIDE with a logo in the corner. This works fine. But when I compile this GUI to a standalone .exe application the logo is missing and I get an error in LogoButton_CreateFnc that the .png is missing.
In deploytool you can select additional files to be added during compilation but selecting the .png does not solve the problem. Also adding the .png to the same folder as the .exe doesn't help.
Any suggestions? Thanks in advance!
Maarten

Accepted Answer

maarten vaandrager
maarten vaandrager on 6 Feb 2014
I asked Matlab Support and they told me I had to add it as a "shared resource and helper file" instead of adding it in the package tab. Now it works fine in the .exe
Sometimes the answers are soo simple and obvious...
Thanks Matlab Support!

More Answers (0)

Categories

Find more on Application Deployment 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!