GUI - How to make a pop-up figure prevent from modifying anything else until it's closed

In the GUI that I'm programming, a pushbutton makes a figure appear where some stuff can be set. What I would like is that this figure prevents the user from beeing able to modify any other displayed figure until it is closed. I read in the MATLAB help that there's a property that can be set, but I can't find it again. Thanks for your help, Stefano

 채택된 답변

Is this what you're looking for?
figure('WindowStyle', 'modal')

추가 답변 (1개)

Oleg Komarov
Oleg Komarov 2012년 2월 27일

댓글 수: 3

Thanks for replying. These are nice solutions but I'm quite sure that there is something already existing in Matlab. Something like it happens in Windows when you click on "Options" in some settings, when you can't modify the underlying windows until you close the overlying.
You don't have enable/disable at the figure level, as the first link says.
I looked at the two links. I'll keep a link of them.
Thanks

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

질문:

2012년 2월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by