필터 지우기
필터 지우기

How can I insert a GUI into an another GUI?

조회 수: 2 (최근 30일)
Marcel Vilalta i Soler
Marcel Vilalta i Soler 2016년 9월 23일
댓글: Marcel Vilalta i Soler 2017년 5월 15일
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
Adam
Adam 2016년 9월 23일
편집: Adam 2016년 9월 23일
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 2017년 5월 15일
ok, thanks!. :)

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by