06-24-2008 10:57 AM
06-24-2008 11:02 AM
Do you want to do this programmatically? if so then you'd use a property node to slect the active page.
Do you want to operator to select the tab at run-time? Then simply click on the tab while the program is running.
RayR
06-24-2008 11:08 AM
06-24-2008 11:17 AM
06-24-2008 11:26 AM
06-24-2008 11:38 AM - edited 06-24-2008 11:39 AM
I would strongly recommend a local variable instead. Property nodes carry a lot of unneeded extra baggage.
If the tabs are always under programmatic control and should never directly be operated by the user, you should turn the tab control into an indicator and wire it directly, eliminating the local.
06-24-2008 11:46 AM - edited 06-24-2008 11:48 AM
[COMEDY ON]
I'm obviously not one of the "Locals" 😉
<inside joke>
[COMEDY OFF]
Completely agree that is the operator will never click on the TAB, then change it into an indicator and wire the desired tab-number directly to the TAB indicator.
I would also hide the Tabs. It looks better, too.
06-24-2008 03:38 PM