Questions tagged [rim-4.5]
24 questions
1
vote
2 answers
Communication Handling using Service in Blackberry 4.5
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 request to server is first sent from UI to service & from service to server) & any…

Shreyas
- 209
- 1
- 7
- 16
1
vote
1 answer
Notification Service for Blackberry OS 4.5 application
I am developing an application similar to email application.Whenever new message is received my notification service should indicate change to user by updating icon,also, the notification service should continuosly listen to server for incoming…

iOSDev
- 3,617
- 10
- 51
- 91
1
vote
1 answer
Blackberry - background image/animation RIM OS 4.5.0
Please help me, how to set a background image for screen and How to do animations on any-field or on text?
Thank You....

Jessu
- 2,069
- 1
- 15
- 19
1
vote
1 answer
net_rim_cldc not found
I am getting error as : module net_rim_cldc not found while debugging application on real device.
I am using device Pearl 8100 with v4.5.0.81
and
eclipse JDE plugin with component pack 4.5.
I have read on forum that if there is difference between…

iOSDev
- 3,617
- 10
- 51
- 91
0
votes
2 answers
BlackBerry LongClickListener implementation
I need to implement OnLongClickListener for BlackBerry platform.
It may be used for user input (ex phone keyboard implementation) or other functionality (navigation, rewind control, zoom control, etc).
There are requirements:
target control to…

Maksym Gontar
- 22,765
- 10
- 78
- 114
0
votes
2 answers
How to setBackground of Field in Blackberry 4.5?
I have defined a BitmapButtonField in Blackberry. But the default grey color background does not go. And the Bluish onFocus border?
How to change them in BB 4.5

Parth mehta
- 1,468
- 2
- 23
- 33
0
votes
1 answer
How to set DateField value using a string containing the date and time?
I have the following string "29/05/2012 12:11 PM"
i want to add this value to a DateField
i did it like this:
String dateTime = "29/05/2012 12:11 PM";
long initialDateTime = System.currentTimeMillis();
SimpleDateFormat SDF_DateTime = new…

Ashraf Bashir
- 9,686
- 15
- 57
- 82
0
votes
2 answers
How can I use A dialog with No BUTTON and automatically Closes? On BlackBerry
I need to use a dialog. That appears 2-3 seconds and after closes automatically.
Which object should I use On BlackBerry?

atasoyh
- 3,045
- 6
- 31
- 57
0
votes
1 answer
SOAP Request fails with "Invalid service URL" error
My BlackBerry application consumes axis2 web services. SOAP POST HTTP request constantly fails with this error "Invalid service URL". I launch my app in 8800 simulator with ";deviceside=false" option specified. MDS is running.
I can't test my app…

nixau
- 1,095
- 1
- 14
- 27