Wrong keys

4 messages - 171 views

Hello,
I use the Eclipse MOTODEV Studio to develop my applications, but in all motorola emulators the directional and others keys don't work.
In Wireless ToolKit emulator all the keys work correctly.
I think that is something wrong in the key codes used in Kuix.

Could you please try to download the KuixKeyValidator application and give me what you can see what numbers you can see on the screen ?

Hi,

The result is:

eventType: 11 and 10 when press

Codes:

UP = kuixKeyCode: 1
DOWN = kuixKeyCode: 32
LEFT = kuixKeyCode: 4
RIGHT = kuixKeyCode: 8
CENTER = kuixKeyCode: 16

SELECT and MENU = kuixKeyCode: 1073741824

1 = kuixKeyCode: 2048
2 = kuixKeyCode: 4096
3 = kuixKeyCode: 8192
4 = kuixKeyCode: 16384
5 = kuixKeyCode: 32768
6 = kuixKeyCode: 65536
7 = kuixKeyCode: 131072
8 = kuixKeyCode: 262144
9 = kuixKeyCode: 524288
0 = kuixKeyCode: 1048576
# = kuixKeyCode: 4194304
* = kuixKeyCode: 2097152

Ho yes, strange results. What is the model of your phone ?

Then for directionnal keys, only down doesn't work ?

Could you check # and * kuixKeyCodes, because it seem to be swap, is it a mistake or a Kuix bug ?

Else could you try to press tree time the * key and say me if you can see and debug info on the screen ?