How can you arrange two different push buttons with different functionality at the same location in a GUI?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Ashish
am 24 Jun. 2014
Kommentiert: Ashish
am 24 Jun. 2014
I have a GUI window. Due to the space constraints, I have to insert two different push buttons with different functionality at the same location. The good thing is that they need not be visible at the same time.
How can I manipulate the callbacks and the property inspector so that both the push buttons can be used with their functionality?
0 Kommentare
Akzeptierte Antwort
Titus Edelhofer
am 24 Jun. 2014
Hi Ashish,
do you create your GUI with GUIDE? Then it's straight forward: just put them at the same location. If you want to change the properties of the one below the other, either use right click->Send to Back, so that the other gets visible and double click on this one.
Or use the object browser to navigate to the hidden one.
Titus
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!