[flexcoders] Re: Array Collection

2010-02-20 Thread criptopus
Something like ... for each (var member in membData) mEdit.membAccounts.push(member.usraccount); not sure what to type member though? - Stephen

Re: [flexcoders] Re: Array Collection

2010-02-20 Thread Alex Harui
The type depends on what the items in the ArrayCollection are. You can use Object if you’re not sure. The cost of using Object is generally ignorable. On 2/20/10 11:31 AM, criptopus sd_br...@ntlworld.com wrote: Something like ... for each (var member in membData)

[flexcoders] Re: Array Collection

2009-02-05 Thread thelordsince1984
--- In flexcoders@yahoogroups.com, thelordsince1984 lore...@... wrote: Hi, i've have an array collection of objects...every object is like this one: - id:path private function create(id:String, path:String):void { var arrayCollection:ArrayCollection = new ArrayCollection(); var

RE: [flexcoders] Re: Array Collection

2009-02-05 Thread Tracy Spratt
@yahoogroups.com Subject: [flexcoders] Re: Array Collection --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , thelordsince1984 lore...@... wrote: Hi, i've have an array collection of objects...every object is like this one: - id:path private function create(id:String

[flexcoders] Re: Array Collection Column Value

2007-02-15 Thread camlinaeizerous
use .getItemAt() instead of [] --- In flexcoders@yahoogroups.com, sanjaypmg [EMAIL PROTECTED] wrote: Hi, I have an ArrayCollection with various columns. I need to populate different combos using this array collection columns. I have a method where I am passing only column name as a