Archive

Archive for the ‘AIR’ Category

CarzDB

June 26th, 2009

My first attempt at developing a Flex application!

CarzDB is a database application that stores information about a die-cast car collection. A good friend of mine has a die-cast car collection and he needed something to catalog his collection for easy reference information. We developed an application a few years ago using VB.NET 2005 for him to use and it worked great. He distributed it freely via the HotWheelsCollectors forum. We received nothing but positive feedback from all the users that downloaded it.

A few months ago we rewrote the entire program using Flex 3 and AIR to develop a cross-platform version with new features. We used the same premise of the original application in that everything possible must be customizable for the end user. Another requirement was that it must be as portable as possible. With our new build, it is more portable than before because the original version required Windows. However, now the application runs on Windows, Mac OSX, and Linux.

Read more…

AIR, Actionscript 3, Flex

Screen Scales

June 18th, 2009

Screen Scales is a project that a friend of mine and I created. This is the first free AIR application that we have created. It is a utility that allows you to drag points around the screen and it will calculate the distance between them in pixels (by default).

Although there are a few different screen caliper type of programs, we wanted to create our own so we could make it do exactly what we wanted (and more). The features that we added that may be different from some of the other caliper programs are the ability to have multiple line segments on-screen at once, measure diagonal distances with the ability to see the horizontal and vertical delta measurements, display angle measurements, set a custom scale factor, and others.

If you are interested, you can download it for free by visiting the Screen Scales Project page.

Some day I will get around to posting about some of the things we did to make it work the way we wanted it to.

AIR, Actionscript 3, Flash