![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1187718/image.jpeg)
App Designer Components Callbacks Stopped Working
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Wictor Oliveira
il 9 Nov 2022
Commentato: Wictor Oliveira
il 10 Nov 2022
I have several components in my app which callbacks stopped responding.
Ex:
The Component app.DynamicsKmaxEditField has the callback DynamicsKmaxEditFieldValueChanged.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1186848/image.jpeg)
But when the field is edited, the callback is not called!
If I right click the component in the Component Browser, it does not identify the callback, instead of showing "Go to DynamicsKmaxEditFieldValueChanged callback" it shows "Add ValueChangedFcn callback". If I click "Add ValueChangedFcn callback" it creates a second callback for the component DynamicsKmaxEditFieldValueChanged2, as if the first do not exist.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1186853/image.jpeg)
Then this second callback works. But I have to recreat all callbacks from other components. Not all stopped working though.
Any idea as to why that happend?
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!