Hi Ben, That is interesting. So the solution would be to handle this event (handled = true) and generate a new keyDownEvent with data.keyDown.chr = '*'? I'd also add a "signature" (like setting screenX to 0xFFFF) so that you know the event should be ignored when it appears in your event handler - to allow '*' to be part of any password.
I guess you could also handle the event (handled = true) and insert '*' into the field yourself, but this seems like more work. How you would do it? Regards, Peter http://www.whizoo.com Contractor for hire (PalmSource Certified Developer) Source code available for all apps!! BtSerial Pro - Serial Port Client for the Palm OS BtSerial - Bluetooth Serial Port Client for the Palm OS BtServer - Bluetooth Serial Port Server for the Palm OS Net Sync - Programmatically manipulate network settings RegCode - Add registration code support to your app -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
