AIR 3.0 bug with native menu?
Hi
I'm working on HTML/JS AIR application.
App loads native menu from XML, which is accessed from application using nativeWindow.menu. It worked OK in 2.7 and earlier, but recently AIR runtime was updated to 3.0 version and now nativeWindow.menu==null all the time (Mac OS). Could you take a look at this problem please?
BTW, I've another problem with menu on Mac OS (... but no such problem in OS Windws). Menu I created, which is loaded from XML, contains "File" and "Edit" items, but Mac OS creates another "File" and "Edit" items in menu, so Application has 2 duplicated items in menu with different content - first one contains default OS items, but the second - items I'm adding from XML. Could you tell me how can I fix this please? Did I mii something?
Thanks in advance
