12-03-2010 11:56 PM
Hi all
i am using using one array size of 512. In that array controls are slide control now i want to give different names for slide control i.e.
W1 for first slide control & C1 for second slide control,
W2 for third slide control & C2 for fourth slide control,
W1 C1 W2 C2
1 slide 2 slide 3 slide 4 slide(in same array)
Is it possible????????????????????
Regards
manasi
12-04-2010 03:58 AM
Array elements only differ in value. All properties are shared, thus the name cannot differ.
you could make an array of clusters, each cluster element containing a slide control and a string control. The string control contains the name. Disable the string control so it cannot be changed by the operator.
You have an array of 512 slide controls??? How big is your monitor?? Can you show us a picture of your front panel?
12-08-2010 12:10 AM
thaks a lot.
i am using horizontal scrollbar to see 512 channels