Hi all,
I need to develop a splash screen for my application until some of the file reading is not completed in my application. i created my splash screen with a image and tried to call the file reading code in constructL function of the container after ActivateL() function. But problem is that while file reading is in progress it doesn't show the splash screen. I want that my splash screen will get acitivated as application starts and deactivated when all file reading is done. Can anybody tell me where i should put the file reading function in the splashcontainer so that the file reading will only get started after splash screen displays..
Thanks in advance.




