Is there any control available for implementing the splash screen using carbide c++ in s60 series?
Is there any control available for implementing the splash screen using carbide c++ in s60 series?
just use normal container that has the splash image. Then in start up show this container, start timer, and when the timer expires, close splash container and construct your applications first UI.
yucca
thnks for the reply,
can u plz tell us which containers is available for creating the splash screen?
just make a startdard UI container that is derived from CCoecontrol, or if you are using views, then you could make a standard view for it.
yucca