PDA

View Full Version : Splash: Showing custom assets with progress bar


cdickson
03-31-2003, 09:54 AM
Hi,

I am trying to show the default progress bar with our custom assets in a splash..
I've included the splash element and tried using
the showbar and showtext attributes, but this didn't seem to work.

<splash showbar="true" showtext="true">

I noticed, however, in the DR docs these attributes were no longer in the spec for the splash element.. is there another way to do this?

Thanks
-Clint

antun
03-31-2003, 02:01 PM
Hey Clint


<canvas>
<splash>
<view resource="logo.jpeg"/>
</splash>
</canvas>


I think the only attribute that <splash> can take is persistent, which states whether or not the splash views will remain in place after it has finished loading.

Otherwise, you can place views in the <splash> as shown above.

Take care,

Antun