How to make a GUI Non-active But stays visible.
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (1)
David Barry
am 17 Mai 2013
0 Stimmen
You could look to set the enabled property of items in your non-active GUI to off or inactive when GUI2 becomes visible.
1 Kommentar
Digitalsd
am 18 Mai 2013
Kategorien
Mehr zu Automated Driving Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!