Questions tagged [bitmapfield]
17 questions
0
votes
2 answers
Blackberry Bitmapfield taking space on screen but not showing in horizontalfieldmanager
I am using this code -
HorizontalFieldManager hfm = new HorizontalFieldManager();
this.add(hfm);
Bitmap HELLO_LOGO = Bitmap.getBitmapResource("test.jpg");
BitmapField helloBmpField = new BitmapField(HELLO_LOGO);
hfm.add(helloBmpField);
I have…

Jatin
- 1,668
- 2
- 16
- 23
-1
votes
2 answers
Blackberry: how to implement BitmapField as Button
I'm kind of new for this blackberry programming...
i want to make custom button from bitmap and BitmapField, but when I'm clicking the bitmapfield, it always show the menu item first("open") then do the run method.
i want to make it click-able,…

feriansyah pz
- 1
- 1