Posts Tagged ‘actionscript’

How to Use Apache Ant to Automate BlackBerry PlayBook Builds

A couple of nuances that I’ve come across with using the PlayBook SDK from the command line include both the need to pass a boat-load of parameters and a lack of documentation on just how to use them. Through a bit of trial and error, I managed to get debugging with the command line tools [...]

Capturing Keyboard Events in Adobe Flex 3

For anyone else spending an unfortunate length of time unsuccessfully attempting to capture keyboard events in a Flex 3 application (for browser or AIR), here’s where you’re probably going wrong. You are likely registering the keyboard listener too early. It’s likely that you are calling an init() method where you register the keyboard event on [...]