[flexcoders] Displaying additional child nodes in Datatip

2010-01-14 Thread Monette
series in the datatip. Thanks. Monette

[flexcoders] Help: Line chart multiple series datatip

2010-01-14 Thread Monette
I assigned the y and x axis to each series in a line chart. I need to include additional information for each datapoint in the datatip from the XML file. How can this be accomplished? Thanks.

[flexcoders] Re: Displaying additional child nodes in Datatip

2010-01-15 Thread Monette
; a++ } return s; } Thanks. Monette --- In flexcoders@yahoogroups.com, turbo_vb timh...@... wrote: If the dataTipFunction doesn't give you enough flexibility, you could try a dataTipRenderer. In either case, you can drill down to the child nodes there. -TH

[flexcoders] Re: Displaying additional child nodes in Datatip

2010-01-15 Thread Monette
statusred/status /session /week /items What are your thoughts? Thanks. Monette --- In flexcoders@yahoogroups.com, turbo_vb timh...@... wrote: Yeah, you're very close. Now it's just a matter of xml. I'd start by tracing o. If the children are still in o, then drill down. Otherwise

[flexcoders] Re: Displaying additional child nodes in Datatip

2010-01-18 Thread Monette
for just that particular series. Why isn't the for loop or while loop working? Thanks so much for your help Tim! Monette private function dtFunction( o:HitData ):String var s:String; for (var a:int=0; a 3; a++) { var index:int = (LineSeries

[flexcoders] Re: Displaying additional child nodes in Datatip

2010-01-18 Thread Monette
+ totalBooksForWeek + \n; return s; } -TH --- In flexcoders@yahoogroups.com, Monette monettemm@ wrote: Almost there! I assigned an id to each series - s1, s2, s3 etc. Below I am trying to loop for the total amount of series. The values show up for bookrate and status

[flexcoders] Re: Displaying additional child nodes in Datatip

2010-01-19 Thread Monette
Tim, It works!!! Hooray!!! You Rock!!! Thank you so much for all your help. Monette --- In flexcoders@yahoogroups.com, turbo_vb timh...@... wrote: Three time's a charm: var series:LineSeries = LineSeries( o.element ); var seriesIndex:int; for ( seriesIndex = 0; seriesIndex

[flexcoders] Line Chart Legend problem

2010-03-31 Thread Monette
I was successful in customizing the datapoints in a line chart with multiple series. The background fill of the datapoint changed according to other values in the xml file. Now my legend which contained the circle color of each series is not displaying. Only the legend label shows up. What

[flexcoders] Re: Line Chart Legend problem

2010-04-01 Thread Monette
); --- In flexcoders@yahoogroups.com, arutheunicorn arutheunic...@... wrote: --- In flexcoders@yahoogroups.com, Monette monettemm@ wrote: I was successful in customizing the datapoints in a line chart with multiple series. The background fill of the datapoint changed according to other values

[flexcoders] LineSeries Question

2010-04-16 Thread Monette
I have the value of the lineseriesitem, it was passed to a class. I would like to retrieve the lineseries id or index that the item came from? Is it possible to get that info from the lineseriesitem? Thanks. MM

[flexcoders] Re: LineSeries Question

2010-04-16 Thread Monette
@yahoogroups.com, Monette monettemm@ wrote: I have the value of the lineseriesitem, it was passed to a class. I would like to retrieve the lineseries id or index that the item came from? Is it possible to get that info from the lineseriesitem? Thanks. MM

[flexcoders] Re: flex as3 programming pdf

2010-04-16 Thread Monette
http://livedocs.adobe.com/flex/3/progAS_flex3.pdf --- In flexcoders@yahoogroups.com, ew6014 ew6...@... wrote: hi guys does anyone know where to get the updated version of PROGRAMMING ACTIONSCRIPT 3.0 FOR FLEX pdf? the latest version i have is 2009. does anyone know where to get