Hello,
I'm now able to make simple pixioc apps using the osflash pixioc
applicationContext example.
I reproduce tim's example about the event. Great !
However I have some questions :
- how to load a plugin at the runtime (I want to say loding a plugin on
user interaction)
I find your post Xavier Martin (Pixioc, /Sun Feb 4 2007)/, but not the
solution...
- how to use the application-loader well ?
1 - define the callback in the applicationContext.
For example, to hide the loader when the app is ready :
Define the init-callback in the applicationContext and put this in the
loader
function myInitCallback(){
this._visible = false;
}
2 - extend com.bourre.ioc.application.Application and use the
ApplicationLoader callbacks
To hide the loader something like
locator("loader").setVisible(false); (I don't test this yet)
3 - other ?
And is there a predefined method to display the "global loading"
percentage ?
Like define the size of each file in the applicationContext and
calculate the total...
Must I code this in MainApplication or loader ?
Sorry for my preceding mesage, I saw just after it was the same question
as the preceding message...
With the second reading, I don't find that very clearly... Sorry for my
english O:-)
Thanks,
Hash
_______________________________________________
Pixlib mailing list
Pixlib@...
http://osflash.org/mailman/listinfo/pixlib_osflash.org