error message in app designer when closing app
Show older comments
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 Comments
Jan
on 20 Jun 2022
Why does the startup function run during closing the dialog?
Geoff Hayes
on 20 Jun 2022
@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
on 20 Jun 2022
Leon
on 20 Jun 2022
Accepted Answer
More Answers (0)
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!