Clear Filters
Clear Filters

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

5 views (last 30 days)
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

Accepted Answer

Jan
Jan on 16 May 2012
You can set the "WindowStyle" property of the error message to 'modal'.
  5 Comments
Thulasi Durai Durai Samy
Thulasi Durai Durai Samy on 16 May 2012
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.

Sign in to comment.

More Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!