[flexcoders] Data not appearing in AdvancedDataGrid

2008-12-04 Thread todd.bruner
Hello and thanks in advance for any help you can provide this flex newbie. I'm trying to create a simple AdvancedDataGrid that displays XML data from a web service I wrote. The XML file looks like: dashboard rollup period2008-12-03 01:00:00/period

[flexcoders] Re: Data not appearing in AdvancedDataGrid

2008-12-04 Thread todd.bruner
Alex: Thank you for your suggestions. I stuffed the raw XML into a TextArea and it looks fine and matches what I get requesting the same url in my web browser. The reason I'm fussing with array/arraycollection is ignorance. I'm trying to adapt things from various examples I've seen. I'm

[flexcoders] Re: Data not appearing in AdvancedDataGrid

2008-12-05 Thread todd.bruner
Alex: Thanks so much for the links! I think they will be a tremendous help. Todd --- In flexcoders@yahoogroups.com, oneworld95 [EMAIL PROTECTED] wrote: I've often had to look at multiple examples to figure out what I need to do for a project. Here are a few places to try, the first one

[flexcoders] Re: Data not appearing in AdvancedDataGrid

2008-12-05 Thread todd.bruner
Tracy: Thanks for taking the time to reply. I was wishing to display something like: period 2008-12-5 00:00:00| | | CK | 101 | US | 33 | UK | 10 2008-12-5

[flexcoders] Re: Data not appearing in AdvancedDataGrid

2008-12-05 Thread todd.bruner
I'm starting to make some progress with your help. I've changed my xml output and incorporated Alex and Tracy's suggestions. I can now see data in the ADG but its not quite what I expected. Here's the what I get: Period Country Detects 2008-12-04 03:00:00 PHGBMYDK

[flexcoders] Re: Data not appearing in AdvancedDataGrid

2008-12-05 Thread todd.bruner
I tried something different and got it to work. Thanks for all your help. For others searching, here's what I did. For those following the thread, if there's a better way to do this, I welcome your suggestions. (got the idea to try it this way from Programming Flex 3. Kazoun, Lott) relevant

[flexcoders] Need advise on how to display multiple SWF apps

2009-02-16 Thread todd.bruner
I have developed a small flex charting app that displays a graph based on xml returned from a web service. Works great. Now I want to display many of these charts in a single interface. The idea is to have 3 or so of these charts in a horizontal line say C1, C2, C3. At a time interval or a

[flexcoders] Re: Need Help understanding ModuleManager or Why isn't the chart drawing?

2009-07-17 Thread todd.bruner
Yes, the trace statements show that the data is returned from the webservice, and that the parsing is occurring as expected. The two panels are drawn, however the titles are not set. The chart draws an X and Y axis but not actual data plotted. Thanks, Todd --- In flexcoders@yahoogroups.com,