Monday, November 2, 2009

CairngormGenerator AIR app .

I would like to unveil CairngormGenerator air application created in my team to save time for developers. This application will help you to generate events, commands and delegates classes for your project if you decide to use Cairngorm framework.

Just specify package for your classes:


Enter a general name which will be concatenated with "Command", "Event" and "Delegate":


Enter name of the remote function:


Also, you could list parameters if it requires:


In the result, we have 3 generated files. You can review it and save.


I hope this small application will save your time which you could spend for implementing nice features in your projects. Have a pleasant coding. CairngormGenerator.air

Friday, October 30, 2009

Concentric clock.

Saturday, October 17, 2009

Selection for Repeater.

This time I have added animated selection for the repeater.



Source code.

Monday, October 12, 2009

The Making of Flash 8

Teamwork and great product. The Making of Flash 8.

Saturday, October 10, 2009

What's Coming in Adobe AIR 2.0

Adobe AIR technology become more and more powerful. Check out presentation from Adobe MAX.

Wednesday, October 7, 2009

Spring effect for validation.

Recently I played around with the Spring effect developed by Chet Haase. After small modifications I have used it to highlight mandatory fields (or form items - Last Name) in the form.
Also in the Status label you could place some more additional information.

Sunday, October 4, 2009

Animated Repeater.

This example is how to animate appearance of repeater's items. The repeater is very easy to use in combination with HBox/VBox or FlowBox, just put repeater into the box, setup vertical/horizontal gap and it it will work. But there is no fun :) To add some animation I tried to wrap up repeater with canvas and calculate x,y coordinates for each item. In additional, I have animated alpha property.