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.
if appropriate for your app, you could also catch the vchrKeyboard, vchrKeyboardAlpha and vchrKeyboardNumeric key events and handle them in the same way.
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
