Questions tagged [bitmapfield]
17 questions
2
votes
3 answers
Blackberry BitmapField from SD card
I want to show a image from the SD card in a BitmapField. How to do that? Can anyone give me some sample code for that?

dev_android
- 8,698
- 22
- 91
- 148
1
vote
1 answer
low level graphics in Blackberry
hi everyone I am new to blackebrry. I want to use low level graphics for drawing a bitmapfield. On this bitmapfield i need to take three action-
pick the bitmapfield,
drag it in the screen in any direction and
finally release it at any point on…

Swati
- 1,179
- 9
- 28
1
vote
1 answer
Set BitmapField's image on Thread with BlackBerry
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?

Edu
- 13
- 2
1
vote
2 answers
How to make a blackberry BitmapField non focusable in runtime
How to make a blackberry BitmapField non-focusable in runtime? I want make it dimmed based on a certain event.
1
vote
2 answers
Custom BitmapField bug on unfocus and scroll (BlackBerry)
I have been having this annoying problem when trying to implement a picture gallery on BlackBerry 6.
Everything works, however when the focus changes from the top buttons to say the pictures further down the screen, the images seem to glitch and not…

Banana Man
- 127
- 2
- 11
0
votes
1 answer
Draggable BitmapField in blackberry
I am building an application where i need a BitmapField on top of the MapField. This BitmapField need to be Draggable i.e. when I click on the BitmapField and move the cursor, BitmapField should move without moving the map. Is it possible?? How can…

Swati
- 1,179
- 9
- 28
0
votes
1 answer
button with icon and title
in my screen , i want to create/add button with an icon and under this icon i want to write the title of this button
like this picture

rouge
- 3
- 2
0
votes
1 answer
Blackberry Clickable BitmapField
I want to create a Custom BitmapField for putting Icons on my Menu Screen. I want them to be Clicked. I also want to give the X and Y coordinates of the icon as parameter to the Custom BitmapField. How can I do that?

Alp Dongun
- 1
- 1
0
votes
1 answer
Click event on a BitmapField
I have a problem with bitmapfield. I'm trying to have a click event on a Bitmap field.
It is working so far, but the problem is event is generating anywhere on the screen while i'm setting it on a particular field. As my app has multiple bitmaps on…

zoya.
- 51
- 1
- 8
0
votes
2 answers
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…
delete
0
votes
1 answer
blackberry Mapfield and RichMapField show blank page
I want to create a map field into my blackberry app using java eclipse, I create a map field and RichMapField and both shows blank page.
Note that my device does not contains a sim card, please can anyone helps me

Malo
- 1,232
- 2
- 17
- 28
0
votes
1 answer
Placing one field to be center and another field to be bottom in blackberry
I want to display one BitmapField to be at the center of the whole screen and one more at the bottom of the Screen.
I am not able to generate the correct UI.
I tried like this - using this I am able to place one bitmap on bottom, but not able to…

user1213202
- 1,305
- 11
- 23
0
votes
1 answer
Make a BitmapField go full screen when clicked
I am writing an app that does live streaming. Can I make a bitmap field go full screen when clicked?

Mr.Noob
- 1,005
- 3
- 24
- 58
0
votes
2 answers
Rating Stars like in android
my goal is to create a star field like in android they have a rating star field. I have come as far to accomplish the following:
create the star fields (5)
when clicked, bitmap changes.
When "Unclicked" bitmap changes back to default.
My next step…

Nequita
- 89
- 7
0
votes
1 answer
how to add bitmapfield or clicklistener in field class?
my Custom_Field class is like that:
public class Custom_BottomField extends Field {
private Bitmap _backgroundBitmap = Bitmap
.getBitmapResource("footer_bar.png");
private Bitmap finance = Bitmap.getBitmapResource("icon_economy.png"),
…

Alan Lai
- 1,094
- 7
- 18
- 41