PocketPC buttons

Previous topic - Next topic

mr_x

Is there any keycodes for this buttons?

[attachment deleted by admin]

Moru

You can make your own testcode for checking the button-codes with the KEY() command.

Something like this:

Code (glbasic) Select
WHILE TRUE
FOR n = 0 TO 254
IF KEY(n) <> 0 THEN PRINT "key: " + n, 50, 50
NEXT
SHOWSCREEN
WEND


Run this code on your target platform and you should get a key if it is possible for that button.

mr_x

Great solution, thanks.

RobinKinge

Hi Moru,

I have a Tytn II and the green 'make a call' and the red 'hang up' do not return keys. Are these readable in GLBasic?

Robin

Kitty Hello

I have not found a solution to access these 2 keys, yet. It's a real problem. On some phones they work, but not on all.