LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

CAN I EDIT A TREE STRUCTURE WHILE THE VI IS RUNNING ?

When a VI (with a tree strucuture on the front panel) is not running it is possible to right click on the structure edit items in the tree. It is also possible to change the text on any item. Is it possible to do this when the VI is executing ? I am trying to find a way to edit an existing tree and then save the results for later viewing and/or editing. There doesn't seem to be a way to retrieve the contents of any selected item into an edit box .
0 Kudos
Message 1 of 2
(2,591 Views)
Hi,

Every properties of the Tree control object is available at run time using the property nodes so you could basically 'mimic' the behavior of the development environment during run time.
Cyril Bouton
Active LabVIEW Developper
0 Kudos
Message 2 of 2
(2,578 Views)