Re: [flexcoders] XML, HTTPSerivce, Setting dataProvider in Action Script

2008-02-12 Thread Sherif Abdou
] To: flexcoders@yahoogroups.com Sent: Tuesday, February 12, 2008 1:29:36 PM Subject: RE: [flexcoders] XML, HTTPSerivce, Setting dataProvider in Action Script Thanks! That worked. I have noticed that I am not setting the dataprovider for my category axis and its still getting filled in? Is that possible

RE: [flexcoders] XML, HTTPSerivce, Setting dataProvider in Action Script

2008-02-12 Thread Brad Bueche
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sherif Abdou Sent: Tuesday, February 12, 2008 1:39 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] XML, HTTPSerivce, Setting dataProvider in Action Script lastResult doesnt work in Actionscript only MXML, you get null if you

Re: [flexcoders] XML, HTTPSerivce, Setting dataProvider in Action Script

2008-02-12 Thread Sherif Abdou
: [flexcoders] XML, HTTPSerivce, Setting dataProvider in Action Script lastResult doesnt work in Actionscript only MXML, you get null if you use it in actionScript it should be just private function initApp():void{ chartXML.send(); chartXML.addEventListener( ResultEvent. RESULT,onResult

Re: [flexcoders] XML, HTTPSerivce, Setting dataProvider in Action Script

2008-02-12 Thread Sherif Abdou
} - Original Message From: Brad Bueche [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 12, 2008 12:30:32 PM Subject: [flexcoders] XML, HTTPSerivce, Setting dataProvider in Action Script I have been trying all morning to figure out how to set the dataprovider

[flexcoders] XML, HTTPSerivce, Setting dataProvider in Action Script

2008-02-12 Thread Brad Bueche
I have been trying all morning to figure out how to set the dataprovider for a line chart in actionscript. Below is the code. The dataprovider in MXML works (and its the exact same dataprovider!). And if I put the statement back into the MXML for the mx:LineChart it will work. Why wont this