View Single Post
Old 07-21-2006, 11:35 PM   #1
guantana
New Member
 
Join Date: Jul 2006
Model: 7100
Posts: 2
Default Alert gives illegal argument exception on 7100.

Please Login to Remove!

Hello all,
I have made an j2me application which is running perfectly on all java supported phones. But when i tried to run it on blackberry7100 then i encountered some issues that i could not figure out..

please note that i have not used any blackberry api. All the api's that i have used are midp api's.
Issues are: -

1.) Alert on display gives illegal argument exception. Does alert behaviour different on blackberry.

2.) I had a gauge thread which run in infinite while loop and it call for repaint after fix interval of time. But with the gauge thread application get blocked in blackberry. And when i remove gauge thread, application runs perfectly. <b>So does blackberry gives trouble when any external thread try to repaint the screen.</b>

3.) keycode that i receive in keyPressed() and keyReleased() are different for the same key.

Please help....
Guantana
Offline