en/disable a figure
Mostrar comentarios más antiguos
hy, i got myself a little gui with subfigures ans it would be comforable to lock the main gui figure while a subfigure is still open. is there a way? I tried with uiwait(mymainfigure), but the problem is that i cant call that from the subfigure because i got it in another file unless i call that one with the main figure included which seems not very elegant.
thanks for help
1 comentario
Sean de Wolski
el 7 de Mayo de 2012
I don't see why that isn't very elegant? Though it's not completely clear what you're doing.
Respuesta aceptada
Más respuestas (1)
Jan
el 7 de Mayo de 2012
0 votos
I do not like modal dialogs. I've been too often in the situation, that a modal dialog prevents, that I can use the command window to get an information, which is useful to fill in the dialog.
Therefore I suggest FEX: enabledisable-figure or setting the 'Enable' property of all uicontrols to inactive programmatically.
Categorías
Más información sobre Downloads en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!