How to make a GUI Non-active But stays visible.
1 回表示 (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
採用された回答
その他の回答 (1 件)
David Barry
2013 年 5 月 17 日
You could look to set the enabled property of items in your non-active GUI to off or inactive when GUI2 becomes visible.
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!