
20-08-2003, 02:03 PM
|
|
Registered User
|
|
Join Date: Aug 2003
Posts: 2
|
|
|
p800 j2me soft keypad
Hi im writing a program to run on the p800, this uses a grid ive written based upon the java.awt.canvas class.
Now I know that when my class instantiates this produces a soft keypad, what I'd like to know is how to (if possible at all) turn this keypad off as it is using screen space I need for other things.
Thanks Michael
|

20-08-2003, 03:04 PM
|
 |
Registered User
|
|
Join Date: Jan 2003
Location: Groningen, Holland
Posts: 2,385
|
|
|
I think you can better ask this in the developpers-forum(s)...
__________________
UIQ Moderator --> herbert AT allaboutsymbian DOT com
|

20-08-2003, 03:26 PM
|
 |
Super Moderator
|
|
Join Date: Oct 2002
Location: Norway
Posts: 2,231
|
|
|
The P800 has a rather poor MIDP implementation. I would suggest the use of Personal Java if you want to utilise the entire screen area for your application.
__________________
Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
|

08-09-2003, 09:09 AM
|
|
|
|
details
Hi,
What do you mean by poor implementation?
Thanks
john
|

08-09-2003, 10:16 PM
|
 |
Super Moderator
|
|
Join Date: Oct 2002
Location: Norway
Posts: 2,231
|
|
|
Hi John,
Well, from what I've experienced, alot of MIDlets won't even work properly in the P800. Many of them will start fine, but when you close the app and try to restart it shortly after, it simply won't start, and you have to restart the actual unit to get them to work.
And then there is the annoying soft keypad... I know it's because most of the J2ME MIDP apps were written with an actual hardware keypad in mind, but still...
Midlets also appears to work somewhat slower than those written in Personal Java.
I've encountered only one midlet that works well and takes advantage of the screen area (no soft keypad), which means it should be possible to develop good midlets for the P800 though.. So I might be wrong in saying that MIDP is not well implemented in the P800, but rather that there's compatibility issues...
Anyway, this is only from a user point of view, I don't know the technical aspects here.
__________________
Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
|

09-09-2003, 09:23 AM
|
|
Registered User
|
|
Join Date: Aug 2003
Posts: 2
|
|
|
Hi I found what u said very interesting.
Could you tell me which midlet didnt show the soft keypad as Ive never been able to get rid of it but if it is possible ill give it a try.
Michael
|

09-09-2003, 01:37 PM
|
 |
Super Moderator
|
|
Join Date: Oct 2002
Location: Norway
Posts: 2,231
|
|
Yes, SMSXtender doesn't have that soft keypad. You can contact the developer @ support@simeda.com .
__________________
Chuck Norris doesn't read books. He stares them down until he gets the information he wants.
|

09-09-2003, 08:45 PM
|
|
Registered User
|
|
Join Date: Dec 2002
Posts: 33
|
|
|
SMSXtender doesn't have the soft keypad because it's not using an instance of the Canvas class for any if it's screens. Rather, it uses instances of the Form class, which will not display the keypad.
Regards,
/Cruizer.
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT. The time now is 03:50 AM.
|
|