Hiow I can load image again and again

my code is

---------------------------

final NewScreen class extends screen

{

Domain Fimage = new WebBitmapField (url);

Add (fimage);

}

------------------------

I want to re paint Fimage every 3 seconds

How can I do this?

He painted a single peak

I guess that WebBitmapField is something you picked up.  From memory, it downloads an image.  Do you really want to download a new image and update the display every 3 seconds?  I guess you don't pay no data charges?

The usual way to have a timed sequence of operations is to use the timer and TimerTask.  Take a look at the API to see how you might be able to use it.

Tags: BlackBerry Developers

Similar Questions

Maybe you are looking for