08-21-2009 05:54 AM - edited 08-21-2009 05:56 AM
Is there anyway to add element to a cluster indefinitely like an array? The number of element of the cluster will depends on the user.
This cluster elements wiill be used as a slider (with multiple elements) later.
I include a VI with several indicators as comparison.
Or anyway to work around this problem?
08-21-2009 06:58 AM
hito88 wrote:Is there anyway to add element to a cluster indefinitely...
Or anyway to work around this problem?
Message Edited by hito88 on 08-21-2009 05:56 AM
Add indefinately? No.
You could add more than ever possible and then show and hide at run time...
OR
Use an array
OR
Use a picture control (with the required supporting code that will have to be developed specifically for this app) and make it "looK' like a cluster with an unlimited number of elements.
Ben
08-21-2009 08:46 AM