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

Data is not stored in database through device

Hi i am new in blackberry i create a blackberry app in this application i am facing a problem i am try to store some data in data base and when i run my application in simulator data is completely store in database but when i run this app on…
0
votes
1 answer

Refreshing Table Model Adapter on deleting record from it : Blackberry

I m creating a Table Model Adapter in Blackberry.(**This is a sample what i m doing****)I have added button field and two Strings.I m putting data in String from vector.Now on button click i want to delete the row against button.The Data is deleted…
optimus
  • 1
  • 1
0
votes
0 answers

Refreshing Table Adapter screen : Blackberry

Is there any way to refresh Table Adapter Screen on button click. If i m callling table method again on button click then it is adding a new table adapter screen below the old on.....I s there any way to refresh the existing screen.The button is…
optimus
  • 1
  • 1
0
votes
1 answer

Deleting row from SQLite Database : Blackberry

I m using Table Adapter Screen to create a layout that show data from database in a tabular fashion.I added a button field to each row of layout to delete that particular row. Below i m attaching the code for deletion .It is showing Exception : SQL…
optimus
  • 1
  • 1
0
votes
1 answer

Side By Side Edit Fields

can someone please let me know why I cannot place 2 EditFields side by side with the following code? I can place 3 buttons side by side, but for some reason I cannot get the EditFields to work for me. Any help will be appreciated. …
0
votes
1 answer

How to use Telugu font in blackberry application

As I'm novice in Blackberry/Java development, I don't know how to use "telugu" font in my Blackberry application. Please give an example. see the difference between three simulators 9300-OS6 not displaying 9790-os7 displays only in this…
0
votes
1 answer

Push initiator access in blackberry push notification

Recently i am working with push notification in blackberry.I have even installed the BPSS(BLackberry push service sdk)They have provided me Apache tomcat Server sdk for blackberry.I have configured it locally and run the push sample initiator.But…
0
votes
4 answers

Packaging a BlackBerry App for Release

I'm currently using the BB Plugin for Eclipse and am trying to generate a package without any .debug files and only one .cod and one .jad file to send to a client. I'm a bit stuck on how to do this, I can't find a 'release build' setting and am…
user1368448
  • 53
  • 2
  • 8
0
votes
1 answer

How to set background transparency and color to VerticalFieldManager and/or HorizontalFieldManager?

The following code isn't working, I would appreciate some help. HorizontalFieldManager hfm = new HorizontalFieldManager(); hfm.setBackground(BackgroundFactory.createSolidTransparentBackground(Color.BLACK, 0));
Amrit
  • 38
  • 1
  • 5
0
votes
2 answers

is it possible in blackberry to capture image automatic

I am new in blackberry. i create Application now my requirement is when camera is invoke automatic a picture is capture.Is it possible in blackberry. i am using this code every thing work but not capture picture automatic please suggest what i…
0
votes
1 answer

Getting null value when snapshot method is called

I have created a blackberry camera application. In this Application I try to take a photo automatically when camera is invoked. My camera is invoked but not taking photo automatically. I am following this code. public class Test extends MainScreen …
0
votes
1 answer

ControlledAccessException thrown, even after .KEY file generation

am currently using the Eclipse Blackberry plug in for my development, and I have already gotten my code Signing keys from RIM, and can debug on the device successfully. Where I run into problems is generating a SQLite database on the device (with…
-1
votes
1 answer

Parsing XML in BlackBerry java plug-in

I want to parse xml file present on my computer into a project.I m using blackberry eclipse java plug-in environment.Please tell me the whole procedure, as i m a beginner.........thanks in advance
Aman..
  • 11
  • 4
-1
votes
1 answer

Blacberry development: what do I need?

1-I'm reading about developing Blackberry applications development on Blacberry developpers web site, but the reading make me more confuse. Please, I would like to know the difference between: BlackBerry Java Plug-in for Eclipse [v1.5], BlackBerry…
-1
votes
4 answers

GPS location information issue

In my application,there is a need of take current location information, I use the follwing code; and call it buttonclick,But it doesn't work in the device and in the simulator,if any one have any idea please help. private void…