> ----- Original Message ----- > Ah, but Tip Strip is a property of a generic control > refnum. > > In general though what you do is check the Class ID > of the refnum, base on > that use the 'To More Specific Class' to cast that > refnum to the specific > type, then you can get all properties for that > class. For example, arrays > are Class ID 14 > > Jason > > -- > Jason Corwin > [EMAIL PROTECTED] > (858) 592-4025
I just figured out that I can type cast to the boolean reference using a boolean reference, so that I can assign the tip strips to "AllObjs" if the cluster only contains booleans. But the order of "AllObjs" elements seems to be reversed. Which means, the order of controls in the cluster is opposite of the order of the "AllObjs" array? Odd? Irene ===== Irene He [EMAIL PROTECTED] www.hytekautomation.com www.geocities.com/irene_he
