March 1, 2010 - 8:46 pm
Tags: Adobe, AIR, Flash, Flex, OSX
Posted in Adobe, Apple, Flex, General, OSX | No comments
Whether you’re upgrading because you’re using BETA versions that change rather frequently or upgrading to the next major release, you don’t want to lose all your hard work invested in configuring your setup. Here’s how I handle it and hopefully it’s useful to you. If you have other cool ways to persist workflows between upgrades, [...]
February 9, 2010 - 10:38 am
Tags: AIR, Flash Platform, Flex
Posted in AIR, Adobe, Flash, Flex | No comments
You decide to use an AdvancedDataGrid to display your data and for one of the columns you would prefer to use an icon instead of a text label to indicate the kind of data this column represents.
First step is building the renderer. You can use either MXML or ActionScript but for this example we’ll [...]
January 9, 2010 - 4:49 am
Tags: AIR, Flash, Flex
Posted in AIR, Adobe, Flash, Flex | 4 comments
Opticon is a runtime debugging console useful for Flash/Flex developers. It’s simple to start using in your projects. To use, follow these steps after installing the application:
1. Launch the application
2. Click the Settings button
3. Click on the SWC icon to add the OpticonConnector to your project’s build path
4. Replace your trace statements with one of [...]
December 7, 2009 - 12:00 pm
Tags: AIR, Flex
Posted in AIR, Adobe, Flex, General | No comments
I recently ran across this awesome utility class, GraphicsUtil, created by Noel Billig. It allows the ability to draw lines with an arrow on one end using the drawing API in AS3. This proved useful for a project I was working on. In addition to its default behavior however, I needed the utility class to [...]
December 4, 2009 - 7:55 am
Tags: AIR, Mac, OSX
Posted in AIR, Adobe, Apple, Flash, Flex, OSX | No comments
Since I develop with multiple IDEs, I maintain the latest releases of the Flex and AIR SDKs in a centralized location outside of their default install locations. This made enabling the AIR 2.0 SDK simple for me as all I had to do was the following:
1. Duplicate my Flex 3 SDK path
2. Rename the duplicate [...]
November 13, 2009 - 7:22 pm
Tags: AIR, Flash, Flex, PHP, ZendAmf
Posted in AIR, Apple, Flash, Flex, OSX Server | 4 comments
November 12, 2009 - 7:12 am
Tags: AIR, Flex, OSX
Posted in AIR, Apple, Flex | No comments
One of the nice things about the Flex framework is the various utility classes that make it so much easier for you to accomplish your development tasks than you’d be able to without them. One such class, in my opinion, is mx.collections.IViewCursor.
November 4, 2009 - 11:57 am
Tags: AIR, Flash
Posted in AIR, Apple, Flash, Flex | No comments

I was recently working on a project in the latest beta release of the forthcoming Flash Builder 4 and wanted to point out the new contextual help feature. What’s nice about this feature is that I had just added the highlighted event to the event class and was busy implementing it in a view class and because of FB4’s new code-hinting muscle I was able to see everything that I had documented in the event class concerning the event without having to have the event class open.
December 25, 2008 - 12:13 am
Tags: AIR
Posted in AIR, Adobe, Flash | No comments
KwikUML is now open-sourced and hosted courtesy of RIAForge. Full source code and API documentation has been posted just in time for Xmas!! Feel free to pitch in if you’re interested in helping to further this project…:D