LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

array of tree controls

Hi all,
Is there a way to edit different items for different trees that
are elements of an array?
Thank you
Federico
0 Kudos
Message 1 of 3
(2,593 Views)

Hi Federico!

If I've understood you are tring to create an array of trees and you want to edit different items for each tree. You cannot do this because an array is a collection of identical elements. What about using a cluster? You can make a cluster of trees and the trees can have different items. 

Hope this helps.

Clara

0 Kudos
Message 2 of 3
(2,572 Views)
Hi Clara,
The problem is that I have to create a number of tree dynamically; that's why I thougth to use an array.
I tryed with an array of cluster of tree but it does not work.
Thank you again.
Ciao
Federico
0 Kudos
Message 3 of 3
(2,558 Views)