blackberry Questions

2

Solved

I'm looking for the fastest, most efficient way to debug my java application for BlackBerry. I noticed that it takes forever just to attach the debugger to the device, using a Torch 9800 in my cas...
Pearlpearla asked 27/3, 2012 at 13:21

2

I have created two Blackberry project in Blackberry Java Plug-in for Eclipse, i.e. MyProjectApp(set as application project) and MyProjectLib(set as Library project). Now I have created a simple Mai...
Orvieto asked 28/3, 2012 at 7:3

1

Are there any third party libraries or SDK's - commercial or open source - that would provide a straightforward way to integrate Bing Maps in a BlackBerry application? Now that Bing Maps Mobile is ...
Bjorn asked 13/10, 2010 at 14:26

4

I need to encode a URL using HTTP GET request in Blackberry. Can any one help me find how do I achieve this.
Vaniavanilla asked 31/7, 2009 at 8:23

4

I am trying to silence an incoming call and prevent the BlackBerry device from ringing. I tried Alert.setVolume(0) and some EventInjector keys but this didn't work. So how to silence an incoming c...
Tuatara asked 24/2, 2012 at 13:8

3

vfm = new VerticalFieldManager(Manager.VERTICAL_SCROLL); vfm.add(new LabelField("horizontally centered...",Field.FIELD_HCENTER | LabelField.FOCUSABLE)); vfm.add(new LabelField("horizontally cente...
Scabble asked 3/1, 2012 at 3:29

2

I am writing an app for BlackBerry that utilizes a BlackBerry smartcard reader. There is not much documentation on the subject, so I'd really like if someone could give me starting examples. Basic...
Antirrhinum asked 31/3, 2010 at 15:47

1

I'm new to blackberry, currently I'm developing a project, in that project I need to add a jar(Ksoap) file. For this I created a project and I added the jar file which I required the added it on bu...
Mammilla asked 13/2, 2012 at 12:42

1

Solved

We have a BlackBerry app that access a secure web service that uses a SSL Certificate that is not installed on some BlackBerry OS5 devices. This is causing problems for users of our apps who see th...
Needy asked 3/2, 2012 at 16:48

2

Solved

How do we set the background and font colors in a RichTextField? I tried to override the paint() method in addition to what has been described here, but when I scroll down in, the background gets e...
Proceleusmatic asked 16/9, 2009 at 6:0

2

Solved

I have my application ready on BlackBerry webwork and PhoneGap. I successfully run it using eclipse plug-in for BB 5.0 and BB 6.0. But when I tried to wipe user data from BB 6.0 and tried to direc...

1

Solved

i am developping an application that has chat&message support. I need to know weather it is applicaple on BB OS 4.5 to set a star icon on application icon as in messages application .
Microscopium asked 30/1, 2012 at 15:2

1

I am creating a Blackberry application to display a full screen web view of a certain site. I have a working browserfield that displays properly but navigation from page to page is slower than that...
Unstable asked 7/10, 2011 at 12:24

3

Our company will soon start developing few products for mobile platforms, as CTO I was asked to examine the Pro and Cons of the different tools available in order to achieve the best quality ...
Lannie asked 14/1, 2012 at 20:53

2

I am using blackberry ant tools to generate cod/jad files and found the generated cod to be different from the one i am trying to generate using blackberry JDE 5.0 . The sizes of the siblings cod ...
Behrens asked 19/4, 2011 at 6:44

2

In my application i have 2 types of editfields. One of them behaves like single line editfield, the other behaves like multi-line editfield (editarea). In this screen i have one header, one editfie...
Butler asked 19/12, 2011 at 13:42

2

Solved

I am using this code to set the scrollBar to the VerticalFieldManager in Blackberry VerticalFieldManager temp2=new VerticalFieldManager(VerticalFieldManager.VERTICAL_SCROLL); LabelField result=n...
Zoraidazorana asked 17/7, 2009 at 7:18

1

Solved

There is a project that has #preprocess directives. I.e. there is #preprocess directive in the beginning of a file and something like #ifdef BlackBerrySDK6.0.0 inside the file. Though it compiles ...
Gillett asked 3/12, 2011 at 6:0

4

I was reading in Anthony Rizk's book Beginning BlackBerry Development that although System.exit() method will exit an application, it is recommended to avoid this and properly clean up the applicat...
Detach asked 29/11, 2011 at 1:3

6

I have an abstract class which looks like: abstract class AbstractFoo implements Bar { //Code goes here } However when I try to make AbstractFoo protected I get an error compile time error comp...
Excommunicative asked 16/11, 2011 at 23:6

2

Solved

Is there a way to enable Wifi from code in BlackBerry OS? Thx -- EDIT -- I just wanted to add the code snippet for checking if WiFi is already enabled: if ( (RadioInfo.getActiveWAFs() & Rad...
Kriegspiel asked 14/11, 2011 at 16:26

2

Solved

Which gui development option gives a optimized and faster gui for Blackberry applications? BB tools,J2ME tools,or any other UI toolkit like LWUIT ?
Skinner asked 29/4, 2009 at 12:32

2

Solved

Question: How does one properly initialize a phonegap project for BlackBerry in Eclipse? Details: I have my project files added to the new Eclipse BlackBerry Project and added the Phonegap lib to ...
Rarefy asked 26/10, 2011 at 15:39

3

Solved

I've developed a PhoneGap application that I intend to deploy to my BlackBerry Bold 9700. My development tools includes NotePad++, Apache Ant, Sun JDK and BlackBerry WebWorks SDK as dictated on thi...
Dextran asked 15/7, 2011 at 21:23

1

Solved

I have date in this format 2011-11-02. From this date, how can we know the Day-of-week, Month and Day-of-month, like in this format Wednesday-Nov-02, from calendar or any other way?
Margay asked 2/11, 2011 at 5:1

© 2022 - 2024 — McMap. All rights reserved.