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
0
votes
2 answers

Is the BlackBerry code signing service down at the moment?

My BlackBerry code signing has started to fail with an “Error connecting to web signer from proxy”. Searching the web seems to indicate this is a problem with the BlackBerry code signing service. Is anybody else hitting this at the…
Dan J
  • 25,433
  • 17
  • 100
  • 173
0
votes
1 answer

BlackBerry 4.2 JDE for Eclipse

I have developed an app for Blackberry 5.0. Now I am trying to make the app available for 4.2 version onwards. I have used Blackberry 1.1 plugin for eclipse 3.5, but I can't get the 4.2 JDE to show up in my Eclipse update list - using URL…
Rahul Kalidindi
  • 4,666
  • 14
  • 56
  • 92
0
votes
1 answer

Install BlackBerry JDE plugin requests username and password

Eclipse wants a username and password when I install the BlackBerry JDE. I have a Blackberry account -- if I enter my account info it is rejected as wrong username and password. What account is this looking for?
atasoyh
  • 3,045
  • 6
  • 31
  • 57
0
votes
2 answers

text field in a dialog box on a BlackBerry

I want to create an empty dialog box with a text field inside. When the user enters data inside the box he must be redirected to another screen. I want the Dialog box to come up without any statements but must include a textfield
Rashmi.B
  • 1,787
  • 2
  • 18
  • 34
0
votes
1 answer

BlackBerry Math Utilities (Pow & Round)

I'm creating an application from an Excel application that I've used for several years, to calculate mortgage loan details, but I'm having problems with three calculations involving MathUtilities.pow & MathUtilities.round. Here's my app & the…
amcquaid
  • 1
  • 2
0
votes
1 answer

code to get number of unread emails in BlackBerry

I need to code that returns how many unread emails are in the inbox on a BlackBerry.
Binit
  • 11
  • 1
0
votes
2 answers

BlackBerry progress dialog

I want to show the user a progress dialog until a particular task is complete. For example, after the user enters username and password it takes some time to connect as the username and password are validated. I want to show the progress bar to the…
user469999
  • 2,101
  • 4
  • 24
  • 30
0
votes
1 answer

Blackberry Push Notifications (Local Notifications)

Can you set up Notifications on the blackberry without a server? I wish to use the equivalent of Push Notifications, but I don't really need a server to decide when to push as it's really just calendar pre-set dates. Any help thoughts /comments…
0
votes
1 answer

Blackberry JDE component Package 4.6.1 not visible after disabling Vista UAC

I'm running Eclipse version 3.4.1 on a Windows Vista machine. Currently I've installed: BB JDE plug-in for eclipse ver.1.0.0.67 BB Component Pack 4.6.1 BB component pack 4.5.0.16 Usually I work with the UAC enabled and everything was fine till…
Eldo
  • 3
  • 2
0
votes
1 answer

clicking the sym button does not bring up the symbol popup

I have an EditField in my program. whenever i press the 'sym' key on the keypad the menu comes up instead of the usual symbol page. I am not using keyode method. My program only has a trackwheel click which handles button clicks. protected boolean…
Umesh
  • 4,406
  • 2
  • 25
  • 37
0
votes
2 answers

Rhodes app signing for BlackBerry

I read that BlackBerry signing keys can be only installed on one PC. I'm compiling my Rhomobile Rhodes app on one PC. But the BlackBerry signing keys are installed on another PC. What I need to do in order to sign the app on another PC. PS: I've set…
Abhijeet Pathak
  • 1,948
  • 3
  • 20
  • 28
0
votes
2 answers

How to send an email once a user completes a form in blackberry application?

I have built a blackberry application that allows a user to fill in information in some fields. Upon submit I want an email to be generated to me with that information filled. What is the best and simplest way of doing that? Thank You
Strong Like Bull
  • 11,155
  • 36
  • 98
  • 169
0
votes
1 answer

Can't I get my app to work with click and touch (within same project)?

i have developed an application that will basically run on all versions of the blackberry unit (ver 4.5 and above). however, i have noticed that navigationClick() is not consumed with a touch blackberry. i know that i have to use touchEvent method…
0
votes
1 answer

How to authenticate a user in blackberry against an online database?

I am fairly new to Blackberry development and need help in terms of having a simple application. User enters a login/password which is authenticated on a MYSQL database on website. Once authenticated, he/she is shown a listbox/select boxthat is pre…
Strong Like Bull
  • 11,155
  • 36
  • 98
  • 169
0
votes
1 answer

Can someone check/revise my understanding of Blackberry development options?

I'd like my Blackberry devices to get and possibly set data to the server, and am a little confused by all the options: RIM-Push/Pap-Push. Use any library that is able to compose a HTTP GET request to the MDS-CS service (not MDS-IS). This is a one…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448