Category Archives: Flex 3
Flex :: Truncating HTML Text
With Flex truncating text within a Label control is easily done by setting the property “truncateToFit” to true. This parameter doesn’t do much when using the Text or TextArea controls in Flex. To truncate text in these controls you would have to build your own function to count characters and add 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. [...]
Also posted in AIR, Flash, Flex Tagged addEventListener, DisplayObject, EventDispatcher, garbage collection, useWeakReference 3 Comments


AIR: Migrating Expired Certificates using AIR 1.5.3