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!