RE: [flexcoders] XML charting troubles

2006-11-01 Thread Ely Greenfield
THis is a compiletime error, or runtime error? Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dataknifeSent: Wednesday, November 01, 2006 12:39 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] XML charting troubles All, I'm a Flex Newbie -

RE: [flexcoders] XML charting troubles

2006-11-01 Thread Tracy Spratt
I advise setting resultFormat=e4x, doing away with binding into the mx:Model, and instead using a result handler handler to assign the result directly to an instance/global XML variable. This way, you can trace the contents of event.result.toXMLString(), and see exactly what you