PDA

View Full Version : Splash loading bar during initialization


cmcginnis
06-18-2003, 03:04 PM
Hello

I saw in the documentation that a SplashView can have a ratio specified (for example 50% or .5). It plays the ratio during the load time (the first 50%) and the rest during initialization (the second 50%) - is this correct? Also is there any pause between the end of initialization and the display of the first view?

Also, was this functionality present within the DR release of LPS?

Thanks for the help.

antun
06-18-2003, 03:42 PM
Yes I believe that's right. And yes, I think it was present in DR, because it does appear in the LZX reference that shipped with DR.

The only thing I would point out is that the initialization phase is processor-intensive, so if you have an animation in the splash view that's set to run at this stage, you want to make sure it won't look horrible if the animation is not smooth.


Also is there any pause between the end of initialization and the display of the first view?


There shouldn't really be any pause between the two.

-Antun