error message in app designer when closing app
Mostrar comentarios más antiguos
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 comentarios
Jan
el 20 de Jun. de 2022
Why does the startup function run during closing the dialog?
Geoff Hayes
el 20 de Jun. de 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
el 20 de Jun. de 2022
Leon
el 20 de Jun. de 2022
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Matrix Indexing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!