Focusing of Main GUI should stop until I press OK button in errordlg box

1 回表示 (過去 30 日間)
Thulasi Durai Durai Samy
Thulasi Durai Durai Samy 2012 年 5 月 16 日
I have a gui main window which gets some inputs from user.
If their is an error in the input the gui will pops up error message.
my problem is until the user click 'ok' in the errordlg box the main gui should not get focus. can somebody help me.
I tried with waitfor(), uiwait () these function will stop execution of matlab but still main gui can be operated

採用された回答

Jan
Jan 2012 年 5 月 16 日
You can set the "WindowStyle" property of the error message to 'modal'.
  5 件のコメント
Thulasi Durai Durai Samy
Thulasi Durai Durai Samy 2012 年 5 月 16 日
Thanks, its working fine. Now the errordlg wait till I press ok button. What are the other property that can be assign to Windowstyle property. Is their any blog reference for it.
Jan
Jan 2012 年 5 月 20 日
See "set(gcf)" and "doc figure".

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeApp Building についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by