http://blogs.adobe.com/flexdoc/2008/04/extracting_data_visualization.html
Substitute 3.0.0 for 3.2.0 and you should be right. Took me a while to find this when I needed it - don't know why they don't just install it if Flex 3 Pro is detected, but anyway... 2009/1/15 Pan Troglodytes <[email protected]>: > Hmm, I should also mention that the error I'm getting is: > TypeError: Error #1009: Cannot access a property or method of a null object > reference. > at > mx.charts.series::BubbleSeries/findDataPoints()[C:\work\flex\dmv_automation\projects\datavisualisation\src\mx\charts\series\BubbleSeries.as:933] > at > mx.charts.chartClasses::ChartBase/findDataPoints()[C:\work\flex\dmv_automation\projects\datavisualisation\src\mx\charts\chartClasses\ChartBase.as:1974] > at > mx.charts.chartClasses::ChartBase/mouseOverHandler()[C:\work\flex\dmv_automation\projects\datavisualisation\src\mx\charts\chartClasses\ChartBase.as:4216] > > Which is really odd, considering I don't have a C:\work folder. It looks > like for some reason it's showing the Adobe developer's paths. > > On Thu, Jan 15, 2009 at 12:32 AM, Pan Troglodytes <[email protected]> > wrote: >> >> I upgraded to 3.0.2 and seem to have a bit of an issue. The last time >> I've seen the datavisualization source distributed is in 3.0.0. Sometimes >> when I trace into SDK units (BubbleSeries.as at the moment), you can tell >> the debugger is going to a line from a different version of the file. >> Crashing on a line that contains "var minItems:Array /* of BubbleSeriesItem >> */ = [];" is kind of a dead giveaway. >> >> Is there some way to actually get the updated source or are we screwed? >> >> -- >> Jason > > > > -- > Jason >

