Effacer les filtres
Effacer les filtres

Reset Button in appdesigner

16 vues (au cours des 30 derniers jours)
Mahdi Hayati
Mahdi Hayati le 17 Avr 2022
Commenté : Rik le 20 Avr 2022
hi
I have an app which has lots of numeric EditFields that get data from the user.
how can I write a callback Fcn for a button so whenever user pushes it, all EditFields Values become 0 again?
I'm using R2019b

Réponses (1)

Rik
Rik le 18 Avr 2022
You should be able to adapt my answer here.
  2 commentaires
Mahdi Hayati
Mahdi Hayati le 20 Avr 2022
Thank you Rik.
I tried another way and it worked well. This is what I tried:
A = [app.EditField1 app.EditField2] % write all of the editfield names
set(A, 'Value', 0);
this code returns all EditField values to zero.
Rik
Rik le 20 Avr 2022
That will work as well, although it will not allow you to set other defaults than 0.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by