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

How to add Click Event to BitmapField (fieldchangeListener)?

I'm working on adding a BitmapField to my Blackberry project. I implemented my class with a FieldChangeListener and added the FieldChangeListener method to my class. I even added a setChangeListener to that particular Bitmap Field, but it's not…
Ramesh Bugatha
  • 1,162
  • 1
  • 11
  • 24
-1
votes
1 answer

Cannot run simple java code from real BlackBerry device

I am new to BlackBerry development. I downloaded Eclipse plugin for BlackBerry. I've just created a HelloWorld project. It runs well on a simulator but when I connect my BlackBerry Q10 to my PC, it doesn't work. (I am selecting in package explorer,…
uploader33
  • 308
  • 1
  • 5
  • 16
-1
votes
1 answer

BlackBerry read json string from an URL

I tried to read a json string loading from an URL, but I could not find complete code sample. Can any one provide or point me to a complete client code. I'm newer to BB development. this is what I have done but still can't get it work please help…
-1
votes
2 answers

If statement else statement failing

I have a blackberry app that essentially does a select query on information I enter so if I enter "5" it does a select * from table where id=5 so I get back results. However the else statement of this clause is supposed to return "no results found".…
kemnet
  • 73
  • 1
  • 3
  • 11
-1
votes
1 answer

Add external SD Card in BlackBerry simulator

I want to add the external SD Card in my BlackBerry simulator for creating the data base.I'm using this way to add - 1.create folder and give name-SDCard. 2.in the simulator click on-simulate. 3.choose change SD Card. 4.select your folder…
-1
votes
1 answer

Upload image to server using blackberry http connection

Hi below is simple code to upload file to server its works fine... but when i send image to server via blackberry it does some work but there is no image file in server please guide me where i am making mistake...
-1
votes
1 answer

How to built the blackberry project in eclipse using various OS version?

I am using blackberry java plugin for eclipse for development & as i downloaded latest version of it.it comes with os version 7 but i want to built my application using os version 5,6 etc.but i am not having idea about it so is anybody can tell me…
Dany
  • 2,034
  • 8
  • 34
  • 54
-1
votes
1 answer

how to store data in vector?

i am new in black berry i have no idea how to store data in blackberry use of vector. and i need to store this data so please help me. { "menu": { "id": "Home", "menuitem": [ { "type": "form", …
-1
votes
1 answer

Blackberry Rounded Text Boxes

Hi i want to create a login form in blackberry, I have taken the username and password from the user but i want the username and password to appear inside the round rectangular text box. But I am not able to draw a round rectangle Any help?
-1
votes
1 answer

getting nullpointer exception when click on button

I am use a button and when u click this button a text field is automatic created and button status is automatic disable but if u click on disable button text field is automatic delete and button status is changed to enable.i going through this…
-2
votes
1 answer

Creating CUSTOM DROP DOWN in native blackberry

I am new in blackberry native programming. I wann create a Custom Dropdoen list, I took reference from this link dropdown list but not getting the exact output. My requirment is It should look like the nativ dropdown, with custom look.
-2
votes
1 answer

Error Loading Eclipse

When I try to load Eclipse (an earlier version -- 1.0.67), I get an error: "Error has occured, please check log file" as shown in this [image][1]. In the log file, the error was as displayed in this image: [errorimage][2]. What could be the problem?…
Rakesh
  • 14,997
  • 13
  • 42
  • 62
-2
votes
1 answer

BB java objectchoicefiled should get display autmatically on selecting one value in other objectchoicefield i.e onchange functionality

Hi am trying to display objectchoicefield by set of data in array.by selecting that comparing with other array automatically another objectchoicefield should get display with corresponding matches.i.e, onchange function, the other objectchoicefield…
-2
votes
1 answer

how to load an image from url in balckberry

Possible Duplicate: Show Images from URL in blackberry Hi am trying to laod an image directly from url in balckberry. there is no option in balckberry to call directly. is something there to do so.kindly guide me.
-4
votes
1 answer

How can i create custom listField?

Possible Duplicate: How to customize a ListField in BlackBerry? Hi Friend's i want to create custom list field. and also want to add image over it. Thanks in Advance
1 2 3
34
35