RE: [flexcoders] naming children of repeater problem with xml

2008-04-20 Thread Tracy Spratt
Sent: Saturday, April 19, 2008 10:28 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] naming children of repeater problem with xml Ah - think I might have a way around it with getRepeaterItem() click=Alert.show(String(event.currentTarget.getRepeaterItem()[EMAIL PROTECTED

[flexcoders] naming children of repeater problem with xml

2008-04-19 Thread grimmwerks
I've read this article on giving the id of a child the currentItem.Name of a repeater: http://www.adobe.com/devnet/air/flex/articles/xml_viewer_on_air_04.html The trouble is my xml is using attributes such as this: circle type=work x=100 y=300 percent=25 / Now on the whole most of what

Re: [flexcoders] naming children of repeater problem with xml

2008-04-19 Thread grimmwerks
Ah - think I might have a way around it with getRepeaterItem() click=Alert.show(String(event.currentTarget.getRepeaterItem()[EMAIL PROTECTED]) + ' pressed') On Apr 19, 2008, at 10:12 AM, grimmwerks wrote: I've read this article on giving the id of a child the currentItem.Name of a