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

Loading TTF file Font in BlackBerry OS 4.6

I would like to know, is it possible to load font (.ttf file from resource) in Blackberry OS 4.6? I did it in BB OS 5.0 using FontManager class like to port application for 4.6 too. Thanks and Regards Anish
MobDev
  • 1,489
  • 1
  • 17
  • 26
1
vote
1 answer

How to list the events from native calendar

I am trying to list all the events from a native calendar using the code below. I am getting an object, and I want the exact event string. I have set a meeting in my calendar and I want to read the same. private void getEvents() { …
user1195292
  • 233
  • 1
  • 3
  • 13
1
vote
1 answer

Sending email from Blackberry java development

I have a question with sending email from Blackberry java development. My application sends mail correctly, but it defaults in FROM the previously configured mail on the BlackBerry device, I don't know how to replace the header FROM for another…
Jarivis
  • 11
  • 3
1
vote
1 answer

Blackberry custom .KEY file not registered

I'm try to follow the guide on protecting PerstentObjects using ControlledAccess. I hav created and imported a .KEY file into my project and selected the class to be protected. Now, my problem arises when I try to sign the project. The signature…
jim
  • 8,670
  • 15
  • 78
  • 149
1
vote
2 answers

The import net.rim.device.api.util.StringProvider cannot be resolved

Using JRE 5.0.0: import net.rim.device.api.util.StringProvider; http://www.blackberry.com/developers/docs/5.0.0api/net/rim/device/api/util/StringProvider.html What am I missing?
daniel
  • 9,732
  • 7
  • 42
  • 57
1
vote
0 answers

How to get permission to see the file system in BlackBerry simulator?

My app is creating some files. I want to see these files in file system of my device or simulator. Can I get access to file system?
Tim
  • 1,606
  • 2
  • 20
  • 32
1
vote
1 answer

Retrieve Blackberry Browser session header properties

I want to know what are the header properties used by Blackberry default browser session. Since my http connection needs all the browser session header properties like Accept-Language,Accept-Encoding,Keep-Alive.
1
vote
2 answers

Java Blackberry Refresh Field Label

I have a main class and a screen class. I have a button that launches a datepicker. When the datepicker is closed I need the label of the button to be refreshed with the selected value. How should I do that? I tried with invalidate, creating a…
1
vote
1 answer

Blackberry jde emulator showing jvm error

I have read that by erasing non volatile storage memory and erasing removable memory will clear this error.I did the same but after that i cannot access my sd card from simulator.Every time i have to create a new one after this error.Any other…
j2me
  • 189
  • 11
1
vote
0 answers

Runtime error: R6002 Floating point support not loaded

I am getting Runtime error:R6002 Floating point support not loaded when I want to start simulator. I have Eclipse Helios with blackberry plugin, I have tried to run simulator from every rim jde but no success. I had downloaded free registry repair…
1
vote
1 answer

Which event tells you that the device is successfully started

I am making an application that auto starts when the phone restarts. I want to run some events when the phone complets its restart. The UiApp is running even before the device finishes his reset cause I configured the app as an auto start app. What…
Farid Farhat
  • 2,300
  • 1
  • 16
  • 29
1
vote
2 answers

Create a Bitmap from an Image

I have an Image object which is a jpg picture taken by the camera and I need to create a Bitmap from it. Is there any way to do it besides using BMPGenerator class? I'm working on a commercial project and I don't think I can use it due to the GPLv3…
Juanma Baiutti
  • 637
  • 1
  • 10
  • 27
1
vote
1 answer

Keyword Search for ListField in Blackberry

I am creating a ListField. in each row of I am adding a image and 3 labelfield. Can any one tell me how to create a keywordfilterField for this... Thanks in advance I am new to blackberry. Little code will help me alot This is my code…
user1053646
1
vote
1 answer

What manager is suggested for Gallery Manager?

I am working on implementing a gallery, I tried GridFieldManager for this, but the images of the thumbnail are not of same size. I sneaked through the gridfieldclass but there are no methods for making the cell size of each image constant. Is it…
varunrao321
  • 925
  • 2
  • 10
  • 18
1
vote
1 answer

blackberry lazyloading in clumsy layout

I am using a customlistfield by extending VerticalFieldManager, and for the row I am usingf another CustoRowManager that extends Manager. The CustomRowManager has 2 TextField and a BitmapField . This list is implemented for a live xml feed. For…
varunrao321
  • 925
  • 2
  • 10
  • 18