RE: [flexcoders] Binding chart to XML

2006-06-22 Thread Daniel Tuppeny
] 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 rendering XML data. In Flex 2

[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 = '\ data\ item name=Aaa val=6 /\ item name=Bbb val=46 /\ item name=Ccc val=16 /\ /data\ '; gXMLDoc =

RE: [flexcoders] Binding chart to XML

2006-06-21 Thread Ely Greenfield
="@val" / Ely. 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:/* Scr

RE: [flexcoders] Binding chart to XML

2006-06-21 Thread Daniel Tuppeny
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 would write: [EMAIL

RE: [flexcoders] Binding chart to XML

2006-06-21 Thread Ely Greenfield
TECTED] On Behalf Of Daniel TuppenySent: Wednesday, June 21, 2006 9:22 AMTo: flexcoders@yahoogroups.comSubject: 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 added an @ and get the same issue: "Prop

RE: [flexcoders] Binding chart to XML

2006-06-21 Thread Tracy Spratt
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 added an @ and get the same