Ok so I found out that I seem to have to add playerglobal to my build. I was assuming that for air an airglobal would be enough, but there seem to be problems with Vectors. Don't quite know what's going wrong.
In my flexmojos build it turned out that if I add the playerglobal after the airglobal, the playerglobal has no effect, but if I add the playerglobal in front of the airglobal, the classes of the airglobal are missing ... think I have to do a little digging here ... Any Ideas? Chris ________________________________________ Von: Christofer Dutz <christofer.d...@c-ware.de> Gesendet: Dienstag, 19. Mai 2015 15:32 An: dev@flex.apache.org Betreff: Problems with TabbedViewNavigatorApplication? Hi, I'm currently whipping up a little Mobile application mainly testing the new maven fdks + new Flexmojos + new whatsoever :-) Now I wanted to use a TabbedViewNavigatorApplication as base of my application. But I seem to be getting: Error: Typ wurde nicht gefunden oder war keine Kompilierungszeit-Konstante: ViewNavigatorBase.? Well in english this must be something like: Error: Type was not found or wasn't a compile-time-constant: ViewNavigatorBase Well the ViewNavigatorBase class is there and I see the library being referenced in the config.xml I am using the mobile theme, if this could be causing the problem. Is there a problem in my FDKs? Chris