02-14-2010 07:33 AM
I have 5 tabs, each of which I want to show -only that particular one- when a button is pressed. Its acustom made button, so I've hidden the tabs on the top.
I can make tabs visible or invisible by using a pages property node for tab control, and made a pageVis with true or false for each of the pages.
I linked this to a button in an event making all false, except the one I want to show. However, it does not automatically tab into the tab I want to display. How do I achieve that.
Thanks!
02-14-2010 07:45 AM
You need to write to the tab control (use a local variable).
Felix
02-14-2010 08:37 AM
ahh I made a property node "value" for the tab control. I noticed it returns a unique integer for the visible tab. Thank you!