RE: [flexcoders] Binding chart to XML

2006-06-22 Thread Daniel Tuppeny
ECTED] On Behalf Of Ely GreenfieldSent: 21 June 2006 20:20To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Binding chart to XML     Gotcha. I didn't read your post closely enough.   I'm nut sure if you're using Flex 1.5 or 2. In Flex 1.5, Charts don't support renderin

RE: [flexcoders] Binding chart to XML

2006-06-21 Thread Tracy Spratt
[mailto:[EMAIL PROTECTED] On Behalf Of Daniel Tuppeny Sent: Wednesday, June 21, 2006 12:22 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Binding chart to XML   I wasn't deliberately using E4X (I don't really know what it is!!). I thought I was using XML! :-)   I adde

RE: [flexcoders] Binding chart to XML

2006-06-21 Thread Ely Greenfield
value."   Any ideas? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ely GreenfieldSent: 21 June 2006 16:54To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Binding chart to XML       In E4X parlance, attributes are referred to by prefixing their name wi

RE: [flexcoders] Binding chart to XML

2006-06-21 Thread Daniel Tuppeny
lto:[EMAIL PROTECTED] On Behalf Of Ely GreenfieldSent: 21 June 2006 16:54To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Binding chart to XML       In E4X parlance, attributes are referred to by prefixing their name with @.  i.e., to get the val of the first item in your code, you w

RE: [flexcoders] Binding chart to XML

2006-06-21 Thread Ely Greenfield
.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel TuppenySent: Wednesday, June 21, 2006 4:11 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Binding chart to XML I'm trying to bind a chart to an XML document, like this:/* Script */var sXML:S

[flexcoders] Binding chart to XML

2006-06-21 Thread Daniel Tuppeny
I'm trying to bind a chart to an XML document, like this: /* Script */ var sXML:String = '\ \ \ \ \ \ '; gXMLDoc = mx.utils.XMLUtil.createXMLDocument(sXML); pie.dataProvide