Filter löschen
Filter löschen

How can I insert a GUI into an another GUI?

2 Ansichten (letzte 30 Tage)
Marcel Vilalta i Soler
Marcel Vilalta i Soler am 23 Sep. 2016
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 Kommentare
Adam
Adam am 23 Sep. 2016
Bearbeitet: Adam am 23 Sep. 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.
Marcel Vilalta i Soler
Marcel Vilalta i Soler am 15 Mai 2017
ok, thanks!. :)

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by