Force GUI to resume from outside
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Shivaputra Narke
am 4 Feb. 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?
Antworten (1)
Walter Roberson
am 4 Feb. 2014
If you really needed to, start a timer object that will do a uiresume() when it fires.
1 Kommentar
Siehe auch
Kategorien
Mehr zu Annotations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!