| Mon | Tue | Wed | Thu | Fri | Sat | Sun |
|---|---|---|---|---|---|---|
| 27 | 28 | 29 | 30 | 31 | 1 | 2 |
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
Using the Flex 3 Data Visualisation components with the Flex 3 SDK
For reasons best known to themselves, Adobe do not ship the trial Data Visualisation components with the SDK download, so you have to extract them from the Windows download yourself.
First, install the Flex 3 SDK:
#sudo mkdir /opt/flex-sdk-3
#sudo chown myUser /opt/flex-sdk-3#cd /opt/flex-sdk-3
#unzip ~/flex_sdk_3.zip
Then, use VMWare or something to install Flex Builder 3.
Now you need to copy the following files from (the default location under) c:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0 into the corresponding location under the SDK root:
#cp datavisualization_3*.sw* /opt/flex-sdk-3/frameworks/rsls/
#cp datavisualization_rb.swc /opt/flex-sdk-3/frameworks/locale/en_US/
#cp datavisualization.swc /opt/flex-sdk-3/frameworks/libs/
Now you can use the new things like AdvancedDataGrid as well as the chart and other tools that were in Flex 2.

hi,can u share the Flex 3
hi,can u share the Flex 3 Data Visualisation components to download?
thx!
I am afraid
I did ask Adobe about this, but unfortunately they said no.
Tom