Component names hidden when grouped


Recommended Posts

Posted

Hi,

I've found that when a component is part of a group the component name becomes invisible to references in my sequences. Is this a bug or just something I need to live with?

 

Thanks

Colin

Posted

Neither.  It is accessible from script.  But since it is inside the group, you have to reference the group as well:

component.groupname.componentname.memberVariable

This way, if you duplicate the group, or make it into a user component, you can give each copy of the group a different name and not have to rename all the enclosed components.

Archived

This topic is now archived and is closed to further replies.