How to make a GUI Non-active But stays visible.
이전 댓글 표시
There are two GUIs, GUI1 has several buttons one of them is used to run GUI2, and GUI2 has one “OK” button.
The Question:
How to make GUI1 non-active but stays visible when GUI2 is called, and Reversely how GUI1 can go back to be active, when GUI2 is closed.
채택된 답변
추가 답변 (1개)
David Barry
2013년 5월 17일
0 개 추천
You could look to set the enabled property of items in your non-active GUI to off or inactive when GUI2 becomes visible.
카테고리
도움말 센터 및 File Exchange에서 Guidance, Navigation, and Control (GNC)에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!