Questions tagged [blackberry-9800]
2 questions
0
votes
2 answers
How to enlist my custom profile with the pre-existing ones
I wanted to make my own custom profile, and want to enlist it into existing ones..
Once the client will select my profile, The application will put certain business
activities.

Jitendra kumar jha
- 243
- 1
- 2
- 12
0
votes
1 answer
Detecting orientation change on BlackBerry 9800 via JavaScript
I have a bit of JavaScript (jQuery) to catch orientationchange and create a JS alert when triggered:
$('document').ready(function(){
$('body').bind('orientationchange', function(e){
alert('orientation change triggered');
…

DA.
- 39,848
- 49
- 150
- 213