Hi,
Each element in an array only differs in data. So if you change the look,
data representation, or anything else that is not data, each element will
change.
Regards,
Wiebe.
"isharryf" wrote in message
news:50650000000800000065DD0000-1079395200000@exchange.ni.com...
> I like to create an array in which can place several controls by using
> an cluster-array. Since the attributes hide an so on work on all rows
> in the array, I wanted to make one control (boolean) which I can
> switch on and off (as a control), which actually covers other controls
> when switched on. So disabling control over it. But ... whenever I
> tried to customize a boolean and choose independent size, my idea
> works well in the customizing window, but the control works/s
how
> different back in a vi. Than I saw it works within a cluster, but
> whenever I move it into an array it does not work. Can anyne advise?
> It is merely a cusotmised control and should work in arrays as well.