hi there,
i m want to add a splah screen at the application start up and then the normal application afterwards. i have used the code from this link
http://wiki.forum.nokia.com/index.ph...implementation
but now the problem is when it splash on screen and start up screen afterwards it doesnt clear the image from the status pan.
i m using view switching architecture... here is the start up code... any suggestion help plz
Code:void CbmiAppUi::ConstructL() { BaseConstructL(CAknAppUi::EAknEnableSkin); iMyView = CSimpleSplashScreen::NewL(); iWelcomeScreenView = CWelcomeScreenView::NewL(); AddViewL( iWelcomeScreenView ); iUnitSelectView = CUnitSelectView::NewL(); AddViewL( iUnitSelectView ); iAppView1 = CMultiViewsView1::NewL(); AddViewL(iAppView1); SetDefaultViewL( *iWelcomeScreenView );



