How to freeze a figure
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (2)
Walter Roberson
el 28 de Feb. de 2013
0 votos
Create a modal figure; nothing else will be permitted to run until the modal figure is destroyed.
Cédric Devivier
el 28 de Feb. de 2013
0 votos
Categorías
Más información sobre App Building 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!