9
votes
5answers
976 views
Blackberry Development Tips, Tricks & Gotchas
I'm looking to get into developing software for the Blackberry platform. I know they've got a great IDE plug-in for Eclipse and I've got their Storm simulator running on my laptop, …
0
votes
1answer
17 views
How to implement a searchable TreeField?
I got how to implement a TreeField. But how to implement a searchable TreeField?
0
votes
6answers
51 views
How to fire click event on new app. icon set using HomeScreen.updateIcon(bitmap) ?
Hi all,
I m changing the app. icon using HomeScreen.updateIcon(bitmap) when app. is in background.
Now how to fire click event when I click on this new app. icon like when I clic …
0
votes
1answer
32 views
Query related to Connection type BIS-B Socket in Blackberry application
Hi all,
I am trying to establish BIS Socket connection. I am able to establish BIS Http connection from my service provider.
I have downloaded one chat application that checks ne …
1
vote
3answers
53 views
How to get time format of current TimeZone ?
I m getting current time zone as ,
String defaultTimeZone = ""+TimeZone.getDefault();
Now I want to get its time for which I m using ,
SimpleDateFormat dateFormat = new SimpleD …
1
vote
0answers
93 views
BlackBerry Storm AccelerometerListener not being notified on first orientation change
This seems to be a well-known issue right now, but the accepted workaround doesn't seem to be working for us.
On the BlackBerry Storm (JDE 4.7, standard set of 4.7+ simulators), t …
1
vote
4answers
36 views
How to iterate through Blackberry Resource fie?
Hi all,
How to iterate the keys in a Resource fie (.rrc) in a loop & how do I get the length or the no. of elements in the resource file, I mean the end of the file ?
1
vote
3answers
118 views
How to access image stored in Blackberry using Bitmap.getBitmapResource() ?
I want to access an image stored in Blackberry, say at location "store/home/user/image.png" .
Now can i access this image as,
String filePath = "file:///store/home/user/image.png …
0
votes
0answers
53 views
Prevent zoom on Blackberry Storm
For web pages that are being viewed in the iPhone, you can add the following meta tag to disable to zoom feature:
<meta name="viewport" content="width=320; initial-scale=1.0; m …
1
vote
4answers
126 views
Blackberry - how to start my own service at phone boot-up?
I want to start my own service implementation when the phone starts?
How to achieve it?
1
vote
6answers
96 views
Communication Handling using Service in Blackberry 4.5
Hi all,
I am developing an app. (like google talk) which at phone boot-up starts a background service which is continuously running. This service interacts with UI (means any requ …
1
vote
2answers
82 views
Customized Checkboxes
Hi,
I am trying to implement image as checkbox.
I have a list with 2 columns and I want to display checbox image on right side, as a third column.On clicking that image ,the ima …
-2
votes
0answers
21 views
adding images on screen like [img1][img2][img3] and sub images in black berry
adding images on screen like [img1][img2][img3] and sub images in black berry
1
vote
1answer
181 views
Blackberry Storm Emulator - TouchGesture events not firing, how to get a Swipe to work?
Been playing with the Storm Emulator and the 4.7 JDE, for the life of me I can't figure out how to fire gesture events in the emulator.
Below is the touch event code for the RIM s …
0
votes
4answers
164 views
problem in displaying BitmapFields in HorizontalFieldManager in a row in Blackberry Storm
I had created a HorizontalFieldManager & added BitmapFields in that.
In Blackberry Storm, Display.getWidth() is 480. In that I want to use first 450 to add some BitmapFields …
