Hi, I can`t detect a soft button event, my codes:
protected void keyPressed (int keyCode)
{
...
}
this protected void work for 0,1,2,3,4,5,6,7,8,9,#,* but no soft buttons...
Boki - 29 Apr 2005 02:59 GMT
Hi, I test keyPressed() that can't report soft keys on S700i, K700i,
K750i...
I believe there is something wrong, but what should I do more?
I only get the value that keyPressed() evet bring to me...
and there is nothing happen when I press soft keys...
Thank you very much.
Best regards,
Boki.
"Boki" <bokiteam@ms21.hinet.net> ¼¶¼g©ó¶l¥ó·s»D:d4s1en$43$1@netnews.hinet.net...
> Hi, I can`t detect a soft button event, my codes:
>
[quoted text clipped - 5 lines]
> this protected void work for 0,1,2,3,4,5,6,7,8,9,#,* but no soft
> buttons...
Boki - 29 Apr 2005 08:58 GMT
It seems soft key only work in full screen mode.
Boki.
"Boki" <bokiteam@ms21.hinet.net> ¼¶¼g©ó¶l¥ó·s»D:d4s4dq$38k$1@netnews.hinet.net...
> Hi, I test keyPressed() that can't report soft keys on S700i, K700i,
> K750i...
[quoted text clipped - 20 lines]
>> this protected void work for 0,1,2,3,4,5,6,7,8,9,#,* but no soft
>> buttons...
Darryl Pierce - 29 Apr 2005 11:27 GMT
> Hi, I can`t detect a soft button event, my codes:
>
[quoted text clipped - 4 lines]
>
> this protected void work for 0,1,2,3,4,5,6,7,8,9,#,* but no soft buttons...
See the other thread where I answered this question. Basically, the
handset's not required to report any keys but the ITU-9 keypad. Soft
keys are covered by the Command object...

Signature
Darryl L. Pierce <mcpierce@gmail.com>
Visit my homepage: http://mcpierce.multiply.com
"By doubting we come to inquiry, through inquiry truth." - Peter Abelard
Boki - 29 Apr 2005 13:20 GMT
I got it, but our customer need it.... :)
I found that can be done by fullscreen mode, and that only support MIDP2.0
phones.
Best regards,
Boki.
"Darryl Pierce" <mcpierce@gmail.com>
???????:3Ynce.11345$lf2.7842@bignews6.bellsouth.net...
>> Hi, I can`t detect a soft button event, my codes:
>>
[quoted text clipped - 9 lines]
> handset's not required to report any keys but the ITU-9 keypad. Soft keys
> are covered by the Command object...