RE: [flexcoders] Re: Define repeaters at runtime

2009-03-09 Thread Gordon Smith
> I understand that arrays can hold references to components > so I've recoded to push and pop the images from ImageArray > to set the properties on the individual Images. You shouldn't have to push and pop anything. If the ith element of the array is a reference to an Image instance, then settin

RE: [flexcoders] Re: Define repeaters at runtime

2009-02-27 Thread Gordon Smith
So that the doc team understands... What is it that you found surprising? That an Array can hold anything, including references to components? Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of smitade Sent: Thursday, February 26,

Re: [flexcoders] Re: Define repeaters at runtime

2009-02-27 Thread subeesh a
If you are adding the images to some container , you can get it as var ImageArray:Array = yourContainer.getChildren(); Subeesh http://subeesh.co.nr