Re: [flexcoders] ArrayCollection bound to an Array.

2008-08-26 Thread Sefi Ninio
groups.com ] On > Behalf Of flexaustin > Sent: Tuesday, August 26, 2008 11:17 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] ArrayCollection bound to an Array. > > Is it possible to bind an ArrayCOllection to an array, like so > > publi

RE: [flexcoders] ArrayCollection bound to an Array.

2008-08-26 Thread Battershall, Jeff
bject: [flexcoders] ArrayCollection bound to an Array. Is it possible to bind an ArrayCOllection to an array, like so public var summDataForControllers:Array = new Array; public var _summDataForContrAC:ArrayCollection = new ArrayCollection({summDataForControllers}); I

[flexcoders] ArrayCollection bound to an Array.

2008-08-26 Thread flexaustin
Is it possible to bind an ArrayCOllection to an array, like so public var summDataForControllers:Array = new Array; public var _summDataForContrAC:ArrayCollection = new ArrayCollection({summDataForControllers}); I have a modelLocator that contains these to items (