blackberry Questions

2

Solved

I am trying to get a blackberry message by subject and open it in the default email app. I have this so far: Store store = Session.waitForDefaultSession().getStore(); Folder folder = store.getFold...
Intercommunion asked 9/5, 2011 at 20:39

8

Solved

I wanted to know if we can resize an image. Suppose if we want to draw an image of 200x200 actual size with a size of 100 x 100 size on our blackberry screen. Thanks
Convent asked 20/11, 2009 at 11:2

2

Solved

I'm triying to understand the differences between the three methods for managing the UI interactions. I'm really confused with these three terms when triying to figure them out in a real case. Th...
Inulin asked 24/12, 2012 at 18:21

5

Solved

i am developing and app for blackberry and i need to send a Http Post Request to my server. I'm using the simulator in order to test my app and i found this code in order to send request: http://v...
Christlike asked 15/2, 2011 at 15:30

1

Solved

I am creating an application that will post a link onto Twitter. The following code refuses to package up for me, throwing the following error: Error: Cannot run program "jar": CreateProcess err...

1

Solved

I have two applications I'm loading on a BlackBerry, one is a native application, the other is a PhoneGap / Cordova based application. These two applications share a settings file: file:///store/...
Pixie asked 1/12, 2012 at 21:53

2

I am getting IllegalThreadStateException exception when using following code: I have already started this thread once(by using thread.start()) and again trying to start it at another place, so used...
Whomever asked 24/11, 2012 at 5:48

1

Solved

Inputs with styles width: 100%; box-sizing: border-box; of type number or date have a different width than the ones of type text when I test the following code in Blackberry. I have checked it for ...
Miguelinamiguelita asked 19/11, 2012 at 12:28

1

Solved

I have a valid P12 file. I need to instantiate an X509certificate object, so that I can use it as a client side certificate. I realize that there is already a similar question answered here, How t...
Baseline asked 31/10, 2012 at 4:7

1

We are targeting Blackberry OS 6 and 7 devices, and are having issues with Javascript and daylight saving time. The behaviour we're seeing for different devices/OS versions is either: keeps DST s...
Giffie asked 8/11, 2012 at 9:28

2

Solved

I'm thoroughly confused by the number of SDK/API choices in Blackberry Playbook development. Is one or the other recommended more to complete beginners in mobile app development? Leaving aside the...
Moriarty asked 7/11, 2012 at 3:1

3

All I can find is that is WebKit, which is useful because BBOS5 doesn't even have that! But a specific version would be better. (I'm trying to get PDF.js to work and would like to know if I shoul...
Uranie asked 10/9, 2012 at 4:44

4

I am trying to go back back to the previous page after loading a browser but it takes three back clicks to do so. I tried overriding the back button click but it still takes three clicks. I used fo...
Drabbet asked 25/10, 2010 at 13:24

2

Solved

My requirement is to have a thread that maintains a socket connection between a BlackBerry device and a server and exchanges commands, similar to request and response. My problem is that I need t...
Dartmouth asked 19/10, 2012 at 20:31

2

Solved

For some reason my blackberry application crashes whenever i try to display a bitmap image from a URL using the internet. I found the downloadImage() function very easy to understand and to follo...
Arbil asked 20/10, 2012 at 7:0

1

We have a blackberry native app deployed on a BB Bold 9700 (OS Version: 5.0) The app registers a custom pattern of the form string://[0-9]* . Strings matching the pattern get highlighted but the a...
Limann asked 23/11, 2011 at 3:25

2

I am trying to combine 2 AAC files into one, I found out that in AAC files - the header element is present till the FF8 byte, and then next 4 bytes contain the length of the data of the AAC. I trie...
Fertilizer asked 4/10, 2012 at 2:42

1

Solved

We can get APN Name in Blackberry but can i know is there any way to set APN in an application. Kindly help me out on this? Thanks in Advance
Bezel asked 17/9, 2012 at 6:35

1

I debug my BlackBerry apps on device emulator, using the MDS simulator for access to the web. Today I ran a Wireshark trace to catch my app's calls. I saw 2 calls made by the MDS simulator before ...
Shetrit asked 23/9, 2011 at 8:7

4

Solved

Is there a way to capture backspace key press on a input[type="text"] in BlackBerry? I have tried with $('input[type="text"]').bind('keydown', function(event) { ... }); and it captures all key pres...

3

Solved

I am developing an application which needs to display Malayalam text on the screen, on a LabelField. The text is now displaying like the following '&#3356';'&#3375';'&#3376';'&#3...
Siddons asked 1/8, 2012 at 7:0

3

Solved

I am facing a problem with blackberry packaging, here is the error info C:\Users\Simon\AppData\Local\Temp\rapc_0c000678.dir\com\test\bbapp\Api$1.class: Error!: Invalid class file: Incorrect cla...
Disarming asked 16/2, 2012 at 22:33

1

Solved

I have a Blackberry project that I'm working on and I need to convert byte arrays of strings encoded using UTF-16LE (little endian) to a byte array of string in the UTF-16BE (big endian) encoding, ...
Zealotry asked 24/8, 2012 at 1:5

3

I want to add a jar file to my BlackBerry project. I have tried adding the jar file by the following manner -> Right click on project -> properties -> Build -> Imported jar files -> Add But aft...
Revet asked 2/6, 2011 at 6:4

3

Solved

I want to customize a ListField in BlackBerry which would be able to list an image and text in a row. How to accomplish this?
Secrete asked 9/12, 2009 at 7:20

© 2022 - 2024 — McMap. All rights reserved.