LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Nested Tab controls

I seem to have found a bug in nested tab controls. If one nests a tab control in a tab control, the remove page uses the index of the parent tab control to determine which tab to remove of the child tab. I use Labview 6.1 on Win2000.
In addition, it seems that I cannot add a tab control to a cluster. This seems to be a "feature".
0 Kudos
Message 1 of 3
(2,457 Views)
Jazee,


Apparently, this seems to be a bug for nested tab controls.
You can't add a tab control to a cluster.
You can keep the value of the actual choosen tab in a cluster by converting it to a number and put that number in a cluster.

Cyril
Cyril Bouton
Active LabVIEW Developper
0 Kudos
Message 2 of 3
(2,457 Views)
Hopefully the bug can be fixed as a patch...
It would be nice to group everything in a tab control in one cluster, so that it can be passed to sub-vis as one unit, like a cluster. As it stands, each item in a tab control has to be passed individually. I would like to group all of that into a cluster to standardize the pass. (Also would like to use a tab control in the cluster as a type def. I saw that others have posted on this problem.)
0 Kudos
Message 3 of 3
(2,457 Views)