Re: [flexcoders] Flex 3.3 SDK and DataVisualization

2009-08-20 Thread Tom Chiverton
On Wednesday 19 Aug 2009, Angelo Anolin wrote:
 the datavisualization.swc to a folder where the MXMLC compiler is located
 and when I run the compiler, I include the folder as library in the command
 line.

There are proper instructions for this : 
http://www.rachaelandtom.info/content/using-flex-3-data-visualisation-components-with-flex-3-sdk

-- 
Helping to centrally maximize open-source granular content as part of the IT 
team of the year, '09 and '08



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office together with a 
list of those non members who are referred to as partners.  We use the word 
?partner? to refer to a member of the LLP, or an employee or consultant with 
equivalent standing and qualifications. Regulated by the Solicitors Regulation 
Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.

Re: [flexcoders] Flex 3.3 SDK and DataVisualization

2009-08-19 Thread Tom Chiverton
On Tuesday 18 Aug 2009, Annette Spooner wrote:
 Is it possible to use the Flex 3.3 SDK on its own, without Flex Builder 3,
 and use the Data Visualization components such as AdvancedDataGrid?

Absolutely !

 $FLEX_HOME\frameworks\libs\datavisualization.swc. However, when I try to
 compile some code using jrun4 I get the following error message: Could not

Using what ? Are you using the web tier compiler or something ? If so, get it 
working with mxmlc directly first.

-- 
Helping to carefully aggregate revolutionary seamless slick end-to-end 
relationships as part of the IT team of the year, '09 and '08



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office together with a 
list of those non members who are referred to as partners.  We use the word 
?partner? to refer to a member of the LLP, or an employee or consultant with 
equivalent standing and qualifications. Regulated by the Solicitors Regulation 
Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.

Re: [flexcoders] Flex 3.3 SDK and DataVisualization

2009-08-19 Thread Angelo Anolin
Most likely the datavisualization.swc is not being included during the compile 
of the MXML.  I ran across the same problem.  What I did was copied the 
datavisualization.swc to a folder where the MXMLC compiler is located and when 
I run the compiler, I include the folder as library in the command line.

I can't recall the whole MXMLC command line but I can remember it contains 
lib+=Folder Name

Where folder name contains the datavisualization.SWC file.

HTH.





From: Tom Chiverton tom.chiver...@halliwells.com
To: flexcoders@yahoogroups.com
Sent: Wednesday, 19 August, 2009 17:35:31
Subject: Re: [flexcoders] Flex 3.3 SDK and DataVisualization

  
On Tuesday 18 Aug 2009, Annette Spooner wrote:
 Is it possible to use the Flex 3.3 SDK on its own, without Flex Builder 3,
 and use the Data Visualization components such as AdvancedDataGrid?

Absolutely !

 $FLEX_HOME\framewor ks\libs\datavisu alization. swc. However, when I try to
 compile some code using jrun4 I get the following error message: Could not

Using what ? Are you using the web tier compiler or something ? If so, get it 
working with mxmlc directly first.

-- 
Helping to carefully aggregate revolutionary seamless slick end-to-end 
relationships as part of the IT team of the year, '09 and '08

 * * * * 

This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A list of 
members is available for inspection at the registered office together with a 
list of those non members who are referred to as partners. We use the word 
?partner? to refer to a member of the LLP, or an employee or consultant with 
equivalent standing and qualifications. Regulated by the Solicitors Regulation 
Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged. If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents. If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.Halliwells. com.  
   


  

[flexcoders] Flex 3.3 SDK and DataVisualization

2009-08-18 Thread Annette Spooner
Hi,

Is it possible to use the Flex 3.3 SDK on its own, without Flex Builder 3,
and use the Data Visualization components such as AdvancedDataGrid?

I have followed the installation instructions at
http://www.adobe.com/support/documentation/en/flex/3/releasenotes_flex3_sdk.
html#Datavisualization and placed the datavisualization files in the
required places.  I have added the following to my CLASSPATH:
$FLEX_HOME\frameworks\libs\datavisualization.swc. However, when I try to
compile some code using jrun4 I get the following error message: Could not
resolve mx:AdvancedDataGrid to a component implementation.

What else do I need to do? How do I tell it to use Flex 3 and not Flex 2.0.1
if I am not using Flex Builder?

Thanks,

Annette