How to make splash screen work while deploying to stand alone?

조회 수: 3 (최근 30일)
adi kul
adi kul 2016년 6월 10일
댓글: adi kul 2016년 6월 10일
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
adi kul
adi kul 2016년 6월 10일
My matlab is 2013b and I am using "Application Compiler" from Apps.

댓글을 달려면 로그인하십시오.

답변 (1개)

Elias Gule
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.
  댓글 수: 1
adi kul
adi kul 2016년 6월 10일
I don't want it to show while installation, I want it to pop up once user clicks on my app.exe
So the splash screen will come asap and the app will load in background but as soon as app loading is completed the splash screen should close and user can start using the app.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by