The virtual keyboard dialog runs its own event loop, so your application's
event loop won't see those events. What it will see is a fldChangedEvent
used to get the field to react to the change in it's text made by the
keyboard dialog when it is closed. Note that this means it's impossible to
keep users from entering specific characters into a field (other than the
numeric option), since the user can enter any character via the keyboard
dialog.
-- 
Peter Epstein

> ----------
> From:         Gabriel Covert
> Reply To:     Palm Developer Forum
> Sent:         Monday, May 7, 2001 6:21 AM
> To:   Palm Developer Forum
> Subject:      Possible to capture characters entered on virtual keyboard?
> 
> The virtual keyboard on a Palm device doesn't seem to raise a keyDownEvent
> when characters are entered from it.  Is there any way to see if a "key"
> is
> pressed on the keyboard?  Thanks!
> 
> Gabe Covert
> 
> 
> 
> -- 
> For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/tech/support/forums/
> 
> 

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to