How to freeze a figure
Afficher commentaires plus anciens
Dear all,
I am building a GUI and I would like to make all buttons and stuff inactive during computation. Is there any clever way of doing so? The current solution is to disable and then enable everything single control...
Thank you for your help, Cédric
Réponse acceptée
Plus de réponses (2)
Walter Roberson
le 28 Fév 2013
0 votes
Create a modal figure; nothing else will be permitted to run until the modal figure is destroyed.
Cédric Devivier
le 28 Fév 2013
0 votes
Catégories
En savoir plus sur App Building dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!