Page 1 of 1

[windows mobile] key event issue

PostPosted: Feb 18, 2009 @ 2:44pm
by mamahow

PostPosted: Feb 19, 2009 @ 4:59pm
by edge
Hi Mamahow,

Currently it's not possible to use the VK_TEND key, it will probably be added to a later EDGELIB release.

For locking the keys in your application we recommend setting the lockkeys setting to false. Then you can handle the locking of keys yourself. Please refer to the Windows Mobile functions:
GXOpenInput/GXCloseInput
SHSetAppKeyWndAssoc

You can also try to return true in your OnNativeEvent callback function.

PostPosted: Feb 23, 2009 @ 7:33am
by mamahow

PostPosted: Feb 23, 2009 @ 8:26am
by edge