Questions tagged [blackberry-eclipse-plugin]

BlackBerry Java Plug-in for Eclipse

The BlackBerry Java Plug-in for Eclipse is an Eclipse plug-in that improves productivity by providing an integrated BlackBerry smartphone specific development, debugging and simulation workflow.

More information here

512 questions
2
votes
1 answer

Button activating when area outside of button is clicked (Java/Blackberry App)

I have been working on an application for blackberry, which orginally had two buttons (btn1 and btn2) on the screen. Now I've added a third and i am experiencing some difficulties (btn3). Originally btn1 and btn2 were side by side, and clicking…
2
votes
1 answer

Switch Application in Blackberry

In My Application, There is functionality of switch application and it works perfectly fine.. But I want to code on switch Application. At the Time of Pressing switch application, I want to ask " Are you sure you want to Logout? " Can I do that? If…
2
votes
0 answers

Eclipse with Blackberry plugin hangs at "Analyzing source" when building the project

I started blackberry project and selected build project, it went to 100% then stayed there with the message "Analyzing Sources". I tried to compile several blackberry projects and got the same problem. Re-installed eclipse and java jre and had no…
Mesbah
  • 83
  • 1
  • 6
2
votes
1 answer

Install COD file on BlackBerry OS 10

I have developed BlackBerry Apps using Java SDK till BBOS 10 got released. But the recent BBOS 10 released doesn't provide Java SDK platform for developing the applications. So is there any way that I can run my previously developed…
2
votes
4 answers

How to handle this error? "Graphics acceleration error - BlackBerry 9900 Simulator"

Graphics acceleration error - BlackBerry 9900 Simulator A problem was detected with your current graphics acceleration settings. An OpenGL 1.x+ compatible video card with recent video drivers is required for graphics acceleration. Please try a…
2
votes
1 answer

Comma separation in the Text Field in Blackberry

in my application i have a Custom text box with BasicEditField.FILTER_NUMERIC. When the user enter the value in the field the comma should be added to the Currency format . EX:1,234,567,8.... like this. In my code i tried like this. protected…
prakash
  • 644
  • 4
  • 21
2
votes
2 answers

Cannot Write On Micro SDCard On BlackBerry

I am trying to save some files on micro SDCard. To check the availability of SDCard, I am using the following method; private boolean isSdCardReady() { Enumeration e = FileSystemRegistry.listRoots(); while (e.hasMoreElements()) { if…
Mudassir
  • 13,031
  • 8
  • 59
  • 87
2
votes
2 answers

CustomTextbox in Blackberry

Hi friends basically i am a android developer. i am newbie in blackberry development. i need to create the custom text box with image button. in the right corner of the text box, i want the small image button and it's click listener the text box…
prakash
  • 644
  • 4
  • 21
2
votes
2 answers

File Download Not Working On Non-WiFi Network On BlackBerry

I am trying to download a zip file by using the following code; HttpConnection httpConn = null; InputStream inStream = null; int responseCode = 0; String connParams = " ;interface=wifi;deviceside=true;"; httpConn = (HttpConnection)…
Mudassir
  • 13,031
  • 8
  • 59
  • 87
2
votes
2 answers

To change the ButtonField background during click event in BlackBerry

In BlackBerry, how to change the ButtonField background color during the click event? For example, for the long press the background color needs to change. For me it takes the default color blue. How to change it? This is our custom buttton field.…
M Vignesh
  • 1,586
  • 2
  • 18
  • 55
2
votes
1 answer

Adding multiple values form database into RichList Blackberry

I am using Blackberry Plug-in and i am using Rich Lists of blackberry. I want to make lists appear the same number of times as there are entries in the database table. I m using the below code but it shows only one name in list view. I need to show…
user1388800
1
vote
2 answers

is it possible in blackberry to post to facebook wall using access token?

I want to post a message on the user's facebook wall using access token. But I am not able to do this. Can anyone provide me the code for the same? I already have the access token of the user. When I am trying this, it is always asking me my…
Yatin
  • 2,969
  • 9
  • 34
  • 68
1
vote
1 answer

how to add Zoom in/out functionality on bitmapfield?

I want to add functionality for the zoom in/out image that display by the bitmapfield. I have search for this but couldn't get any useful tips for that, can any one tell me how to add UI and functionality for the zooming image in/out.
1
vote
1 answer

Cant install other SDK versions

I have the BlackBerry 7.0 SDK installed with Eclipse and that's all working. However, that means i can only develop appliations for devices running OS7 and i would like to be able to support lower operating system versions such as OS5. However, when…
Stack User 5674
  • 1,548
  • 1
  • 20
  • 44
1
vote
2 answers

custom menu in blackberry - change font color of menu item

I have created custom menu in my application, i have already set its background,border and font of the item display in the menu. But i could not able to set font color for the menu item display in menu. How to set font color for the menu item??.. my…
Yagnesh Agola
  • 4,556
  • 6
  • 37
  • 50