Tag Archives: NativeMenuItem

AIR:: Adding Application Menu Bar Items

Just a quick how-to post on adding application menu bar items to your Adobe AIR application when running. Certain operating systems can support application menu bars, so this example will not be true for all systems. You can check this using “NativeApplication.supportsMenu == true”, which basically means you are on Mac OSX dude. If you [...]
Posted in AIR, Flex 3 | Also tagged , , , , , | 4 Comments

Placing a ContextMenu on TextArea in AIR 1.5

The TextArea in Flex comes with its own contextual menu, so adding one does absolutely nothing but leave you wondering what the heck you are doing wrong. In the bug report there is a bit of a work around for AIR 1.5 which requires you to access the “textField” property of the TextArea and add [...]
Posted in AIR, Cairngorm | Also tagged , , , , , , , | 1 Comment