1

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.

Maksym Gontar
  • 22,765
  • 10
  • 78
  • 114
Hare-Krishna
  • 1,425
  • 3
  • 16
  • 26

2 Answers2

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
0

May be usefull:
Is there a way to show a “Loading” dialog with animation in Blackberry?

Community
  • 1
  • 1
Maksym Gontar
  • 22,765
  • 10
  • 78
  • 114