[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,

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 christophe_jacque...@yahoo.fr To: flexcoders@yahoogroups.com Sent: Friday, March 13, 2009 10:46:55 AM Subject: [flexcoders] Array of objects

Re: [flexcoders] Array of objects

2009-03-13 Thread Paul Andrews
- Original Message - From: christophe_jacquelin christophe_jacque...@yahoo.fr To: flexcoders@yahoogroups.com 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

Re: [flexcoders] Array of objects

2009-03-13 Thread Paul Andrews
, 2009 8:59 AM Subject: Re: [flexcoders] Array of objects - Original Message - From: christophe_jacquelin christophe_jacque...@yahoo.fr To: flexcoders@yahoogroups.com Sent: Friday, March 13, 2009 8:46 AM Subject: [flexcoders] Array of objects Hello, How to declare an array of n

Re: [flexcoders] Array of objects

2009-03-13 Thread Maciek Sakrejda
Truviso, Inc. http://www.truviso.com -Original Message- From: Paul Andrews p...@ipauland.com 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

Re: [flexcoders] Array of objects

2009-03-13 Thread Johannes Nel
Reply-to: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.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

RE: [flexcoders] Array of objects

2009-03-13 Thread Gordon Smith
= Vector.String([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: [flexcoders] Array of objects LOL, I should be doing

[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 mx:WebService id=ws