12-15-2010 08:08 PM
Building a tree by hand sucks. I want to use excel to generate a CSV file to read it in and have LabVIEW build the Tree. I want to 1st build a small tree by hand and then write it out to a CSV file to use as a template.
CSV Columns
Element String, Element Tag, Parent Tag, Image file
Threre are plenty examples of progamatically building a tree but what about reading a tree? Specifically how do you get the parent tag of the current element? I can't find it in the property nodes or node invocation.
12-16-2010 03:30 AM