|
It is not the XML structure. Either
of those two examples would be fine. Can you take this a step at a time? Can you get data into a datagrid at
all? I don’t do much charting, but can the line chart use the same
dataProvider that the data grid does? Hard code a sample XML
structure into an XML variable. Structure your code so that the two controls
are bound to a global variable dataProvider, probably an XMLListCollection.
Code a function that uses an e4x _expression_ against the XML variable to set the
value of that collection (use the collection API). The slider dataProvider needs to ba a
different var. A different e4x _expression_ can return that collection or XMLList
from the same base XML data On the change event of the slider, call the
function that uses the e4x _expression_ to set the dataProvider for the grid and
chart, filtering for the data you want. You haven’t said what problems you
have been having. Or posted any code, so I can’t be more specific. What debugging techniques do you have
available? From: Ok, I have just wasted an entire week.....and I think
I am going to go -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |
- RE: [flexcoders] XML issues Tracy Spratt
- [flexcoders] Re: XML issues jnewport
- Re: [flexcoders] Re: XML issues Douglas Knudsen
- RE: [flexcoders] Re: XML issues Steve Kellogg @ Project SOC

