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 .
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.