Questions tagged [blackberry-eclipse-plugin]

BlackBerry Java Plug-in for Eclipse

The BlackBerry Java Plug-in for Eclipse is an Eclipse plug-in that improves productivity by providing an integrated BlackBerry smartphone specific development, debugging and simulation workflow.

More information here

512 questions
3
votes
0 answers

MapField not working on Blackberry device 9320

I have developed a blackberry app that uses a mapField. On the simulator the map field displays the map image of somewhere in canada and gets the coordinates. When i come to test this on a device I get a blank white screen but the long and lat…
Carl
  • 209
  • 1
  • 3
  • 13
3
votes
0 answers

How can i select a drop down which i added over a list field?

Hi Friend's in my BlackBerry Application i use a list Field, and over this list Field i add a drop down. Now my problem is how do i select the drop down which i added over the list Field.Now i only select list field and not the drop down but my…
3
votes
3 answers

How to convert and install Android app to blackberry 10?

From the Eclipse plugin, installed via instructions in Runtime for Android apps documentation, I tried to convert my Android app with BlackBerry plug-in for ADT, but I got this error message: Failed to deploy project android-app-com-2 Info: Sending…
2
votes
3 answers

Dealing with large Blackberry applications (lots of pictures)

I have a blackberry application with lots of images that was build for pre-OS7 handsets. I have to make it up to date with the new screen sizes, and my 5Mb app will be almost twice as big, which means over the limit for it to work. What is the best…
Tameroski
  • 98
  • 1
  • 9
2
votes
3 answers

Blackberry - cannot find "Run on simulator" option on Eclipse on Mac OSX

I followed the instructions titled "Creating your first app" to get my first app set up. However when I right click on the project and select Run As, I can't see an option for running on a simulator! What am I missing?
Suchi
  • 9,989
  • 23
  • 68
  • 112
2
votes
1 answer

How i can install .alx file for different version in Blackberry device?

Hello, i had develop application in blackberry version 5.0. Now i want to install .alx file in device using Desktop Manager. it is install fine when i install .alx in device which have version 5.0 but when i install that in 9700Bold device…
Hasmukh
  • 4,632
  • 2
  • 30
  • 44
2
votes
2 answers

how to add blackberry library into blackberry-eclipse-plugin project?

when i try to include blackberry library into project i see that happen nothing happen and error like pic where i try this:- preverify it by preverify.exe -classpath [JDE_PATH]\lib\net_rim_api.jar myjarfile.jar and try this preverify.exe…
Henawey
  • 508
  • 1
  • 9
  • 18
2
votes
1 answer

Error while building BB webworks application

I am trying to use the javascript extension in a blackberry webworks application.I hav the jar file in the ext folder.But whenever i m trying to build the application the error pops up saying : 'Missing stack map in: getField at label'. After…
2
votes
4 answers

BlackBerry simulator can connect to web service, but real device can't

I am developing BlackBerry application that connects to the web service. When I developed on simulator, I used BlackBerry MDS for simulator and everything just went fine. My application (running on simulator) can connect with my web service…
2
votes
1 answer

Avoid eclipse from formatting preprocessor directives

I use Blackberry java plug-in for eclipse to write code. I have preprocessor statements in my code in the following way //#ifdef OS50 //run this //#else //run this //#endif Every time I do "Format" (CTRL+SHIFT+F)…
rfsk2010
  • 8,571
  • 4
  • 32
  • 46
2
votes
2 answers

Blackberry - How to make a clock count down and display on screen

I am making a quiz application with question and answer. I want to make an clock count down ( Minute + Second ) and display it on screen. But I can not how to do that. Can anyone help me please ?
Binh Vova
  • 133
  • 1
  • 7
2
votes
1 answer

BlackBerry Eclipse Plugin Device not Found issue

I use BlackBerry Eclipse plugin for my development. From today it shows some problems. The problems are listed below. First I try to run my project it dont response for some time and shows the message Refreshing connection on send 1 Cancelling…
Stack User 5674
  • 1,548
  • 1
  • 20
  • 44
2
votes
1 answer

Packaging Blackberry App for different OS Versions with a JAD File

What I am looking for: I want to package my Application for different blackberry os versions (5,6 and 7). So that the user doesn't have to know what version he needs and just installs the app from the website. What I have already found out: I need…
Sven
  • 6,288
  • 24
  • 74
  • 116
2
votes
0 answers

How to make Ant build for my BBM application with native BB jar

I am trying to use BBM in my application,I want to make the ant build for it Bascially there is an implementationBBM a library project,and it in it i am adding the JAR file,and i want to make the ant build for this library application from my main…
Rakesh
  • 14,997
  • 13
  • 42
  • 62
2
votes
2 answers

Java Sockets and Blackberry programming

i'm new to programming and I'm trying to build a blackberry IRC Client, I made it connect to a server, join a channel and say something, but how can I receive messages ? I don't know how to make a loop to wait for messages, can somebody help me ?…