I'm still working on masking a password field and am now forced to deal with the user selecting the keyboard modal form and entering text that way. I've looked through the books I have and I can't find how this works. I assume when the keyboard form is displayed it just gets a copy of what's in the fields text handle. I'm also assuming that when the user taps done that the text handle is then substituted for the fields text handle.
What events get generated in the process and how I can get the text handle from the keyboard form?
As far as I know, once the keyboard form opens up, you have lost control. I think your only option is to catch the keyboard open character and ignore it. If you want it, you might be able to write your own. I think you might have access to that form resource somehow if you want to use it.
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
