RE: [flexcoders] complex Remote Objects

2005-06-10 Thread Dirk Eismann
: [flexcoders] complex Remote Objects Yep - Matt's diagnosis is correct. Your OgoPhoneVO constructor might look something like this to make sure it doesn't override the initial states of the deserialized result objects: public function OgoPhoneVO() { if (info === undefined

RE: [flexcoders] complex Remote Objects

2005-06-10 Thread Abdul Qabiz
: [flexcoders] complex Remote Objects Yep - Matt's diagnosis is correct. Your OgoPhoneVO constructor might look something like this to make sure it doesn't override the initial states of the deserialized result objects: public function OgoPhoneVO() { if (info === undefined

Re: [flexcoders] complex Remote Objects

2005-06-09 Thread Christoph Guse
object initialization (as you can't send constructor arguments via AMF). From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Chotin Sent: Wednesday, June 08, 2005 9:12 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] complex Remote Obje

RE: [flexcoders] complex Remote Objects

2005-06-08 Thread Dimitrios Gianninas
ece of code that sets the dataProvider of the DataGrid. I think the problem lies there. Dimitrios "Jimmy" Gianninas RIADeveloper Optimal Payments Inc. From: Christoph Guse [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 08, 2005 1:36 PMTo: flexcoders@yahoogroups.comSubject: Re: [flex

RE: [flexcoders] complex Remote Objects

2005-06-08 Thread Matt Chotin
). HTH, Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Christoph Guse Sent: Wednesday, June 08, 2005 10:36 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] complex Remote Objects Hi Peter, I still have the problem with my complex

RE: [flexcoders] complex Remote Objects

2005-06-08 Thread Peter Farland
: flexcoders@yahoogroups.comSubject: RE: [flexcoders] complex Remote Objects Hi Christophe, I bet the bug is because you have the constructor doing initial value assignment. Joe Berkovitz posted a very detailed account of how Flex will screw you up if you do this in your VOs because the

Re: [flexcoders] complex Remote Objects

2005-06-03 Thread Christoph Guse
)? Let me know how the test goes and I'll pass on to QA to test. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Christoph Guse Sent: Friday, June 03, 2005 10:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] complex Remote Objects