Hi Alex, I'm currently using Air 14.0 so that shouldn't be too old. I always assumed that I need the playerglobal OR the airglobal not both and the Flexmojos code seems to support that assumption. The strange thing is that even if I add a local variable of that type, still the compiler is complaining about it missing that class.
Chris -----Ursprüngliche Nachricht----- Von: Alex Harui [mailto:aha...@adobe.com] Gesendet: Dienstag, 19. Mai 2015 17:27 An: dev@flex.apache.org Betreff: Re: AW: Problems with TabbedViewNavigatorApplication? Hmm, could be, but I’d be a bit surprised. I’ve never bothered to dump the contents of an airglobal. I just looked in an AIR SDK and see that a playerglobal.swc is bundled. But when I look at the library paths for compiling an AIR app, I don’t see any references to playerglobal. Could you have picked up a very old airglobal (before there was Vector) or what actually is the problem with Vectors you are seeing? -Alex On 5/19/15, 7:28 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote: >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