I\'ve already followed the directions @ Using preprocessor directives in BlackBerry JDE plugin for eclipse? for making sure the blackberry plugin preprocessing hook is (theoretically) enabled.
I want my BlackBerry app to open a website when I focus on its name. Can anybo开发者_开发知识库dy tell me how to do that?final LabelField label = new LabelField(url,LabelField.FOCUSABLE);
I am trying to detect when the shift key (either side) is held down by the user (without pressing any other keys), but I can\'t figure out to do this. This is the only thing I found to detect pressing
How to get the selected Item as string when using a BlackberryAutoComplete Field. I am able to get the selected index currently. I am Overriding the onSelect method in the AutoCompleteField class as e
The documentation for Field in the BB 4.7 API @ http://www.blackberry.com/developers/docs/4.7.0api/net/rim/device/api/ui/Field.html#navigationClick(int,%20int) shows that the source of a navigationCl
I have a program that is compressing a string in an unknown way. I know a few inputs and the output produced, but I am no开发者_StackOverflow中文版t sure what is being used to compress the string.
Is there any difference between creating a direct link to a file on a server, and doing something like reading the file from a location and setting the content type header then streaming back the data
I want my application according to s开发者_开发知识库ome event, it comes to the background and light up the screen so the user notice that the blackberry has something.You can use the Backlight API li
What XML-parser do you recommend for the following purpose: The XML-file (formatted, containing whitespaces) is around 800 MB. It mostly contains three types of tag (let\'s call them n, w and r).
I have an array of CheckboxField[] elements that I need to dynamically initialize. My sample code is -