Messages by edirlei

2 topics, 3 messages
Kuix bug report » Wrong keys

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

Kuix bug report » Wrong keys

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.

Kuix technical support » Progress Dialog

Hello,

Is possible create a progress dialog? How I can do it?

Thank you