Flex

MVC based Flex Gizmo

Some time back I had created this Histogram sample in Flash. This uses MVC to create two different views from the same data.

Today, thought of converting it to a Flex (Flash Builder) Project. Flex sample is uploaded here - http://www.shivolve.com/webdevign/flashplatform/histogram/bin-release/Gizmo.html

To view the source code, right click the application and then click View Source.

Useful Flash Platform Resources

Here are some links to Adobe Flash and Flex resources that I find useful. There is lot of content available on the net. However, I had to spend good time find what I need to get started. Hope, will help someone... 

Useful websites:

Free Flash / Flex Tools:

Working with Flex 3 SDK in Eclipse

I have been working with Flex 2 which is a great tool for developing Flex applications. However, Flex 3 is already there and I want to explore. Not willing to buy Flex 3 as Flex 2 is sufficient for my current needs, I decided to try Flex 3 SDK. Thanks to Darron Schall's excellent post for Flex 1 posted in 2005.


Flex Ant Tasks - Step by Step

1. You should have Eclipse installed in your machine. In case you do not have Eclipse, download from http://www.eclipse.org. Uncompress it and keep in c:/eclipse.
2. You should also have Flex in your computer. In case Flex is not there, Download Flex plugin for eclipse and install it. You can download trial version of Flex from http://www.adobe.com/products/flex/.
3. Download Ant. Uncompress it and keep in c:/ant.

Tags:

Subscribe to RSS - Flex