How to make splash screen work while deploying to stand alone?
6 次查看(过去 30 天)
显示 更早的评论
Hello All, I was deploying my GUI to a standalone application through deploy tool. In there I had an option to select icon, splash scree. The icon which I uploaded is converted into my standalone app icon but the splash screen did not shown when I tried to open my app.
The app takes some time to open after clicking where I would like to show a "splash screen" but the default splash screen option doesn't seems to be working for me. Am I doing something wrong? is there any setting besides the uploading the desired splash screen in the option provided in deploy tool?
回答(1 个)
Elias Gule
2016-6-10
The splash image should be in the same directory as the app; so make sure you have an image named "splash.png" in your app directory.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Standalone Applications 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!