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

2 次查看(过去 30 天)
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

采纳的回答

Jiro Doke
Jiro Doke 2012-2-27
Is this what you're looking for?
figure('WindowStyle', 'modal')
  3 个评论

请先登录,再进行评论。

更多回答(1 个)

Oleg Komarov
Oleg Komarov 2012-2-27
  3 个评论

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by