error message in app designer when closing app
Ältere Kommentare anzeigen
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 Kommentare
Jan
am 20 Jun. 2022
Why does the startup function run during closing the dialog?
Geoff Hayes
am 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
am 20 Jun. 2022
Leon
am 20 Jun. 2022
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Matrix Indexing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!