Notice
Recent Posts
Recent Comments
SNOWFLAKES DRAWING PAPER
[FLEX] 차트사용하기위한 라이브러리 파일 확인 본문
차트사용하기위한 라이브러리 파일 확인
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:-
- 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
- datavisualization.swc into the frameworks\libs folder
- datavisualization__3.3.0.4852.swz and datavisualization__3.3.0.4852.swf into the frameworks\rsls folder
- datavisualization_rb.swc into the appropriate frameworks\locale\<locale> folder
- DMV-source.jar into the lib folder
- 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
- 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
'개발 > FLEX/AS3/AIR/BlazeDS' 카테고리의 다른 글
[FLEX] Popup시 모달 스타일 설정 (0) | 2009.10.07 |
---|---|
10 Things Every Senior Flash Developer Should Know (0) | 2009.09.18 |
FlashDevelop에서 trace사용하기 (0) | 2009.08.31 |
FlashDevelop Go to Definition - 구문으로 편리하게 이동하게 해주는 플러그인 (0) | 2009.08.31 |
[AS3] ClassFactory 따라하기 예제 (유동적인 인터페이스 구현) (0) | 2009.08.13 |
Comments