From: Ray C. <rc...@gm...> - 2006-07-27 22:54:51
|
Hi, probably you could provide the output when running mtasc -v for your compiled library and your final swf. I suspect that the inheritance chain is broken, or there may be some overlap in classes (not sure if this is a problem). On 7/26/06, cornel <tc...@gm...> wrote: > hi > > > check if NSView inheritance is there. > > I've found another post about this, and i tried this: > > var base:Object = ASAnimatedTabView.prototype; > var uber:Object = NSView; > > // see if broken > trace("Is inheritance broken? "+(base.__proto__==Object.prototype)); > > It traces false. > > > > What is in the library and what is not? > > I've decompiled the actionstep library using swfmill, anf the > ASAnimated TabView is there. > I'm really out of ideas now. I would appreciate any help. > > cornel > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core > -- Cheers, Ray Chuan |