Hi Everyone,
I am dealing with a similiar cluster problem except that I am implementing a cluster within a cluster. Within a base cluster is a set of a UI controls and a top-level cluster contain a multiple of base clusters. The reason I am doing this way is to capture value change of each individual control within the base cluster via the event structure. When I am using the property note, I can only get an array of controls which are references to base clusters. My question is how can I get the second list of controls which are references to the controls within the base cluster? I am very appreciated any comments or hints to this problem.
Respectfully,
Dao
Labview User
Hello Dao,
this thread is quite old...
but the answer there is the right one. i extend on it for including clusters within clusters:
you create a property node. then link it to the envelope cluster, which will give you a reference to all its controls. now, you go to a more specific class, from which you extract reference to the inner clusters. from there you again have reference to all controls.
in case your envelope cluster includes not only clusters, it is a bit more involved.
Does it helps?
Message Edited by Gabi1 on 06-09-2007 04:44 PM