Hello .... can anyone help me for solving the below question.
I am making an application for blackberry in that from one bitmapField i have to invoke a new screen by clicking on the bitmapField. I want the code for the same... how to invoke a new screen by clicking on a bitmapField... and i am using blackberry JDE 4.7
...
Hi,
I am creating a resource file using
ResourceBundle _resources = ResourceBundle.getBundle(BUNDLE_ID, BUNDLE_NAME);
Now i want to create another Resource file in that same class.
Can i do it in the same way like for first Resource file ?
The interface ResourceFile.java is an auto-generated file. Then how to view it ?
...
i can't seem to figure what i'm doing wrong. i am simply trying to call a .net web service method from my BB application. when i call a method that DOES NOT require parameters, i get a valid string response and everyone is happy. however, when i call a method that requires parameters (and i pass those parameters within the invoke() call)...
I need to know if the Zxing RIM build works on the latest Blackberries to scan 1d bar codes.
Thanks for the help!
...
Hi.. I am developing an application which includes Custom Audio Player for playing songs from remote server...For audio streaming i am making use of BufferredPlayBackDemo shipped with JDE...The problem is that the songs stream and play well in all devices(BOLD 9000 , 9700 , Curve 8900, 8330 etc) but on Storm there is an intermittent loop...
inside my blackberry application, i redirect the user to a predetermined website. before sending them to the website, i wanted to programatically close the application since there is no longer a need for that app to be open. what class or method can i use to close my application?
thank you for your help.
ac
...
i want to create sub menu for a BB application
when i click on menu item it shows
Option 1
Option 2
Option 3
When i click on option 3 it should display
1
2
3
as sub menu items..
using j2me + eclipse
...
I have an application that makes many subsequent calls to a REST service for batching data to a database on the BlackBerry devices. I have tried several methods of using HttpConnection with various streams to see which might perform the best. So far to the same service other Platforms like Windows Mobile and iPhone can handle the downloa...
Hi,
My PC configured behind a proxy server for internet access. I referred to the blackberry simulator related posts and changed my MDS server setting as follows
application.handler.http.proxyEnabled = true
application.handler.http.proxyHost=hostname
application.handler.http.proxyPort=hostport
application.handler.http.proxyUser=user...
I am trying to establish connection to following url :
" http://local.yahooapis.com/LocalSearchService/V3/localSearch?appid=0KOmkJ7V34Hvfo6oPV4YJaKmTz69b_UMMhOyBex5v24Gnyr3t4lrN26HBjwbfT.khg--&query=pepsi&latitude=37.79581&longitude=-122.38008&results=5"
The problem is that when i am trying to make an connection to abo...
Suddenly my changes are not getting reflected when I run my app.
I have tried the following things.
Restarted the eclipse and tried.
created a new eclipse workspace.
Uninstall and installed the blackberry jde.
As I read "Blackberry simulator not creating COD file", I have deleted some java files and images then tried.
Nothing works....
I want to grey out some menu items, so thay will be visible but disabled.
How to do this in blackberry?
...
I am new to blackberry development. I want to do data manipulation (CRUD) for a small project. Can you help me understand different options that can be used for blackberry data persistence for O.S 4.5? I want to know and explore all possible data persistence models for blackberry O.S 4.5.
I did some searching and found blackberry dat...
Each time I choose 'run' it creates a DebugServer (in the debug view). Almost all the context menu options are disabled, including 'Terminate' option.
Is there a way to get rid of these without restarting Eclipse (every dozen runs or so)?
Thanks,
Chris.
...
I am using a class in which I am loading some text and images in browser field by using html tags.Now I want to change the text dynamically, how to refresh the browser field once after loading the screen.
If I use onclick tag on html to detect the click event then How to use java scripts to do some functionality for that click event. I ...
When using an HttpConnection in a BlackBerry app, you often get HTTP cookies in the response headers. Unfortunately there are no built-in APIs to assist with the parsing of the cookie headers.
Has anyone found a third-party library to assist with the parsing of the cookie header(s) into a more useful data object? Creating some custom ...
Within my ListField, I want to be able to take any given long String, and just be able to wrap the first line within the width of the screen, and just take the remaining string and display it below and ellipsis the rest. Right now, this is what I'm using to detect wrapping within my draw paint call:
int totalWidth = 0;
int charWidth = 0...
Hi All,
I am talking about BlackBerry storm. Generally, it has two homescreens.
Is there any way programatically I can detect the two homescreens. I am
stuck in this.
The first home screen is where 1or 2 or 3 rows of icon appears and which
shows the background image(wallpaper).
The second homescreen appears after clicking on the firs...
I want to track that how many applications run in the particular time interval in blackberry curve 8900. Please let me know the API to program this?
...
I am developing message application in blackberry, but getting stucked with the coding. is there any source code to help me with the same. I referred developers guide, but keep getting error message while debugging.
...