12-14-2009 09:35 AM
Hi,
I have a tree control which I am using to display a test sequence. I would like to put the tree controls in an array to display multiple (different) sequences. I am having problems populating the controls. When I get the reference, it populates all the controls in the array, rather than just one element.
Is there a way to populate just a single element in the array?
Thanks
John
Solved! Go to Solution.
12-14-2009 09:45 AM
12-14-2009 09:50 AM
Okay, thanks. So would an array of cluster of tree control work?
I would like it to be dynamic as the number of sequences depends on the test being run.
BTW, it is LabVIEW 8.6
12-14-2009 01:11 PM
jpsc wrote:Okay, thanks. So would an array of cluster of tree control work?
No, that won't work either. Encapsulating the tree control into a cluster in order to put it into an array will still leave you with the limitation that the properties (i.e., tree items) will be the same for each element.
12-14-2009 01:15 PM