new PixIoc extension

8 views
Skip to first unread message

Stef X

unread,
Apr 23, 2012, 8:15:12 AM4/23/12
to pix...@googlegroups.com
Hi Pixlibers,

I'm giving a try to the new PixIoc extension and facing a problem regarding the swc and the doc.
I'm doing a simple class :

package {
    import net.pixlib.ioc.runner.PXDefaultApplicationRunner;
    import net.pixlib.log.PXLogManager;
    import net.pixlib.log.layout.PXDeMonsterDebuggerLayout;

    public class Main extends PXDefaultApplicationRunner
    {
        public function Main()
        {
            PXLogManager.getInstance().addLogListener( PXDeMonsterDebuggerLayout.getInstance() );
        }
    }
}

but when compiling it gives me the following errors :
VerifyError: Error #1053: Remplacement illégal de registerFlashVars dans net.pixlib.ioc.runner.PXBasicApplicationRunner.
ReferenceError: Error #1065: La variable Main n'est pas définie.

I saw in the doc that there's no registerFlashVars function but a checkFlashvars one in net.pixlib.ioc.runner.PXBasicApplicationRunner, so I'm asking myself if the swc is up to date or if the doc is out of date :)

Since I can't find this extension in the SVN, I can't compare with the source.

Does one in the PixlibTeam Dudes could put these sources in the svn ?

Thanks,

Cheers,

Stef


Reply all
Reply to author
Forward
0 new messages