Questions tagged [blackberry-torch]

17 questions
3
votes
3 answers

Blackberry 9800 Simulator Crashing When Launching Browser

The Blackberry 9800 simulator is crashing when launching the browser, throwing JVM Error 104: Uncaught IllegalStateException. This is a clean install of the simulator with no 3rd party applications installed to it. I strictly wanted to use it…
2
votes
1 answer

BlackBerry - Redraw my titlebar after orientation change

I am writing a BlackBerry application that uses a custom title bar. Rather than using the textual based title bar, my application uses an image. I am having trouble redrawing this title bar once the orientation of the device, such as a BlackBerry…
2
votes
1 answer

Blackberry OS 6 Development Environment

Will development for the Blackberry Torch (and other selected OS6 blackberries) be done through a new version of the standard RIM JDE or is there a new environment or focus on the Eclipse side of things?
Mat Nadrofsky
  • 8,289
  • 8
  • 49
  • 73
1
vote
1 answer

Where does a Blackberry Torch stores the current wallpaper image?

I have a Blackberry Torch 9800 that displays as wallpaper a photo that I saved on the micro SD card. Recently the micro SD card had a problem and some of the stored photos were lost, including the one that I use as wallpaper. I already tried fixing…
Eduardo Bejar
  • 37
  • 1
  • 7
1
vote
1 answer

BlackBerry Torch scrolling issue

I have created an app which is working fine on BlackBerry bold but when I installed it on Torch the screen is not scrolling.. I have used Manager with enabled vertical scrolling and added it to another master vertical field manager? Did any one get…
madiha.athar
  • 1,103
  • 3
  • 12
  • 25
1
vote
2 answers

Loading screens one after the other is consuming a lot of memory [BlackBerry]

In my application I have a requirement to navigate from one screen to another without popping up the active screen so that if a user clicks the back button while navigating he should be able to view the previous screens where he came from. I…
Jayakrishnan Salim
  • 977
  • 1
  • 10
  • 24
1
vote
3 answers

Question Regarding EditFields and VirtualKeyboards

I have posted a StackOverflow question about the behaviour of the VirtualKeyboard on the Torch simulator. As a follow up question, where does an EditField get it's reference to the Virtual Keyboard on touch devices? I am trying to display a Real…
Mike D
  • 4,938
  • 6
  • 43
  • 99
1
vote
2 answers

Blackberry Torch Simulator and EditField Problem

The Blackberry Torch is showing some wierd behaviour. I have subclassed EditField only for visual stylings. In the main application, I instantiate 2 of these custom EditFields and set the style bit to EditField.FILTER_REAL_NUMERIC in order to…
Mike D
  • 4,938
  • 6
  • 43
  • 99
1
vote
1 answer

BlackBerry: Screen not scrolling on touch

I am building a BlackBerry Java application and I want my screen to scroll when I drag my finger on touch. This behavior works perfectly on other screens where I am implementing a ListField. However, on the screen where I am having an issue, I am…
liamacheung
  • 169
  • 1
  • 4
  • 9
0
votes
2 answers

BlackBerry - 9860 shows app in small window - not using whole screen

One of our clients has come back to us today with a bug that has been found on the Torch 9860 (running OS 7.0). It seems my app is running in a small box in the centre of the screen, with a big blue border surrounding it. If the soft keyboard is not…
Richard Le Mesurier
  • 29,432
  • 22
  • 140
  • 255
0
votes
1 answer

BlackBerry virtual keyboard with customized 'enter' key

I am using a BlackBerry Torch 9800. The virtual keyboard appears when the focus is on my EditField, but I want to display a go button instead of the enter key. below is my code and I have also attached image highlighting where I want to put my…
Nikhil
  • 16,194
  • 20
  • 64
  • 81
0
votes
1 answer

Blackberry 6.0 vs 5.0 - Can't connect to https server on Torch, but can connect on bold using handheld proxy

I'm trying to connect to an https url (server is internal to my network) which has a self signed certificate. I find that the BlackBerry Torch 9800 cannot connect even after the server is added to trusted hosts under the TLS proxy settings. …
mjamal
  • 96
  • 1
  • 4
0
votes
1 answer

Lag time issue with blackberry torch 9800

We have developed an application using blackberry api 4.2.1. The application works fine in blackberry devices running with OS 5.0. But for devices like blackberry torch with OS 6.0 there is a lag time issue when filling out a form. If i want to…
0
votes
1 answer

Touch screen keyboard not displaying correctly

When the user hovers over editfield below the touch screen keyboard does not display. What is displayed is a white area that is same size as keyboard. This is an issue on BlackBerry Torch. I would expect the touch screen keyboard to appear correctly…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
0
votes
1 answer

Lwuit app in Blackberry Torch

These days Im doing the same thing, which is building my blackberry applications for Blackberry Torch. But I couldn't do that coz it gives an exception.It is not working. But the other forums said that get the newest source and create a Blackberry…
1
2