zhangtaoeasy / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

Flexlib doesn't compile with Flex 3.4 SDK #249

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Flexlib has always caused two Warnings when being compiled:  (Flex 3.2 SDK)

- 3606: 'dataToLocal' has been deprecated.  Please use
'IChartElement2.dataToLocal()'.
- 3606: 'localToData' has been deprecated.  Please use
'IChartElement2.localToData()'.

However, when you attempt to compile Flexlib using the Flex 3.4 SDK you get
two Errors:

- 1017: The definition of base class ChartElement was not found.
- 1020: Method marked override must override another method.

Original issue reported on code.google.com by bradley....@gmail.com on 7 Oct 2009 at 5:51

GoogleCodeExporter commented 9 years ago
Have you checked your source to make sure that ChartElement is included?  This 
just
my first thought.

I have noticed many errors many about deprecated items but also about bad code 
from
trying to compile against both sdk 4.0 (beta) and also against SDK 3.3

I would be interested in knowing if anyone is capable of compiling at all 
against any
SDK that is 3.0 or greater?

Original comment by binaryle...@gmail.com on 13 Oct 2009 at 12:06

GoogleCodeExporter commented 9 years ago
Looks like r170 did the update to SDK 3.4.

Original comment by primo...@gmail.com on 22 Oct 2009 at 2:52

GoogleCodeExporter commented 9 years ago
1) data visualisation classes (mx.charts.* etc.) do not belong to the standard 
flex sdk anymore and must be 
downloaded separately (e.g. 
http://download.macromedia.com/pub/flex/sdk/datavisualization_sdk3.5.zip for 
sdk3.5)
2) I compiled flexlib classes with flex 3.5 without problem (with 
datavisualization.swc in the library path of 
course)

Original comment by fga...@gmail.com on 6 Jan 2010 at 11:15