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
0
votes
1 answer

Set BlackBerry image field on focus (Highlighting) color

I'm developing a BlackBerry application which uses table row manager to create a table view. In my application I added bitmap fields as row backgrounds, and then the default blue color of field highlighting was gone. I read some answers in…
0
votes
1 answer

BlackBerry code signing warning

I use following line of code in my blackberry java application (6.0) private static final int HPADDING = Display.getWidth() <= 320 ? 6 : 8; but Eclipse gives me a warning saying That : Signing Required: RIM Runtime API (0x52525400): Protected…
0
votes
3 answers

List field in blackberry , event click listener not working

I am working on BB OS v5.0. I have managed to get the list to appear on the screen. I am getting data from webservice and adding it into a Vector. Now I want to find out onclick, which is the item that is clicked and accordingly perform some…
meera
  • 199
  • 3
  • 15
0
votes
1 answer

Null point exception in persistent object , blackberry application

I am using persistent stores to store data in a Blackberry application. I am trying to store phone number in persistent objects, but after storing, it gives null value. here i am posting my code: public static Vector push_data; public static…
meera
  • 199
  • 3
  • 15
0
votes
0 answers

Integrating google maps into Blackberry app

I am new to Blackberry app development(Blackberry 7.1) .I need to integrate google maps into a native Blackberry application. Should I use Google API V2 or V3? Are there any links or github projects readily available for reference? Should Google…
Rockstart
  • 2,337
  • 5
  • 30
  • 59
0
votes
2 answers

BlackBerry App Error starting MyProject: Module "xxxxxxx" not found

In my BlackBerry app I have three projects; MainProj, OwnersAppComm, JSON-ME whose build paths are configured as follows. MainProj Java Build Path - Projects - OwnersAppComm - Libraries - None - Order and…
paulvs
  • 11,963
  • 3
  • 41
  • 66
0
votes
1 answer

An internal error occurred during: "Launching test". org/eclipse/jdt/debug/core/JDIDebugModel In Eclipse

Installed eclipse plugin with the referance this link but i got error when run project as Blackberry Android Launch Please check screenshot
Parag Chauhan
  • 35,760
  • 13
  • 86
  • 95
0
votes
2 answers

Warning - BlackBerry 9900 Simulator ----Could not erase C:\Eclipse\plugins\net.rim.ejde.componentpack7.1.0_7.1.0.10\components\simulator\9900.bug

Can anybody please explain and give solution to me ? for the problem occuring while running a project on Blackberry Simulator 7.... I have a pop-up Warning - BlackBerry 9900 Simulator Could not erase...…
0
votes
1 answer

Checkbox with a ObjectListField not focusable and checkable?

I am trying to create a checkbox and below this objectlist is there. I am trying to focus on checkbox but it is niether focusable nor checkable .The focus stands on the first element of the list below. How I can focus the checkbox as well as making…
0
votes
0 answers

Writing to eclipse Console Output

I am using System.out.println() to print Output to the eclipse console. System.out.println("test"); System.out.println("test1"); System.out.println("test2"); System.out.println("test3"); I am getting the following: [2785.375] test [2785.382]…
Farid Farhat
  • 2,300
  • 1
  • 16
  • 29
0
votes
1 answer

Deploy android app from Eclipse on both Blackberry 10 Dev Alpha B and C simulators running simultaneously

I've set both simulators as targets in Eclipse but it's impossible to run app on B simulator and right after that run it on C simulator. Eclipse doesn't find one of them (it's set up in "target" settings but is unrechable when I try to deploy an…
0
votes
1 answer

Field having multiple attributes

How to create fields having multiple attributes(each Field containing multiline texts,image icon,date etc) in an Application.?? What exactly they are called as???
0
votes
2 answers

Blackberry plugin in Eclipse

i want to convert my .apk to bar file for blackberry app world.By google i found that i have to install 2 plugin for eclipse. http://www.blackberry.com/developers/jar/win/java and…
0
votes
1 answer

Tricks to run my blackberry app in multiple screens

Is there any trick so that i can run my blacberry app in different screen sizes and resolutions..i am using eclipse with blackberry plugin..
0
votes
1 answer

Blackberry simulator not loading when using browserfield

I am new in BB programming.trying to open google url inside the application.Whe I tested in simulator 9900, it showing an error as follows: RenderingSession#getBrowserContent() threw net.rim.device.api.browser.field.RenderingException: IOException…