How to disable selection highlight of a toggletool in gui?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
How can I prevent a toggletool in my gui's menu from showing it's selection highlight, regardless of it's status? I've already tried turning SelectionHighligt property of the tool off in the opening function and also in it's callback function. thanks
0 Commenti
Risposte (1)
Jan
il 9 Lug 2012
Without changing its color, the user will not recognize a state change. Then a pushtool seems to be more user-friendly.
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!