views:

12

answers:

0

In my Flex 4/Adobe AIR 2 application I am using a FlexNativeMenu on my WindowedApplication to set a lot of customized menus. I would like to keep the original "Hide " menu option from the applications root menu in OSX. Without it my app breaks the expected behavior for users and ends up frustrating me.

I see there is a function called activate() in the NativeWindow class, is there a hidden equivalent to deactivate()?