views:

241

answers:

2

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.

A: 

Have you read the KB article on animaged GIFs? It is probably a good place to start.

Richard
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
RockOn
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