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

BlackBerry App Error starting MyProject: Module "xxxxxxx" not found

In my BlackBerry app I have three projects; MainProj, OwnersAppComm, JSON-ME whose build paths are configured as follows. MainProj Java Build Path - Projects - OwnersAppComm - Libraries - None - Order and…
paulvs
  • 11,963
  • 3
  • 41
  • 66
0
votes
1 answer

How to make my blackberry application downloadable?

I have a simple "hello world" blackberry application. I want to put my compiled files (.jad,.jar or .cod) to my web server and let my application to be downloaded by my blackberry users. I have tried to use .jad files for downloading. However when I…
anL
  • 1,073
  • 1
  • 11
  • 31
0
votes
1 answer

how to send the text message to multiple numbers in blackberry java applications?

Send the Text message(SMS) to multiple numbers in blackberry java applications. i tried the program to send the text message with single mobile numbers. how to i do in multiple mobile numbers? This code is i'm using to send the message to multiple…
vignaraj
  • 11
  • 6
0
votes
1 answer

Checkbox with a ObjectListField not focusable and checkable?

I am trying to create a checkbox and below this objectlist is there. I am trying to focus on checkbox but it is niether focusable nor checkable .The focus stands on the first element of the list below. How I can focus the checkbox as well as making…
0
votes
1 answer

MapField overlap with other screen

images = _appData.getImageAccoToScr("StoreLocaterMapView"); //Add Title Bar to Screen addTitle(); // initializing the Map component mMapField = new CustomMapField(BLANK, null, _appData, getGraphics(), hFM); // Adding button to toggle to store list…
Janny
  • 681
  • 1
  • 8
  • 33
0
votes
0 answers

Blackberry - Multiple Progressbars in HorizontalFieldManager

I am trying to get two progress bars with different labels in a horizontal field manager but only one is showing up. I can update it and change the progress but cannot see the second one. // Internal Storage Label and Progress Bar …
0
votes
1 answer

Field having multiple attributes

How to create fields having multiple attributes(each Field containing multiline texts,image icon,date etc) in an Application.?? What exactly they are called as???
0
votes
1 answer

Tricks to run my blackberry app in multiple screens

Is there any trick so that i can run my blacberry app in different screen sizes and resolutions..i am using eclipse with blackberry plugin..
0
votes
1 answer

Blackberry simulator not loading when using browserfield

I am new in BB programming.trying to open google url inside the application.Whe I tested in simulator 9900, it showing an error as follows: RenderingSession#getBrowserContent() threw net.rim.device.api.browser.field.RenderingException: IOException…
0
votes
0 answers

Auto capitalize text after space

Is there any possibility to auto capitalize any word that begins after a space in the AutoTextEditField or in EditField? Example: Company Is Blackberry Or I should customize the EditField?
Gopinath
  • 23
  • 5
0
votes
1 answer

App not deploying on BlackBerry Simulator 4.2 with Eclipse 3.7

I am developing a BlackBerry application with Eclipse 3.7 (Indigo) and the BlackBerry Eclipse plugin. My application is not deploying on the BlackBerry Simulator 4.2.0.46. If I close and clear the simulator and run the project, it is working but…
0
votes
1 answer

Auto Expand Textbox in Blackberry

I have implemented the Custom Textbox in my app and it works well but now client need is to auto expand the texbox while typing like (BBM chat textbox ). Is there any way to override defualt Editfield to auto expand. Please suggest me.
Gopinath
  • 23
  • 5
0
votes
1 answer

How do I re-layout and re-paint a field when a Manager calls setPositionChild(Field)?

My class extends Manager and calls setPositionChild(Field f) to change f's position. After calling setPositionChild() method, how do I apply the position(i.e. re-layout and re-paint) so I can see the changes? I tried to call invalidate(), which did…
draw
  • 4,696
  • 6
  • 31
  • 37
0
votes
0 answers

Updated app version not appearing in BlackBerry AppWorld

My problem is that on a Blackberry device, in Appworld, my app is showing the old version but when I open Appworld on my PC it shows the new version - with all change requests reflected. What can I do so that people get the newer version for their…
0
votes
1 answer

Blackberry Push Client Application Blackberry Registration failed

I am quite new to blackberry application development and i need to create an application which can receive push notifications. I have created the application and was trying to use xtify for pushing notifications to devices. I have registered with…
Deepak
  • 54
  • 2
  • 10