Matt Graham wrote:
ernie nichols wrote:
I'm working on an app that is using an alpha field to input leading
search characters for incremental dynamic access to a database. I
can't find how to detect the event when the keyboard is finished and
places the results back into the field. When using graffiti directly
into field I use keyDownEvent to look at the field contents and can
proceed from there but have been unable to find how to detect when
keyboard is dismissed by the user when using that input method.
on fldEnterEvent, call SysKeyboardDialog(). the function will return
when the keyboard is done.
I would like the user to select the keyboard if (s)he wants to ...
perhaps catching the vchKey... events would work, I'll have to think
about that and try some experiments.
if appropriate for your app, you could also catch the vchrKeyboard,
vchrKeyboardAlpha and vchrKeyboardNumeric key events and handle them in
the same way.
thnks.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/