error message in app designer when closing app
古いコメントを表示
Hello,
I have made an App that works ok hwoever when I close my app (made in app designer), I get the following error message in the Matlab Command screen:
Invalid or deleted object.
Error in Trade_App_1/startupFcn (line 27)
app.Label_1.Text = Label_L;
Error using matlab.apps.internal.GraphicsCallbackProxy/runCallbackFunction (line 23)
Error while evaluating GraphicsCallbackProxy CallbackFcn.
Can any one help? Thx in advance
Thx
Leon
4 件のコメント
Jan
2022 年 6 月 20 日
Why does the startup function run during closing the dialog?
Geoff Hayes
2022 年 6 月 20 日
@Leon - at what point (or under what circumstances) does this line
app.Label_1.Text = Label_L;
execute? Do you (for example) have a timer that updates this text every x seconds? Please clarify.
Leon
2022 年 6 月 20 日
Leon
2022 年 6 月 20 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!