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...