[flexcoders] Re: Sending data to the Server

2008-05-12 Thread netdeep
Thanks for the reply Seth. I am now able to send an ArrayCollection of my custom class Chart: [Bindable] [RemoteClass(alias="factory.data.Chart")] public class ChartObject { private var name:String; private var axisList:ArrayCollection; public

[flexcoders] Re: Sending data to the Server

2008-05-13 Thread netdeep
server > when a property is ignored. If you enable this, add Endpoint.* to your log category filters to see these. > > Seth > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of netdeep > Sent: Monday, May 12, 2008 12:07 PM > To: flexcoders@yahoogroup

[flexcoders] Re: Sending data to the Server

2008-05-13 Thread netdeep
this, add Endpoint.* to your log category > filters to see > these. > > > > Seth > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of > netdeep > > Sent: Monday, May 12, 2008 12:07 PM > > To: flexcoders@yahoogroups.com >

RE: [flexcoders] Re: Sending data to the Server

2008-05-12 Thread Seth Hodgson
coders] Re: Sending data to the Server Thanks for the reply Seth. I am now able to send an ArrayCollection of my custom class Chart: [Bindable] [RemoteClass(alias="factory.data.Chart")] public class ChartObject { private var name:String; private var axisList:ArrayCollection; public

RE: [flexcoders] Re: Sending data to the Server

2008-05-14 Thread Seth Hodgson
May 13, 2008 8:09 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Sending data to the Server Hey my bad, I just found out I was not instantiating my AxisObject class correctly on the flex side. So I can pass the variables find now. However I would still like to figure out how to turn on