how i can known the active tab in a tabgroup component in the appdessigner tool?

40 Ansichten (letzte 30 Tage)
is posible known the active tab in a tabgroup component?, i try as app.nameTabGroup.Selectedtab but is not work :
For example i need know if the volume tab is active, could you help me please?

Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 22 Apr. 2020
What do you mean this "doesn't work"?
app.nameTabGroup.Selectedtab
Is the right way to do this so somewhere your logic or code probably has a bug in it. Put a break point in, and see what it's telling you.
  3 Kommentare
Sean de Wolski
Sean de Wolski am 23 Apr. 2020
Hi Harold,
Yes that would be how to get the Title! If you wanted the tab value, you could compare it to the tab list.
Louis Bodnar
Louis Bodnar am 13 Jun. 2022
He's right... app.nameTabGroup.Selectedtab gives an error, the correct syntax is: app.TabGroup.SelectedTab

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

aliko dakil
aliko dakil am 22 Apr. 2020
do you know how to change the color to 'pure' white if the tab is not selected. IT's showing white but the actual color is somewhat disabled.

Kategorien

Mehr zu Large Files and Big Data finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by