How can I load a GUI into another GUI?

1 visualización (últimos 30 días)
F
F el 16 de Jul. de 2012
Hi,
I want to have a main window with a pop-up menu, and depending on what is chosen in the menu, load a GUI (created with GUIDE) in a uipanel.
Is that possible?
Or do you know other ways to swap a widget on the fly?
Thanks
  1 comentario
Jan
Jan el 16 de Jul. de 2012
What exactly does "swap a widget" mean?

Iniciar sesión para comentar.

Respuestas (2)

Jan
Jan el 16 de Jul. de 2012
No, you cannot load a figure into a panel. Do you want the menubar to appear twice?
But you can copy the children of the figure to another figure, see copyobj.

Caleb
Caleb el 16 de Jul. de 2012
If you design the GUI programmatically, this should be possible, but with GUIDE I don't think so.

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by