vote up 1 vote down star

Hmmmm... It appears that charts are only available through the Flex SDK that comes built-in with Flex Builder. This is a problem, since I want to use Flex 3.3, and Flex Builder came with 3.2.

Eclipse is also ticking me off, and I prefer to use a different IDE (FlashDevelop).

Any way around this? And is there anything else that isn't included the the free SDK that I should be aware of?

flag

4 Answers

vote up 3 vote down check

The charts are only available with the professional Flex Builder plugin. If you have a FB license, however, there is no reason you can't use the libraries with FlashDevelop.

link|flag
vote up 2 vote down

As mentioned by riaflexer, if you need the Adobe charting components, you can download those from Adobe, and install them into your copy of Flex Builder - provided that you already have a license for the charting components.

However, if you're looking for charting and data visualization components that you can use with the free Flex SDK, you should take a look at the Axiis Data Visualization Framework. It's an open source data viz framework that can be used to create just about any type of charting component you could think of. Also, since it's built on top of Degrafa, it's fairly easy to customize the look of your charts. It's still in alpha, but it still seems to work pretty well so far.

link|flag
Was looking for a Flex Chart / AnyChart alternative. These Axiis guys look promising. – Glenn Oct 5 at 20:42
vote up 3 vote down

You can download the Data Visualization components from the Adobe website here: http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk - It's the download at the bottom of the page, look for "Adobe Flex 3.3 Data Visualization Components".

However, even though you can download the components, you will still need a license to use them in your applications. The components will display a watermark over them unless a valid data visualization license is used when compiling with MXMLC.

link|flag
vote up 0 vote down

The memory profiler and automated testing tools are only available with the professional version. The test tools are still in their infancy, but they are looking better and better and every day, but are the only way to do unit testing of Flex apps.

link|flag
1  
There is actually a solid alternative to FlexUnit called fluint. It does asynchronous testing alot better than FlexUnit. – Richard Szalay Jun 28 at 17:39
Hah hah, I was about to ask if it supports annotations, kind of confusing my languages there. This looks pretty cool – stevedbrown Jun 28 at 18:38
It does actually support annotations via [Test] metadata. Nothing like you'd get out of NUnit/jUnit, but better than nothing. – Richard Szalay Jun 28 at 20:17
The original fluint and FlexUnit projects have merged to become the new FlexUnit 4: blogs.digitalprimates.net/codeSlinger/index.cfm/… – riaflexer Jun 29 at 14:36

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.