Questions tagged [blackberry-jde]

Blackberry Java Development Environment

The BlackBerry Java Development Environment (BlackBerry JDE) is a fully integrated development environment and simulation tool for building Java Platform, Micro Edition (Java® ME) applications for Java® based BlackBerry smartphones.

It’s a Mobile Information Device Profile (MIDP) compliant Java ME environment for developers who wish to maintain seamless portability in their wireless applications. In addition, the BlackBerry JDE provides a full suite of interfaces and utilities to take advantage of some of the unique features of the BlackBerry smartphone.

More information here.

496 questions
1
vote
0 answers

To attach a ButtonField on every row of CustomListField in BlackBerry

I am trying to create a ObjectListField with one image ,some text and a ButtonField with each row. Its ok with image and text in a row, but I want to create one button at the end of every row which independently performs action related to that…
1
vote
3 answers

Blackberry development for beginners

Im an iOS developer and im trying to start with Blackberry development and i've done my part of research and came up with this: BlackBerry is an open platform that provides a variety of development languages and runtimes designed to fit your skills.…
1
vote
0 answers

Blackberry Animated PopUpScreen

I have to implement a zoom in and out animation for a PopupScreen class. I have checked TransitionContext and UiEngineInstance screen transition effects, but the zoomin and out effects are animated from the screen's center position. I am showing…
MobDev
  • 1,489
  • 1
  • 17
  • 26
1
vote
1 answer

Blackberry Appworld User Feedback "uncaught java exception error"

I have published an application to the BB App world, after approval I downloaded and tested the application on my device (9700) no problems working good. Now I got a feedback from the app user as below. comment: uncaught java exception…
MobDev
  • 1,489
  • 1
  • 17
  • 26
1
vote
3 answers

Blackberry code signing 'unable to request signatures...'

I have taken a project created by someone else on another machine. I have filled in the signed keys form and had my keys emailed to me. I have double clicked on each to install them: I then go to the signature tool in the vmTools folder. selected…
user1238321
  • 249
  • 2
  • 7
  • 15
1
vote
1 answer

Previous Blackberry Plugin for Eclipse

How can i install previous blackberry plugin in eclipse,which is 1.5.2.201204302029 but after installing from url http://www.blackberry.com/developers/jar/win/java and…
Passion
  • 662
  • 1
  • 11
  • 29
1
vote
1 answer

Blackberry Field Manager Scrolling Shows NullpointerException

I am having problem with Blackberry horizontal and vertical Field Managers. In my sample application I have two vertical field managers added to one horizontal field manager and the GUI is in the following figure. In the field change listener of…
MobDev
  • 1,489
  • 1
  • 17
  • 26
1
vote
0 answers

Toolbar for Bold 9900

Can we add a custom toolbar to a blackberry bold 9900 screen? I have tried it but then how to access those buttons (since it is not touchscreen)? Can you suggest any alternate option if toolbar is not compatible?
1
vote
0 answers

jQuery Mobile blackberry cordova default page

I have one index.html page with jQuery mobile pages. The android app in eclipse starts the 1st default page correctly. When I add the index.html page in the blackberry www folder no page is loaded. Do I have to do something special for blackberry ?
Krivahn Doss
  • 155
  • 3
  • 13
1
vote
1 answer

How to Upload an image in RIM Blackberry

I want to upload image in RIM Blakcberry. I have url like http://server/myproject/json.php?action=image and parameters imageField= binary / byte data imagePath= "userImage" I refer this link. But i unable to upload an image. Does anybody know??…
1
vote
1 answer

Blackberry - use of ApplicationMenuItem when opening a message

I want to have a listener when a message is opened from the application messages folder. For this I make use of ApplicationMenuItem, but after registering it, the message could not be opened anymore. ApplicationMessageFolderRegistry…
Alexandru Circus
  • 5,478
  • 7
  • 52
  • 89
1
vote
1 answer

How to set background image fitable in blackberry application

I have written the following code here the background image is displaying but the image did not cover the full background private Bitmap background; int mWidth = Display.getWidth(); int mHeight = Display.getHeight(); public MyScreen() …
Janmejoy
  • 2,721
  • 1
  • 20
  • 38
1
vote
1 answer

how to detect custom urls of a third party application from bbm and email link in blackberry java

Requirement: when the user presses enter on e.g. bbApp001://screen1?param1=1234567890?param2=12345678 where bbApp001 is one of the apps in the device; screen1 is one of the screens that is created in the app; and param1 is the first param that is…
1
vote
1 answer

Stackoverflow exception in blackberry CheckBoxField

I am implementing a simple app, where in the registration page user can select news categories. Requirements are below All the categories are the CheckBoxField's. User have to select at least one category. Select all CheckBox will allow to select…
Nilanchala
  • 5,891
  • 8
  • 42
  • 72
1
vote
1 answer

UI engine accessed without holding the event lock

I've created a simple app that calls a url inside a browserfield whenever a phonecall is initiated or received, but I keep on getting the exception: UI engine accessed without holding the event lock. I read somewhere that I have to make use of…