07-31-2008 11:27 AM
07-31-2008 11:35 AM
07-31-2008 11:45 AM
07-31-2008 11:48 AM
07-31-2008 11:58 AM
07-31-2008 12:00 PM
07-31-2008 12:23 PM
07-31-2008 12:50 PM - edited 07-31-2008 12:51 PM
07-31-2008 01:00 PM
07-31-2008 01:14 PM
Yes unfortunatly all elements of an array must have all properties the same. The work around (if you really need to do this) is to decouple the data from the array or clusters datatype. That is to put n (this is the same as the number of elements visible on your array) clusters on the front pannel and hide the array, populate the data in each cluster with the value from the array and modify the individule clusters as needed. I have had this delema before, and this is the best solution I have fould, although it is more code intensive.