Force GUI to resume from outside
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Shivaputra Narke
el 4 de Feb. de 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?
Respuestas (1)
Walter Roberson
el 4 de Feb. de 2014
If you really needed to, start a timer object that will do a uiresume() when it fires.
1 comentario
Ver también
Categorías
Más información sobre Annotations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!