I have a splash screen which appears for a few seconds before the application home screen is loaded. And then the home screen is pushed in. But I need to fade out the splash screen before the home screen appears. Any idea how to do that??
Asked
Active
Viewed 659 times
1 Answers
2
Yeah, you should do two things:
- push application home screen, and after that push splash screen
- inside splash screen before close start png "animation" with growing transparency (image should be size of screen)
See also
Blackberry - background image/animation RIM OS 4.5.0

Community
- 1
- 1

Maksym Gontar
- 22,765
- 10
- 78
- 114
-
Ok. There is a method setGlobalAlpha for transparency.Thanks – Bohemian Nov 20 '09 at 09:54