06-07-2001 01:31 AM
06-07-2001 01:36 AM
06-07-2001 01:42 AM
06-07-2001 09:31 PM
06-09-2007 02:04 PM
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
06-09-2007 04:43 PM - edited 06-09-2007 04:43 PM
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
06-09-2007 11:13 PM
06-10-2007 10:27 AM
Thanks everyone. I have learned something new today. It works. Again, thanks.
VR,
Dao
09-24-2008 01:39 PM
Hello,
This example is clear, however, how do you access to the Data Range of a numeric Control ?
Thank
09-24-2008 02:20 PM