Actually i want to show an animated picture motion in PopupScreen when some process is going on in the background like password checking or nwtwork connection. I dont know where to call the repaint or invalidate method and how to implement thread . Please write a simple program with required code.
Asked
Active
Viewed 686 times
2 Answers
0
Have you read the KB article on animaged GIFs? It is probably a good place to start.

Richard
- 8,920
- 2
- 18
- 24
-
No not the gif image... few number of png files i want to display in same BitmapField, after certain interval like after half sec. How will i do that in thread using runnable interface – Hare-Krishna Aug 26 '09 at 07:17
-
It would be similar, except without the convenience of a multiple frame GIF you would draw successive PNG images rather than successive GIF frames. – Richard Aug 26 '09 at 13:36