bitmapfield

How can I handle a click even when a user click on a BitMapField?

Here is my class, very simple: public class SelectYesNoArea extends Manager { BitmapField yes; BitmapField no; DateField date; Calendar cal; public SelectYesNoArea(long style){ super(style); Bitmap bgPic = Bitmap.getBitmapResource("divBackgrounds.png"); Background bg = Background...

Set BitmapField's image on Thread with BlackBerry

Hello all. I am trying to set a BitmapField's image using the setImage() method. It works fine, but when I try to do it on a thread it throws a IllegalStateException and it doesn't work. Is there any workaround for this. Thanks in advance. ...