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.

498 questions
-1
votes
4 answers

GPS location information issue

In my application,there is a need of take current location information, I use the follwing code; and call it buttonclick,But it doesn't work in the device and in the simulator,if any one have any idea please help. private void…
-1
votes
1 answer

Unable to send email from BlackBerry - JDE4.7

Store store = Session.getDefaultInstance().getStore(); Folder[] folders = store.list(Folder.SENT); Folder sentfolder = folders[0]; // Create message. Message msg = new Message(sentfolder); // Add TO Recipients. Address toList[] = new Address[1]; try…
jini
  • 10,563
  • 34
  • 95
  • 166
-1
votes
1 answer

BlackBerry read json string from an URL

I tried to read a json string loading from an URL, but I could not find complete code sample. Can any one provide or point me to a complete client code. I'm newer to BB development. this is what I have done but still can't get it work please help…
-1
votes
1 answer

Blackberry json parser

I want to create a simple json parser for BlackBerry to test. I found this example, and implement my code as follows import java.io.ByteArrayOutputStream; import java.io.InputStream; import java.util.Vector; import…
Grant
  • 3,826
  • 16
  • 50
  • 77
-1
votes
1 answer

Limited ListField items are drawn instead of complete list in Blackberry

I am trying to draw a list of all contacts saved in device. Everything is fine but when I select all contacts, I get only those contacts which are drawn on the screen. In other words, list drawing only those contacts which are visible on screen.…
Pawan Gupta
  • 122
  • 2
  • 16
-1
votes
1 answer

Blackberry facebook style slide

I like to implement a similar implementation from the URL (Android Facebook style slide) for blackberry 6 devices. Please suggest me samples/architecture for getting this implemented.
MobDev
  • 1,365
  • 1
  • 16
  • 25
-1
votes
1 answer

how to setup this gui

Im having quite a difficult time setting up this GUI As you can see in the picture i need to have several clickable items and i dont know how to do it. So i thought i could make one different VerticalFieldManager representing the white background.…
madcoderz
  • 4,303
  • 10
  • 44
  • 73
-1
votes
1 answer

Integrate Google+ & Linkedin In Blackberry

How to integrate Google+ and linked-in my blackberry App. Is there any SDK or API available to integrate Google+ and linked-in.
Gopinath
  • 23
  • 5
-1
votes
1 answer

Error in Blackberry code(Null pointer exception)

This is my simple code. I have an issue with it.It giving me null pointer exception. Can Anybody tell me why it is giving me error "NULL Pointer exception"? I cant understand it. Please reply your thought about it. public final class MyScreen…
BBDev
  • 127
  • 1
  • 4
-1
votes
2 answers

Issue in title and label field bar

I have a title bar and just below that i have a label field,i am facing a issue like as and when i scroll down the lable field "timezoneTitle " is not visible.Its visible only when i scroll up.I want to keep it fixed even if the user scrolss up and…
sheetal_r oswal
  • 155
  • 2
  • 2
  • 10
-1
votes
1 answer

Invoke the method to restart an open application

Is it possible to restart the same application which is running from within itself. Like say,I have a form which opens on button click.Now once this form is opened,i want to refresh its display and so I recall the init method again from within this…
learning_fly
  • 386
  • 1
  • 2
  • 11
-1
votes
1 answer

How to query Blackberry contact with UID?

I want to search UID in the native Contacts. I have the UID of a particular Contact, now I want to update all those Contacts that match this UID which I have in my DB. My main aim is to stop the duplication of Contacts which I insert. Can anyone…
manojprasad
  • 193
  • 1
  • 8
-1
votes
1 answer

Blackberry Rounded Text Boxes

Hi i want to create a login form in blackberry, I have taken the username and password from the user but i want the username and password to appear inside the round rectangular text box. But I am not able to draw a round rectangle Any help?
-2
votes
2 answers

Facing an issue with hashtable

I am facing an issue with hashtable. I am working with blackberry. In the below code the sysout "vector size info is" shows the data has two but the sysout "size in hashtable" shows the data has one. I do not understand this. try { Hashtable…
user1195292
  • 223
  • 1
  • 3
  • 13
-2
votes
1 answer

BB java objectchoicefiled should get display autmatically on selecting one value in other objectchoicefield i.e onchange functionality

Hi am trying to display objectchoicefield by set of data in array.by selecting that comparing with other array automatically another objectchoicefield should get display with corresponding matches.i.e, onchange function, the other objectchoicefield…
1 2 3
33
34