LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW 7 Tree Control - Selected Item

Hi,
Has anyone tried the new Tree control in LV7 yet? I can't seem to find a method to programatically determine what item in the tree has been selected by the user other than if the user has double clicked on the tree - can someone point me to the method? From a user interface perspective double clicking an item in a tree shouldn't be the only way to select an item and as a side effect double clicking on the LV7 tree item closes a branch if there are children under the node double clicked on, which is very undesirable when only selecting an item.
Cheers,
Wayne
0 Kudos
Message 1 of 3
(2,872 Views)
WPS,

The tree control's data, which is available from its terminal, is the tag(s) of the selected item(s).

-Jim
0 Kudos
Message 2 of 3
(2,872 Views)
Thanks Jim - knew I was missing something simple.
Cheers,
Wayne
0 Kudos
Message 3 of 3
(2,872 Views)