Yes, and if you give the repeated component an id, like "myComp", repeater makes an array that you can use to access the children, like this myComp[n], where "n" is it index of the dataProvider item.
Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of wubzorz Sent: Thursday, March 27, 2008 11:25 AM To: [email protected] Subject: [flexcoders] Re: Extending Repeater Never mind, I was thinking the wrong way. The components that are repeated are in a VBox and the components I want to find are the children of that VBox. Thanks anyway

