04-17-2012 10:36 AM
I'd like to have a controle array that I can define the dimension and restrict the value that theuser can enter. I thought about an array of ring box for wich I could initialyse the dimension . Is it already possible? any cue to where I sould be starting?
Thanks,
Olivier
Solved! Go to Solution.
04-17-2012 12:41 PM
All elements in the array will have the same set of values.
To change ring strings programmatically, use Strings and Values property. You can link the reference to an array element, it will change properties of all elements.
It will be more difficult to restrict user to enter different sets of data into different array elements.
04-17-2012 12:52 PM
I see, but is there any possibility to define each element of the array as an individual ring box (even with similar stings) ?
Thanks
04-17-2012 12:56 PM
Just drag the control into an empty array container. If you're referring to a menu ring, its default datatype is U16, so as far as LabVIEW is concerned, an array of menu rings would be no different than an array of U16 values, i.e., an array of unsigned, 16-bit integers.
04-17-2012 01:01 PM
Ha!
Thanks