PDA

View Full Version : How can I create a splash screen


bkhe1
06-13-2002, 11:45 PM
Hi,
Can anyone guide me how can I create splash screen in Brew.I am able to load an image using a resource file but how can i add a timer to it and move on to the next screen

Cheers,
Bkhe

arunbangari
06-14-2002, 11:21 PM
Hi,
Its very simple..! After you load the image, set a timer using ISHELL_SetTimer(IShell * pIShell,int32 dwMSecs,PFNNOTIFY pfn,void * pUser) available in IShell interface. When timer expires after specified amount of time(dwMSecs)display the main screen.The function to display the main screen needs to be supplied in ISHELL_SetTimer function as the parameter(pfn).

Regards
Arun Bangari