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

How can use same listfield for displaying elements,and new elements will getwhenuser click on existing listfield elements

In my app, I displaying a ListField with indefinte no of elements(the elements gets from json returned by a webserver). First the app displays some elements(item 1,item2,..),and user click in one of them.The same listField object reloaded with some…
Jisson
  • 3,566
  • 8
  • 38
  • 71
0
votes
1 answer

Access MySQL tables from BlackBerry app

I want to create a BlackBerry app for OS 4.7 that connects to a remote MySQL database and fetches all rows from a table and displays them in the app. I searched and some say that I can use PHP as a middleware for the app on the device to talk to…
developer
  • 5,178
  • 11
  • 47
  • 72
0
votes
1 answer

Auto updating blackberry application

I am a blackberry software developer and my question is about blackberry. I want my own blackberry application to perform version checks with a server, and when the application's version is updated on the server I want this application to download…
serkan kucukbay
  • 623
  • 7
  • 15
0
votes
1 answer

ListField font update takes effect only when user scrolls

I am developing an application which shows some user details on a screen. I use a custom ListField as suggested by the StackOverflow question "How to customize list field in blackberry?" I am trying to appaly a font to each list field element, and…
0
votes
2 answers

BlackBerry JDE httpdemo program throws an exception on BlackBerry device

When I run HttpDemo of 'Blackberry samples' on a 5.0 device, I get an exception: net.rim.device.internal.io.CriticalIOException: Critical tunnel failure But it works fine in the simulator. What are the possible reasons for this exception, and…
0
votes
1 answer

What does the term "throttle" mean when an object "throttles" a method

More specifically, I am looking the BlackBerry 6.0 API Animator class whose constructor describes that it "Creates an Animator object that throttles update() calls at the specified frame rate."…
mike
  • 3
  • 1
0
votes
1 answer

How do I send an Enterprise Activation email? Using EnableBlackBerryUserDispatcherAttributes?

This is regarding a Blackberry that is connected to a BES Server, and the Administration Web Service. I need to enable and send an Enterprise Activation email, however I need to also set an ActivationPassword. I looked at the help document and…
0
votes
1 answer

BlackBerry Application compatibility wiht smartphone and normal phone

I am new to BB development.recently i have developed a simple application using JDE eclipse plugin ( Blackberry JRE 5.0.0.0 ). I have tested this simple application on default simulator i.e. BlackBerry Simulator 9550 , a smartphone simulator. But…
MrPandav
  • 1,831
  • 1
  • 20
  • 24
0
votes
1 answer

Is it possible to invoke blackberry maps on a popup/alert?

I have a regular HTML form with a button that says "Get GPS". Once clicked, I want a popup to open with the blackberry maps invoked. I want mapLocation to open in a new dialog box with a close button. For example: function mapLocation(lat, lon) { …
0
votes
1 answer

Blackberry widget that does reverse geocoding to a street address?

Can anyone kindly show an example or two so that I can have some clarity. I need to have an application developed that can get current GPS location and reverse geocode the address. I have googled this and have not been able to come up with a…
0
votes
1 answer

Installing SDK 6.0 for BlackBerry

I am trying to do the settings in Eclipse for Blackberry SDK 6.0. Every time it gives me strange errors; earlier it was giving me error like "Unable to read repository". Then I opened there firewall and tried to install again. Now it's giving me…
user469999
  • 2,101
  • 4
  • 24
  • 30
0
votes
2 answers

How can I use A dialog with No BUTTON and automatically Closes? On BlackBerry

I need to use a dialog. That appears 2-3 seconds and after closes automatically. Which object should I use On BlackBerry?
atasoyh
  • 3,045
  • 6
  • 31
  • 57
0
votes
1 answer

Blackberry - how to figure out the free space on a device from code

I need to know if there is enough space on the Blackberry device before saving a file. Is there a way to know this?
Daniel Benedykt
  • 6,496
  • 12
  • 51
  • 73
0
votes
1 answer

Blackberry: BitmapField as Buttons

I have a custom Manager BannerObj object with a bitmapfield. I am adding a BannerObj object to the screen. I want to make the bitmapfield of the BannerObj clickable so that it opens up a url in browser. I have tried overriding the invokeAction…
Rupert
  • 4,533
  • 3
  • 17
  • 6
0
votes
2 answers

How to use AutoFocus and Flash for camera in Blackberry Jde 5.0.0

In my application i need to Enable Flash and Enable AutoFocus for camera in blackberry jde 5.0.0 Help me, please. Regards, Sampath
sampath
  • 51
  • 5