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
2009-08-25 13:03:04
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
2009-08-26 07:17:29
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
2009-08-26 13:36:56
A:
Max Gontar
2009-09-12 19:21:48