Questions tagged [blackberry-os-v4.5]
7 questions
5
votes
10 answers
Application not getting deployed on Blackberry simulator
I am tried deploying .cod,.alx.jar files on blackberry simulator 8100;the application is not getting deployed on phone.I am using Blackberry plugin for Eclipse.
How can I solve this issue?
Please help
Update
Hi,
Thanks for your reply.
I am trying…

iOSDev
- 3,617
- 10
- 51
- 91
4
votes
2 answers
How to follow a "page auto-redirection" to get the response code?
I use the following code to get the returned response code of an aspx page
HttpConnection connection
= (HttpConnection) Connector.open("http://company.com/temp1.aspx"
+…

Ashraf Bashir
- 9,686
- 15
- 57
- 82
2
votes
1 answer
RichTextEdit with multicolored text?
How do I create a RichTextEdit using RIM 4.5 API that contains text with multiple colors?
For example I want to create a RichTextEdit as follows:
The Text is "Hello BB world"
"Hello" should be blue
"BB world" should be red
"BB" should be…

Ashraf Bashir
- 9,686
- 15
- 57
- 82
1
vote
2 answers
BlackBerry Device Date/Time Update Listener?
Is there a listener in RIM API which can detect that the user has changed the Date/Time settings of his Blackberry device ? I need to catch this event how could i do this ?

Ashraf Bashir
- 9,686
- 15
- 57
- 82
1
vote
3 answers
how to change a color in an image programmatically?
I have a .PNG image with a transparent background and a drawing in it with a black color, how could I change the "black drawing color" in this image to any color i want programmatically; using rim 4.5 API ?
THANKS IN ADVANCE ....

Ashraf Bashir
- 9,686
- 15
- 57
- 82
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