i am getting signed keys to my mail. i got 3 csi files and fallow the steps to install these keys which are give in main.
i am new to blackberry recently i am working on a camera application in which in the method initialize camera
I need to lock my application in portrait mode on a Storm(and Strom 2) device. I use Ui.getUiEngineInstance().setAcceptableDirections(Display.DIRECTION_PORTRAIT); for this.
This question already has answers here: 开发者_Python百科 Closed 10 years ago. Possible Duplicate: Embedded HTML control for Blackberry?
I generated the code as below, but reset button is not displaying between start and finish buttons. Any one help me to display the reset button?
I\'d like my user to take a picture as an attachment by using the buil开发者_开发技巧t in camera.
Hi I am trying to implement the interface SourceStream in my appli开发者_运维百科cation and overrides themethod read(byte[],off,len) and I read the bytes from a server.But I want to convert those byte
Details: I\'m working on a BlackBerry app, and one of t开发者_如何转开发he features is signature capture.For that I am using the sample code given here.
The BB OS 5.0 supports images for context menus. The API documentation says the image will be scaled to fit a square set by the height of the menu font. I find that totally unhelpful.
I wrote a hello world application. I want it so when the close button is pressed, the开发者_JS百科 application remains running in the background. How can I do that?This discussion might help you. (If