How can I insert a GUI into an another GUI?
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Marcel Vilalta i Soler
el 23 de Sept. de 2016
Comentada: Marcel Vilalta i Soler
el 15 de Mayo de 2017
Hello everyone,
I am programming a generalized GUI, and I need to insert a simple panel (which has got a .fig and .m files, with GUIDE), a simple GUI, into another GUI. I was modifying Tags, but when I call the simple GUI, it creates a new window, when I want to create it into the GUI that already exists. Any suggestions? Thanks for all.
Sorry for my english.
Regards,
Marcel
2 comentarios
Adam
el 23 de Sept. de 2016
Editada: Adam
el 23 de Sept. de 2016
You can't really do this with a GUIDE GUI, only with a programmatic one. There are potential messy workarounds with launching the figure in its own window but hidden and then reparenting it's contents to a panel in your existing GUI, but I have never really tried to do this myself. In theory it would work if your 2nd GUI contents are all contained within a panel so the whole thing can be reparented more easily. You would likely have some sizing issues to deal with though.
Respuestas (0)
Ver también
Categorías
Más información sobre Simulink Environment Customization 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!