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