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

Blackberry UI Hint Box

I am very much new to the blackberry UI development and want to know that is there any way you can add a hint box on bitmap? just like a title attribute in an element of HTML
Prince Charming
  • 401
  • 4
  • 19
0
votes
0 answers

Launch Webworks from Blackberry Java app

I'm trying to make a Blackberry Java app with the Blackberry Java SDK 5.0 (http://us.blackberry.com/developers/javaappdev/) which starts an instance of Blackberry WebWorks within the app. How can I do this? The final aim is to then load PhoneGap API…
0
votes
3 answers

Dialogbox with a textbox in blackberry

How can I get a dialogbox with a textfield input so that I could get the user to enter a PIN number?
Roses
  • 59
  • 2
  • 8
0
votes
1 answer

Getting list of SMS Messages?

I can't find any reference/documentation how to get a list of SMS messages using WebWorks (for smartphone)? Is it possible? I want to create my own app using WebWorks, im trying to find a way to get a list of SMS messages.
I'll-Be-Back
  • 10,530
  • 37
  • 110
  • 213
0
votes
1 answer

how to hide/remove by default progress icon during application running

i am working with one BB java Application in OS 5.0. Application have one Screen in which List & Ad banner are place .. Banner is downloading and replacing in specific time interval .. my problem is that when i am on that screen Blackberry by…
Hitarth
  • 1,950
  • 3
  • 27
  • 52
0
votes
0 answers

Can I add BlackBerry JDE Plugin & J2ME Polish Plugins togather in Eclipse ?

I have installed BlackBerry JDE Plugin in my Eclipse and then I added J2ME Polish in Eclipse. But After adding J2ME Polish , BlackBerry Plugins get removed. so Can I install both the plugins at same time in my Eclipse ?
0
votes
1 answer

Blackberry persistence store + user level access

I am currently working on the saving the information using blackberry persistence store. I have to save the details according to the user level access. Scenario: User 1 has logged in and saved some details to the persistence store, and then User2…
Nilanchala
  • 5,891
  • 8
  • 42
  • 72
0
votes
1 answer

Connection get closed after some time

I have used below code for internet connection HttpConnection httpConn = null; DataOutputStream dataOS = null; redemptionUrl = redemptionUrl+ ";deviceside=true"; httpConn = (HttpConnection)…
0
votes
1 answer

SplashScreen On Blackberry

Hi I wanna add a SplashScreen to my Blackberry Application, i modified the code from here and modified it to this : package main; import net.rim.device.api.ui.*; import net.rim.device.api.ui.component.*; import…
Mehdi
  • 974
  • 1
  • 10
  • 24
0
votes
1 answer

BlackBerry - Can't foreground a running application

I have a UI application that is set to autorun on startup which spawns a few threads doing some work in the background. It has one screen that displays information about the work the background threads are doing. class AppName extends UiApplication…
ruiseal
  • 301
  • 2
  • 5
0
votes
1 answer

BlackBerry webservice JSON parsing

I have a webservice url that retrieve a JSON as response.I need to send a request to this url and parse JSON from my blackberry App.I have tried some examples but not working. Anybody have a working example of this? Help is highly…
vks
  • 6,649
  • 7
  • 36
  • 55
0
votes
2 answers

how to convert date from yyyy-MM-dd to dd-MMM-yyyy without using Date function

I have "2011-12-05" and I want to convert this to "Monday 05-Dec-2011". My date conversion code depends on the device timezone. If my timezone is India, then I get date Monday 05-Dec-2011 and if my timezone is Kingston, Jamaica, I get Sunday…
Hitarth
  • 1,950
  • 3
  • 27
  • 52
0
votes
2 answers

BlackBerry Httpconnection post to a .Net Webservice not working on device

I am developing an application to use httpconnection to get some data to a .Net Webservice. The code is working fine when i host the webservice locally and test it with Eclipse simulator, but when i host the webservice on the public deployment…
Isola Olufemi
  • 23
  • 1
  • 8
0
votes
3 answers

push modalscreen called my noneventherad

I know this is very basic, but I am not able to figure out why I am getting this. I am running a splash screen, and in the splash screen I am running a background thread for performing my required operation to contact server. After the background…
varunrao321
  • 925
  • 2
  • 10
  • 18
0
votes
1 answer

Could not install blackberry application

I developed an application using the JRE 7.0.0. In the simulator the app works fine, but when I tried to install this application in the 9300 with OS 6.0.0 it doesn't work. Do I need to recompile the application with JRE 6.0.0 or can I change…
Jorge
  • 17,896
  • 19
  • 80
  • 126