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

2 visualizaciones (últimos 30 días)
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

Respuesta aceptada

Jiro Doke
Jiro Doke el 27 de Feb. de 2012
Is this what you're looking for?
figure('WindowStyle', 'modal')
  3 comentarios
Stefano
Stefano el 27 de Feb. de 2012
That's it! I somehow got over it while reading the help... :) Thanks!

Iniciar sesión para comentar.

Más respuestas (1)

Oleg Komarov
Oleg Komarov el 27 de Feb. de 2012
  3 comentarios
Oleg Komarov
Oleg Komarov el 27 de Feb. de 2012
You don't have enable/disable at the figure level, as the first link says.
Stefano
Stefano el 27 de Feb. de 2012
I looked at the two links. I'll keep a link of them.
Thanks

Iniciar sesión para comentar.

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by