0
votes
1answer
26 views
Is MainScreen compulsory in BlackBerry applications?
Currently I've got 2 screens utilizing almost the same functionality and I'd rather extract common logic into some base class but the extend different RIM UI clases: MainScreen and …
1
vote
3answers
19 views
Blackberry - how to resize image?
I wanted to know if we can resize an image. Suppose if we want to draw an image of 200x200 actual size with a size of 100 x 100 size on our blackberry screen.
Thanks
-1
votes
0answers
43 views
blackberry Storm [closed]
Code for hide and display the keyboard when any button is pressed in blackberry storm 9530?
1
vote
1answer
25 views
A splash screen which doesnot just disappear but fades in/out.
I have a splash screen which appears for a few seconds before the application home screen is loaded. And then the home screen is pushed in.
But I need to fade out the splash scree …
1
vote
3answers
50 views
Blackberry - how to define screen title height?
Hi,
is there a possibility to define somehow title's height?
The main problem is a separator that is located under the actual title. So, possibly there is possibility to define s …
0
votes
1answer
14 views
Blackberry - how to animate Custom Field?
I have created a custom field class "Seek" to draw a fillrectangle.
class Seek extends Field {
int fill;
protected void layout(int width, int height) {
setExtent(320, …
0
votes
1answer
29 views
Blackberry - getLocation() method cannot be called from event thread
I want to get the longitude and latitude of device. I used location api to get the longtitude and latitude the problem now i am facing is i could not able to call the getLocation() …
0
votes
1answer
32 views
How can I make mobil version of an existing web site?
hi, We have a website coded with jsp-Java. Now, we want to show our website more userfriendly on blackberry etc. Is there any tool or method to do this issue more easier?
thanks f …
1
vote
1answer
16 views
Blackberry - set position of field on the screen?
I want to position my field at specified positions.
0
votes
1answer
21 views
How to handle Focuschangelistener in blackberry for this situation?
I am having three EditField i have a set focuslistener for the second editfield alone. when the focus is lost i am checking whether the field is empty or not if the field is empty …
1
vote
1answer
19 views
Blackberry 9000 getting HTTP error 406 When using WiFi.
So, I have a Blackberry 9000 application doing simple networking using HttpConnection. Everything works fine normally, when I go to urls of the form:
http://url.com
But I've dis …
1
vote
2answers
17 views
Architecting BlackBerry CRM / SFA applications
Hi, I am in process to start developing a Blackberry application (Proof Of Concept) on the lines of SalesForce and SalesNow CRM. I am a web developer with skills on LAMP technologi …
0
votes
0answers
20 views
ASP.Net TreeView not working in BlackBerry browser
I am using .Net TreeView control and it is working fine for IPhone and Android simulators but it is not working in BlackBerry.
Any Ideas how this can be fixed?
1
vote
1answer
28 views
How can I create a Custom Gauge Field which is better looking?
I need to create a custom gauge field which looks slimmer like a Blue thin line filling in.
Any ideas/resources?
1
vote
1answer
17 views
How does AlertListener work on Blackberry API 5.0?
Hello
Does the AlertListener interface works globally on all alerts on the blackberry device, or does it only work with alerts generated by your application?
In other words, can …
