[flexcoders] Re: Flex 3.3 SDK and AdvancedDataGrid

2009-03-16 Thread Michael Slinn
The online docs and the previous posting suffer from invalid characters.  Also, 
the path needs to be in quotes.  Try this:

java -jar DMV-source.jar "C:\Documents and Settings\All Users\Application 
Data\Adobe\Flex"



[flexcoders] Re: Flex 3.3 SDK and AdvancedDataGrid

2009-03-03 Thread Bjorn Schultheiss
>From the release notes

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\ 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 
 ../’ 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


--- In flexcoders@yahoogroups.com, "Troy A. Binford"  wrote:
>
> Hi,
> 
> I updated to 3.3 today and now AdvancedDataGrid is not found. Is there 
> something I am missing?
> 
> Thanks.
>