SNOWFLAKES DRAWING PAPER

[FLEX] 차트사용하기위한 라이브러리 파일 확인 본문

개발/FLEX/AS3/AIR/BlazeDS

[FLEX] 차트사용하기위한 라이브러리 파일 확인

눈송2 2009. 9. 2. 09:43

차트사용하기위한 라이브러리 파일 확인

sdk 경로
frameworks\libs에 datavisualization.swc
frameworks\locale\en_US에 datavisualization_rb.swc

C:\sdks\3.3.0.4852\frameworks\libs\datavisualization.swc
C:\sdks\3.3.0.4852\frameworks\locale\en_US\datavisualization_rb.swc



http://blog.paran.com/blog/detail/postBoard.kth?pmcId=openflex&blogDataId=30733315

Using the Data Visualization components with Flex SDK 3.3

A new version of the data visualization libraries needs to be downloaded and installed into the SDK 3.3 installation to leverage features such as charts and the Advanced DataGrid. The library can be downloaded from the main Flex download page:
http://www.adobe.com/products/flex/flexdownloads/

To install the library and related assets do the following:-

  1. Unzip ‘datavisualization_for_SDK3.3.zip’ onto the SDK 3.3 folder (e.g. C:\Program Files\Flex Builder 3\sdks\3.3.0). This will extract the following into the SDK 3.3 installation
    1. datavisualization.swc into the frameworks\libs folder
    2. datavisualization__3.3.0.4852.swz and datavisualization__3.3.0.4852.swf into the frameworks\rsls folder
    3. datavisualization_rb.swc into the appropriate frameworks\locale\<locale> folder
    4. DMV-source.jar into the lib folder
  2. Open a command prompt or command shell and go to the ‘lib’ subdirectory in the SDK 3.3 directory tree e.g. C:\Program Files\Flex Builder 3\sdks\3.3.0\lib
  3. Extract the sources for the data visualization components from DMV-source.jar by running the command ‘java –jar DMV-source.jar <license.properties directory> ../’ e.g. java –jar DMV-source.jar  C:\Documents and Settings\All Users\Application Data\Adobe\Flex NOTE: the folder named ‘projects’ and the file ‘dmv_automation_build.xml’ will be extracted into the fbpro folder

Comments