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

61 visualizaciones (últimos 30 días)
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?

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (1)

aliko dakil
aliko dakil el 22 de Abr. de 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.

Categorías

Más información sobre Large Files and Big Data en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by