RE: [flexcoders] Re: Stack overflow

2009-04-20 Thread Tracy Spratt
Look up XMLNode in the docs, you will understand why. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: Monday, April 20, 2009 5:50 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: Stack overflow

2009-04-20 Thread Tracy Spratt
QName and SimpleXMLEncoder are e4x also. Why are you using that old stuff anyway? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: Monday, April 20, 2009 5:50

RE: [flexcoders] Re: Stack overflow

2009-04-20 Thread Tracy Spratt
Ok, but don't use the legacy classes, use the AS3 e4x classes. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: Monday, April 20, 2009 6:08 PM To:

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

2006-09-25 Thread Jeff Vroom
Hi Thunder, I am not sure about the stack overflow though usually I dont recommend using lazy=false on both directions of a bi-directional relationship since it can end up sending the same data more than once to the client which results in inefficiency. It looks like you have a