PDA

View Full Version : Init percentage splashscreen


fortetie
12-16-2005, 03:13 AM
Hi;

I need something like the preload splashscreen... but for initialisation process. In fact, my loading time is really short but then, I have to wait in front of a white page until initialisation of my canvas is completed...

Is there a way to do something that can be displayed during this time?

Thanks,
Etienne

felixjo
12-16-2005, 03:17 AM
While searching for something else I saw this:
<splash>
Controls the presentation while the application is loading.
The <splash> tag controls the presentation while the application is loading.

Maybe it's useful for your problem...

fortetie
12-17-2005, 02:19 AM
That's not what I'm looking for... this <splash/> tag shows the loading purcentage and not the initialisation purcentage.