Force GUI to resume from outside
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Dear all, I have a gui which starts on wait (uiwait(handles.figure)). This is totally ok as long as the user is interacting with it. Now, a problem comes when this gui is called from another gui to perform some operations. Since the gui starts on wait it blocks the execution of the rest of the script.
Of course I cannot call the GUI and then use resume right after since the program will not get to the resume line.
Is there any way to force the gui to resume anyways?
Thanks!
Lorenzo
2 commentaires
Shivaputra Narke
le 4 Fév 2014
How your gui works when you run it i.e. not invoking through other function or gui. And how do you work on it?
Réponses (1)
Walter Roberson
le 4 Fév 2014
If you really needed to, start a timer object that will do a uiresume() when it fires.
1 commentaire
Voir également
Catégories
En savoir plus sur Annotations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!