[flexcoders] Stack overflow

2009-04-20 Thread markgoldin_2000
I am getting the following: Error: Error #1023: Stack overflow occurred. at flash.xml::XMLNode() at flash.xml::XMLDocument/createElement() at mx.rpc.xml::SimpleXMLEncoder/encodeValue() at mx.rpc.xml::SimpleXMLEncoder/encodeValue() at

RE: [flexcoders] Stack overflow

2009-04-20 Thread Tracy Spratt
_ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: Monday, April 20, 2009 4:21 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Stack overflow I am getting the following: Error: Error #1023: Stack overflow occurred

Re: [flexcoders] Stack Overflow in swf to swf include

2006-10-18 Thread Flex Learner
]ups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of Flex LearnerSent: Tuesday, October 17, 2006 2:45 PMTo: [EMAIL PROTECTED] ups.comSubject: [flexcoders] Stack Overflow in swf to swf include HI, I'm trying to include an swf file (generated from FlexBuilder) within another swf file using

RE: [flexcoders] Stack Overflow in swf to swf include

2006-10-18 Thread Peter Farland
lto:[EMAIL PROTECTED] On Behalf Of Flex LearnerSent: Wednesday, October 18, 2006 2:25 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Stack Overflow in swf to swf include Thanks Pete. Adding makeObjectsBinadble="false" solved the problem. Yes, the service returns a simpl

RE: [flexcoders] Stack Overflow in swf to swf include

2006-10-18 Thread Peter Farland
FarlandSent: Wednesday, October 18, 2006 9:51 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Stack Overflow in swf to swf include It does restrict some functionality... to describe what's happening in HTTPService - an underlyingURLLoader returns your XML data as a String

[flexcoders] Stack Overflow in swf to swf include

2006-10-17 Thread Flex Learner
HI, I'm trying to include an swf file (generated from FlexBuilder) within another swf file using mx:image. The included file is located on a different server, and the include works fine. Now, if a HTTPService is added to the included file, the call fails with the following exception. Error:

RE: [flexcoders] Stack Overflow in swf to swf include

2006-10-17 Thread Peter Farland
ag or set resultFormat="e4x" or resultFormat="text" (instead of the default, which is "object"). Thanks, Pete From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Flex LearnerSent: Tuesday, October 17, 2006 2:45 PMTo: flexcoders@yahoogroups.comSub

[flexcoders] Stack Overflow with circular managed associations.

2006-09-22 Thread thunderstumpgesatwork
Hi guys, I think this may be a bug. I have some classes that have bi-directional managed associations. If both sides are declared lazy=false, I'm getting a stack overflow error in Flex when the results are returned. See the error output below. Any ideas? Shouldn't this work? thanks, Thunder