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

40 views (last 30 days)
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?

Accepted Answer

Sean de Wolski
Sean de Wolski on 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 Comments
Sean de Wolski
Sean de Wolski on 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 on 13 Jun 2022
He's right... app.nameTabGroup.Selectedtab gives an error, the correct syntax is: app.TabGroup.SelectedTab

Sign in to comment.

More Answers (1)

aliko dakil
aliko dakil on 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.

Categories

Find more on Large Files and Big Data in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!