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

BlackBerry Internet Service for third party (non-native) apps

I have developed a small j2me application that communicates to the server and converted it to the .COD for BlackBerry devices. It doesn't run on my BIS connection, how do I run that app on my BlackBerry device over BIS connection. I have heard about…
Atif Imran
  • 1,899
  • 2
  • 18
  • 33
1
vote
1 answer

Handling Trusted Application Status Dialog Event in BlackBerry after installing a new Application

Whenever I install my Application on the Blackberry device I get a prompt asking "Trust Application" with yes, no and help options. If Yes is selected everything works fine, if I choose No I get other prompts with Allow and Deny again and again due…
1
vote
2 answers

how to create multiple VerticalFieldManager dynamically Blackberry

I've been struggling to create multiple VerticalFieldManager dynamically on Blackberry. Each subManager will show different data to the user. And each subManager will have a different position on the screen. So i created a class which has a…
madcoderz
  • 4,423
  • 10
  • 47
  • 74
1
vote
2 answers

Get Autonomous and CellSite Location Fixes in Parallel Using Threads on BlackBerry

I tried to get the GPS latitude and longitude values using Autonomous and CellSite Mode in parallel using two threads, but while execution only one thread is being active and I get values from only that, the other thread doesn't return any values at…
1
vote
2 answers

How to remove all file when app is removed by user?

I have blackberry app (java). My app stores some informations in files (file:///store/home/user/app_name/). When user removes app, these files don't delete. I want to delete files when app is removed by user. What is solution?
Tim
  • 1,606
  • 2
  • 20
  • 32
1
vote
1 answer

How to add new simulator in blackberry JDE?

I am using standard blackberry editor from blackberry (not the eclipse) for OS 6.0.the simulator came with it is for model 9800 Torch but i want to use it for Bold 9650.I had downloaded the Bold 9650 simulator from web and installed on machine but…
Dany
  • 2,034
  • 8
  • 34
  • 54
1
vote
0 answers

Is it possible to set the underline offset when using Font.UNDERLINED?

Is it possible to set the underline offset when using Font.UNDERLINED? I am using the following to make the font underlined: LabelField lf = new LabelField("Forgot your password?"); lf.setFont(Font.getDefault().derive(Font.BOLD |…
tonymontana
  • 5,728
  • 4
  • 34
  • 53
1
vote
1 answer

advanced UI library for Blackberry

From where to download advanced UI library for Blackberry ? i know http://supportforums.blackberry.com/t5/Java-Development/Implement-advanced-buttons-fields-and-managers/ta-p/488276 this is link but what i got there is just Advanced UI Images…
1
vote
3 answers

Sorting an array of String in BlackBerry

I need to sort an array of String like the following, in ascending order. String str[] = {"ASE", "LSM", "BSE", "LKCSE", "DFM"}; How to do that? I need help.
BB_Dev
  • 461
  • 1
  • 5
  • 11
1
vote
1 answer

Xstream in Blackberry

Can anyone tell me how to use Xstream in Blackberry . In java there are tutorial available but not for blackberry. anyone has used in project. i want an example if possible plz provide the code . thanks in advance
1
vote
1 answer

EyelidFieldManager does not display bottom dock

I'm using an EyelidFieldManager on a MainScreen of my Blackberry app. Here is the code EyelidFieldManager manager = new EyelidFieldManager(); HorizontalFieldManager buttonFieldSet = new…
Bosah Chude
  • 3,670
  • 2
  • 22
  • 22
1
vote
1 answer

An error occurred while installing blackberry sdk5.0 on eclipse

i am getting this below error when i try to install the Blackberry 5.0 sdk from Eclipse helios(downloaded from BB site with the BB sdk 7.0) and it downloads the sdk jar and then throw me this below error? An error occurred while collecting items to…
yokks
  • 5,683
  • 9
  • 41
  • 48
1
vote
1 answer

Blackberry: Using SpinboxField Control in a Non-touch Device (navigation problems)

I'm a newbie in blackberry development and stuck on a code section regarding the Spinboxfield and non-touch devices. I will appreciate any help, code sample reply or links to relevant tutorials that shows how to use the spinboxfield on a non-touch…
Akinslove
  • 109
  • 1
  • 7
1
vote
2 answers

Blackberry grid layout customizations

How to add margins to the grid elements in grid manager layout of blackberry.I want it to appear exactly like it looks on a sqlite table with rows and columns having neat margins.Also i would like to add color to each row of the grid.The elements in…
1
vote
0 answers

Pdf rendering in blackberry

I am new to Blackberry Smartphone development. My application contains functionality of PDF book reader. I downloaded the full PDF from server but I don't know how to view the PDF file. Is there any library that will help me to view the PDF file?…
BSKANIA
  • 1,317
  • 15
  • 27