Hello,
           One of my programs (palm os 5.x) require a password field in
login form that display an astric (*) character like the normal password
fields, when the user type in the password. Since there is no password field
with an astric support on palm, I created this field manually, and replaced
the normal characters with astrics and picket up the normal characters in a
temporary buffer. The code workd fine untill the user tries to use the
Virtual Keyboard. The virtual keyboard seams to paste the text in the field
handle, bypassing my logic where I handle it character by character.
How do I interface the virtual keyboard and the text field. which event
should I capture so that I can pick up the text transfered by the virtual
keyboard before it reaches the field or at least replace it with astrics,
before the user sees the text.

Thanks,
Manpreet Singh



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

Reply via email to