Force GUI to resume from outside
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
Shivaputra Narke
2014-2-4
How your gui works when you run it i.e. not invoking through other function or gui. And how do you work on it?
回答(1 个)
Walter Roberson
2014-2-4
If you really needed to, start a timer object that will do a uiresume() when it fires.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!