[flexcoders] Re: Stack overflow

2009-04-20 Thread markgoldin_2000
Well, this crashes too: public function objectToXML(obj:Object):XMLNode { var qName:QName = new QName(root); var xmlDocument:XMLDocument = new XMLDocument(); var simpleXMLEncoder:SimpleXMLEncoder = new SimpleXMLEncoder(xmlDocument); var xmlNode:XMLNode = simpleXMLEncoder.encodeValue(obj, qName,

RE: [flexcoders] Re: Stack overflow

2009-04-20 Thread Tracy Spratt
Subject: [flexcoders] Re: Stack overflow Well, this crashes too: public function objectToXML(obj:Object):XMLNode { var qName:QName = new QName(root); var xmlDocument:XMLDocument = new XMLDocument(); var simpleXMLEncoder:SimpleXMLEncoder = new SimpleXMLEncoder(xmlDocument); var

RE: [flexcoders] Re: Stack overflow

2009-04-20 Thread Tracy Spratt
PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Stack overflow Well, this crashes too: public function objectToXML(obj:Object):XMLNode { var qName:QName = new QName(root); var xmlDocument:XMLDocument = new XMLDocument(); var simpleXMLEncoder:SimpleXMLEncoder = new

[flexcoders] Re: Stack overflow

2009-04-20 Thread markgoldin_2000
: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: Monday, April 20, 2009 5:50 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Stack overflow Well, this crashes too: public function objectToXML(obj:Object):XMLNode

RE: [flexcoders] Re: Stack overflow

2009-04-20 Thread Tracy Spratt
@yahoogroups.com Subject: [flexcoders] Re: Stack overflow I need to convert a AS object into an XML. --- In flexcod...@yahoogro mailto:flexcoders%40yahoogroups.com ups.com, Tracy Spratt tr...@... wrote: QName and SimpleXMLEncoder are e4x also. Why are you using that old stuff anyway

[flexcoders] Re: Stack overflow

2009-04-20 Thread zyzzx00_99
...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: Monday, April 20, 2009 5:50 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Stack overflow Well, this crashes too: public function objectToXML(obj:Object):XMLNode { var qName:QName = new QName(root); var

[flexcoders] Re: Stack overflow

2009-04-20 Thread zyzzx00_99
Of markgoldin_2000 Sent: Monday, April 20, 2009 5:50 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Stack overflow Well, this crashes too: public function objectToXML(obj:Object):XMLNode { var qName:QName = new QName(root); var

[flexcoders] Re: Stack Overflow with circular managed associations.

2006-09-26 Thread thunderstumpgesatwork
from that. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thunderstumpgesatwork Sent: Monday, September 25, 2006 8:20 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Stack Overflow with circular

[flexcoders] Re: Stack Overflow with circular managed associations.

2006-09-25 Thread thunderstumpgesatwork
So, a little more info on the managed associations. If I have lazy=true on the one, I don't get the stack overflow, however the properties cannot be accessed. It is null. I would have expected the ItemPendingError and the property to be fetched, but it is just null. Anyone know anything about

RE: [flexcoders] Re: Stack Overflow with circular managed associations.

2006-09-25 Thread Jeff Vroom
: Monday, September 25, 2006 8:20 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Stack Overflow with circular managed associations. So, a little more info on the managed associations. If I have lazy=true on the one, I don't get the stack overflow, however the properties cannot