フィルターのクリア

How to move an app (in appdesigner) to a new directory and handle icons (png files) on push buttons

2 ビュー (過去 30 日間)
Hello, Appdesigner allows you to add Icons to buttons.
My question is, if I want to copy my App to a different name in a different directory and I've already added icons (png) to pushbuttons I don't want the new app to point to the original picture files for the icons. If I just drop these icons in the new directory, will I have to selecvt each button and re assign the icon in the new directory?
Thanks
Jason

採用された回答

Mario Malic
Mario Malic 2020 年 10 月 7 日
編集済み: Mario Malic 2020 年 10 月 7 日
If you want to move your app in different folder, you can create a folder with icons and add it to the MATLAB path and the icons will always remain there wherever you move the app.
You can move also your images to the same folder with the app, as paths to the images can be relative, but it's not a tidy solution.
  4 件のコメント
Jason
Jason 2020 年 10 月 7 日
Yep all the icons are just showing their filename with no path, so I assume these are all relatative.
Mario Malic
Mario Malic 2020 年 10 月 7 日
編集済み: Mario Malic 2020 年 10 月 8 日
If you have a separate folder with pictures for each application, you should be good to go
Edit for clarity: If you have a separate folders for each application, and pictures within the each folder, you should be good to go

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by