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

How can i remove system menu items in blackberry?

I want to remove system menus; for example, in the Message app I want to remove the Send option from the menu. There is a way to add menus using ApplicationMenuItemRepository.getInstance() …
Aman Arora BB
  • 190
  • 1
  • 12
2
votes
1 answer

Unable to change width of TextField in Blackberry

I am a newbie to Blackberry, I was just trying out some sample apps in Blackberry. I tried to create a login page. In that, when I tried to change the width of the text field, the text field became invisible. The below is part of the code to create…
2
votes
1 answer

How to attach and get particular list item id in BlackBerry?

I am trying to create lists using FieldManagers (Horizontal and Vertical). In this list I have multiple clickable items like buttons, so I am not using ListField or ObjectListField. I have successfully created the UI, but I am unable to attach a…
2
votes
0 answers

Not loading my application on blackberry 9220 simualotr

Does anyone know this error below its not loading my application on blackberry 7.1(9220) simulator.
2
votes
1 answer

Illegal state exception :Field added to a manager while it is already parented

I'm getting exception IllegalStateException : Field added to a manager while it is already parented When i call below function second time,when i am changing the value of spinner and this function is called second time, i am getting illegal…
meera
  • 199
  • 3
  • 15
2
votes
4 answers

How to make a blackberry application start , by code?

I have a background function listening for push messages. I need to handle though the push. I created the function to take any actions when the push arrives and it works pretty well. For example when a push arrives i increment a number etc…
donparalias
  • 1,834
  • 16
  • 37
  • 60
2
votes
2 answers

How to send data to windows application using Blackberry sdk

I'm trying to figure out how to programatically send data back and forth from a Blackberry device to a Windows applications in the same type of manner that BlackBerry Desktop Software does. I would like to be able to query status of my BlackBerry…
2
votes
0 answers

BlackBerry compatibility issues, for touch and non-touch devices

Currently our app is two branches (two different binaries) one is for touch device (compiled with JDE 4.7), the other is for non-touch device (compiled with JDE 4.6). These two versions are the same except some UI rendering and interactions for…
androidkc
  • 689
  • 2
  • 7
  • 16
2
votes
1 answer

How can I delete a Service Book in BlackBerry programmatically?

I am writing an application that will delete a certain Service Book at the phone's start up. But I can't find the way to accomplish this. How can I delete a Service Book programmatically?
Alex
  • 842
  • 11
  • 33
2
votes
1 answer

JVM error 545 incompatiable or corrupt filesystem in blackberry simulator 9981

while compiling my project on 9981 simulator using blackberry 5.0. its show the error like "JVM error 545 incompatible or corrupt file system. I could not even see the first screen of the simulator. Can any one tell me what is the reason for this…
Amarnath Baitha
  • 561
  • 1
  • 6
  • 19
2
votes
1 answer

Switch Application in Blackberry

In My Application, There is functionality of switch application and it works perfectly fine.. But I want to code on switch Application. At the Time of Pressing switch application, I want to ask " Are you sure you want to Logout? " Can I do that? If…
2
votes
1 answer

Blackberry - listen when applicationMessage is opened

I want to know when the user opens a message from the notification area (opened from the home screen - clicked on the app notification icon) thrown by my app. ApplicationMessageFolderListener do not work for this and registering an…
Alexandru Circus
  • 5,478
  • 7
  • 52
  • 89
2
votes
1 answer

What's the difference between Screen.invalidate() and Screen.invalidateLayout()

void invalidate() Invalidates the entire screen. void invalidateLayout() Invalidates this screen's layout (including all controlled fields). The javadoc doesn't help much. Could you tell me why do we need invalidateLayout()?
draw
  • 4,696
  • 6
  • 31
  • 37
2
votes
2 answers

Not able to accessing internet from native blackberry simulator

I am getting the following message on accessing internet from native blackberry simulator. "Unable to connect to the internet please try again later. If the problemt persists please contact your service provide." Getting this issue on blackberry…
2
votes
1 answer

How to reduce/decrease Application storage and Build-in-memory storage of Blackberry Simulator?

How to reduce/decrease Application-storage and Build-in-memory storage of Blackberry Simulator? As I need it to test my Blackberry Apps behaviour on low memory. I am using Blackberry simulator 9860.