RE: [flexcoders] Array of objects

2009-03-13 Thread Gordon Smith
ray to a Vector: var v:Vector. = Vector.(["Hello", "World"]); Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Paul Andrews Sent: Friday, March 13, 2009 2:03 AM To: flexcoders@yahoogroups.com Subject: Re

Re: [flexcoders] Array of objects

2009-03-13 Thread Johannes Nel
> > Reply-to: flexcoders@yahoogroups.com > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] Array of objects > Date: Fri, 13 Mar 2009 09:02:55 - > > LOL, I should be doing the tutorials! > > > http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl

Re: [flexcoders] Array of objects

2009-03-13 Thread Maciek Sakrejda
rejda Truviso, Inc. http://www.truviso.com -Original Message- From: Paul Andrews Reply-to: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Array of objects Date: Fri, 13 Mar 2009 09:02:55 - LOL, I should be doing the tutorials! http://livedocs.adob

Re: [flexcoders] Array of objects

2009-03-13 Thread Paul Andrews
e: [flexcoders] Array of objects > > - Original Message - > From: "christophe_jacquelin" > To: > Sent: Friday, March 13, 2009 8:46 AM > Subject: [flexcoders] Array of objects > > >> Hello, >> >> How to declare an array of n Objects of

Re: [flexcoders] Array of objects

2009-03-13 Thread Paul Andrews
- Original Message - From: "christophe_jacquelin" To: Sent: Friday, March 13, 2009 8:46 AM Subject: [flexcoders] Array of objects > Hello, > > How to declare an array of n Objects of the class myClass ? How did we > indicates the type of the object to th

Re: [flexcoders] Array of objects

2009-03-13 Thread claudiu ursica
[ArrayElementType("com.blah.blah.YourClassName")] publica var ar:Array = new Array(); C From: christophe_jacquelin To: flexcoders@yahoogroups.com Sent: Friday, March 13, 2009 10:46:55 AM Subject: [flexcoders] Array of objects Hello, How to declar

[flexcoders] Array of objects

2009-03-13 Thread christophe_jacquelin
Hello, How to declare an array of n Objects of the class myClass ? How did we indicates the type of the object to the array ? Thank you, Christophe,

[flexcoders] Array of objects and CFC

2005-12-20 Thread Hamad Amaral
Hi, I would like to pass a model to a CFC but an error occurs. If I pass only "name" and "age" I can catch the values as a struct, if I pass only "ar" I have success too. But I don't have success with all together. Please, can anyone help me? Thanks in advance. MXML http://localhost:8500/ro.cfc