Category Archives: AIR
Adding Mac OS X Close Behavior to AIR 1.5 Application
Just a quick post because I have seen this done on other sites but it no longer is valid in AIR 1.5. Most Mac OS X applications minimize to system tray on closing the application using the “x” close button on the app. To achieve this in AIR 1.5 you will need to do the [...]
Garbage Collection and Event Listeners
On a recent AIR project I have become aware and subsequently obsessed with memory. My concerns have centered around garbage collection and event listeners, specifically how you clean up event listeners to allow Garbage Collection (GC) to clean up objects. Most DisplayObjects implement the EventDispatcher class that allows it to broadcast events. Trolling around the [...]
Also posted in Flash, Flex, Flex 3 Tagged addEventListener, DisplayObject, EventDispatcher, garbage collection, useWeakReference 3 Comments
PhoneSeek :: Adobe AIR application
PhoneSeek is an application to track any device that uses InstaMapper. InstaMapper is free real-time GPS tracking service. To use InstaMapper you need a GPS enabled device with the free InstaMapper tracking software installed along with a API Key from InstaMapper’s web site for each device you own. You can track mobile phones (iPhone, G1, [...]
Adobe AIR Runtime Font Differences
This was a heck of a problem to discover and even worse to try to figure out why. Sadly, I did not find a good solution the problem. I will give the short and sweet rundown of the issue. You have three different machines, three different operating system, the same version of Flex Builder (3.0.2), [...]
Storing an ArrayCollection in the EncryptedLocalStore
On one of my side AIR projects I got the idea to store an ArrayCollection (AC) object into the EncryptedLocalStore (ELS) to have a sort of mini data structure. I thought it would be no problem since you can basically throw anything you want into the EncryptedLocalStore as long as its not over 10MB where [...]
Also posted in Flex Tagged Adobe AIR, Adobe Integrated Runtime, AIR, ArrayCollection, describeType, EncryptedLocalStore, Flex 3 Comments


Using AIR 1.5.1 InovkeReason for friendlier applications