Re: [flexcoders] ArrayList Vs ArrayCollection

2009-11-10 Thread Johannes Nel
[mailto:flexcod...@yahoogroups.com] *On Behalf Of *DannyT *Sent:* Thursday, March 06, 2008 4:08 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] ArrayList Vs ArrayCollection var myList:ArrayList = new ArrayList(); // doesn't throw any error var myList:ArrayList = new ArrayCollection

Re: [flexcoders] ArrayList Vs ArrayCollection

2009-11-10 Thread Johannes Nel
to exist in the mx.collections package. Where have you seen it? Paul - Original Message - *From:* DannyT danmo...@googlemail.com *To:* flexcoders@yahoogroups.com *Sent:* Thursday, March 06, 2008 11:29 PM *Subject:* [flexcoders] ArrayList Vs ArrayCollection Can anyone

RE: [flexcoders] ArrayList Vs ArrayCollection

2009-11-10 Thread Alex Harui
] On Behalf Of Johannes Nel Sent: Tuesday, November 10, 2009 4:09 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] ArrayList Vs ArrayCollection retraction, disable events is private. mourn. On Tue, Nov 10, 2009 at 12:41 PM, Johannes Nel johannes@gmail.commailto:johannes@gmail.com

[flexcoders] ArrayList Vs ArrayCollection

2008-03-06 Thread DannyT
Can anyone point out the difference between ArrayList and ArrayCollection? ArrayList seems to be in the mx.collections package but I can't find any documentation on it. Dan -- http://danny-t.co.uk

Re: [flexcoders] ArrayList Vs ArrayCollection

2008-03-06 Thread Paul Andrews
] ArrayList Vs ArrayCollection Can anyone point out the difference between ArrayList and ArrayCollection? ArrayList seems to be in the mx.collections package but I can't find any documentation on it. Dan -- http://danny-t.co.uk

Re: [flexcoders] ArrayList Vs ArrayCollection

2008-03-06 Thread DannyT
in the mx.collections package. Where have you seen it? Paul - Original Message - *From:* DannyT [EMAIL PROTECTED] *To:* flexcoders@yahoogroups.com *Sent:* Thursday, March 06, 2008 11:29 PM *Subject:* [flexcoders] ArrayList Vs ArrayCollection Can anyone point out the difference between

RE: [flexcoders] ArrayList Vs ArrayCollection

2008-03-06 Thread Alex Harui
it in an ArrayCollection anyway. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of DannyT Sent: Thursday, March 06, 2008 4:08 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] ArrayList Vs ArrayCollection var myList:ArrayList = new ArrayList