[flexcoders] Re: Web browser crashing on remote method call

2005-06-13 Thread Kevin Ewok
Pete- Thanks for your help...I've finally identified the problem (but still not the solution). Although I did have a reference of my siblingPojo back to my MainPojo, commenting out that code did not solve the problem. However, my SiblingObject has an attribute that is part of a class with

RE: [flexcoders] Re: Web browser crashing on remote method call

2005-06-13 Thread Peter Farland
? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Ewok Sent: Monday, June 13, 2005 11:49 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Web browser crashing on remote method call Pete- Thanks for your help...I've finally identified

[flexcoders] Re: Web browser crashing on remote method call

2005-06-13 Thread Kevin Ewok
to another context? Such as a class called StaticConstants? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Ewok Sent: Monday, June 13, 2005 11:49 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Web browser crashing

RE: [flexcoders] Re: Web browser crashing on remote method call

2005-06-13 Thread Peter Farland
: [flexcoders] Re: Web browser crashing on remote method call Pete- Thanks for your help...I've finally identified the problem (but still not the solution). Although I did have a reference of my siblingPojo back to my MainPojo, commenting out that code did not solve the problem. However, my

[flexcoders] Re: Web browser crashing on remote method call

2005-06-13 Thread Kevin Ewok
Subject: [flexcoders] Re: Web browser crashing on remote method call yes. we're going to plan to stub it in as a constants until 2.0 is released. However, I'm still having display problems. From the gateway debug, I can see that my MainPOJO and all of it's nested objects have data, yet

RE: [flexcoders] Re: Web browser crashing on remote method call

2005-06-13 Thread Peter Farland
@yahoogroups.com Subject: [flexcoders] Re: Web browser crashing on remote method call The 2 constructors for my MainPojo and SiblingPojo (for the Java classes and AS classes) both had only a single empty constructor like below. Again, thanks for your help. AS--- public function SiblingPojo(){} Java

[flexcoders] Re: Web browser crashing on remote method call

2005-06-13 Thread Kevin Ewok
:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Web browser crashing on remote method call yes. we're going to plan to stub it in as a constants until 2.0 is released. However, I'm still having display problems. From the gateway debug, I can see that my MainPOJO

[flexcoders] Re: Web browser crashing on remote method call

2005-06-13 Thread Kevin Ewok
Sent: Monday, June 13, 2005 4:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Web browser crashing on remote method call yes. we're going to plan to stub it in as a constants until 2.0 is released. However, I'm still having display problems. From the gateway