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

Blackberry-not getting soap response xml

I am trying to consume SOAP response xml by passing request xml in a string, using BlackBerry Java plugin for Eclipse. I have been struck on this for the past two days looking for a way to solve it. I have attached the sample code below. public…
0
votes
1 answer

Blackberry simulator DNS error connecting to localhost

I discovered that when am on a network and connecting to my localhost(glassfish) on port 8095(changed the port number), my simulator connects fast and easy, but without a network, it doesn's connect and popups out this "DNS error" while connecting…
0
votes
2 answers

How can I auto-scroll images like marque text in Blackberry 5.0?

I am adding 3 images in 3 BitmapFields in a HFM. It scrolls horizontally with trackwheel but I want the images to auto-scroll like marquee text. I got the thread to display scroll text like marquee but how to replace that with images?
0
votes
1 answer

align label texts in horizontal field manager in Blackberry 5.0

I am adding multiple label fields in HFM, the text of which is coming from a String[]. Suppose there are 5 labels. I want the labels in Left, HCentre and Right of HFM. I m creating the labelfields like, String[] labels = {------}; for( int…
0
votes
1 answer

Eclipse cannot detect blackberry device

Eclipse plugin : BlackBerry_JDE_PluginFull_1.5.2_indigo Device : Blackberry curve 9315 / 9320 , Software version - 7.1 Bundle 1319. I have also installed the simulator for 9320 The packaging , signing processes do not show any error. When I do "Load…
Salil
  • 496
  • 1
  • 5
  • 15
0
votes
1 answer

Uncaught Exception while consuming web service in Blackberry

Application is not responding while consuming restful service if internet is connected but browsing is not working, in blackberry jre 5.0. Please guide me if there is any method to set the responce time out? I am using this code to consume…
0
votes
1 answer

white screen while running sencha+blackberry webwork application

I have created sample Blackberry WebWorks project using sencha. It's working fine. The code is:
0
votes
1 answer

HttpConnection doesn't work with 3G

I have the following code: HttpConnection httpCon = null; InputStream fileIn = null; try { httpCon = (HttpConnection) Connector.open(url + getConnectionSuffix(), Connector.READ); httpCon.setRequestMethod(HttpConnection.GET); } …
Tim
  • 1,606
  • 2
  • 20
  • 32
0
votes
1 answer

Blackberry - Place one invisible png bitmap above another as a new Bitmap/Image

I have a PNG image that is mostly invisble and contains some watermarks we will want to apply to another image. I have imported this PNG into a Bitmap object. I have imported the second image, taken with the device camera, as a second Bitmap…
0
votes
1 answer

how to give my page slide animation in blackberry?

I'm creating a BlackBerry application, and now I want to present an animation when I click on an image button. In my application, I use a splash screen, and after that a login page is shown. When I click on my login page's submit button, a home…
0
votes
1 answer

blackberry sample application executes in simulator but when I try to load in playbook device there is no response or no error

blackberry sample application executes in simulator but when I try to load in device there is no response or no error. I am using a playbook. Also I tried various options in which one of it says to use Desktop manager, I see a different behavior in…
0
votes
1 answer

How to deploy alx file on BB device using OTA approach?

I have my projects alx file, where-in all required cod files name is listed. I want to deploy/ install this proj onto BB device using OTA approcach. How do i do this ? And i also have an alx file listing all library cod files name. I wanna deploy…
0
votes
1 answer

How to import the Blackberry project in eclipse after checkout from SVN repository?

When i am import the Blackberry Project after Checkout from the SVN repository, I am getting the following error given below. But when i am importing the project which is developed on my system form other directory, i am not getting any Error. …
Amrit
  • 38
  • 1
  • 5
0
votes
2 answers

how to show details when click on list filed?

Hi Friend's i want to show details when i click on this list field with image(location)means u take any lat long and show with it a image map.so please help me to solve this problem. How is it possible please help me. Thanks on this link show the…
0
votes
1 answer

Blackberry Image processing(sketch effect and charcoal effect)

I am new to blackberry. I am trying to convert normal image into sketch effect.I have code to do that in ANDROID. I have tried to implement it in Blackberry but unable to got output.Here is android code and my blackberry code. This is android…
BBDev
  • 147
  • 1
  • 4