Handling native events

Hi,is there any way to handle the native events on the iPaq, like the activation of the virtual keyboard. Or if this is not possible, how can you manipulate the virtual keyboard: show/hide operations.Thx a lot,Dragos
[251 byte] By [DSpurlos] at [2007-9-26 13:53:22]
# 1

I used JNI to manipulate the SIP in order to turn off the word-completion feature for a password field in a Java app running on Ipaq using Jeode. I did that by starting with the code found here:

http://www.pocketpcdn.com/qa/wordcompletion.html

I made it JNI friendly, and made the call when my password field received focus. The code from the above also shows how to hide/unhide the SIP

Hope that helped,

-Brad

bhalbright at 2007-7-2 14:53:34 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
I should have mentioned that you can find sample code to find the hwnd of the underlying window in java here: http://community.borland.com/article/0,1410,20679,00.html-Brad
bhalbright at 2007-7-2 14:53:34 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
Thx a lot.Spurlos
DSpurlos at 2007-7-2 14:53:34 > top of Java-index,Java Mobility Forums,Java ME Technologies...