Azzera filtri
Azzera filtri

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

5 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by