splash screen for compiled application is not hard-coded in the app and can be modified

2 ビュー (過去 30 日間)
Luca Amerio
Luca Amerio 2019 年 9 月 5 日
編集済み: Eduardo Salazar 2021 年 7 月 23 日
When launching a compiled application, the app look in the folder it is launched from for a file with the same name of the splash screen and shows it.
This causes several unwanted behavior such as:
  • If the user moves the app to another folder, he needs to copy the splashscreen file together with it
  • If the app doesn't find a file with the set name, the splash screen will not show up
  • The user can MODIFY the splash screen !!!
  • The user can even replace the splash screen with a new one as long as he saves the new splash with the same name of the old one
Is there a way to embed the splash screen in the .exe file (as it happens for other images in the app) so that it is hard-coded in the exe and it is unmutable?

回答 (1 件)

Subhadeep Koley
Subhadeep Koley 2020 年 1 月 14 日
Hi Luca, it seems there's no straightforward way to change this behavior.
  1 件のコメント
Eduardo Salazar
Eduardo Salazar 2021 年 7 月 23 日
編集済み: Eduardo Salazar 2021 年 7 月 23 日
Why wouldn't you be able to
  • Read the image using imread
  • Create a JFrame object
  • Render using imshow
Just thinking...

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by