> Cool thanks.. I'll have to look in to how to trap those, never done 
> it before.  I've gotten complaints from some users that the password is
> visible when they enter it.. so i my boss says, make it so they can turn
> that off :)  oh well

  not too difficult.. just put a keyDownEvent: case in your event->eType
  switch statement, check if your field (the one you want to *** out)
  has focus and if it does, process.

  you might want to look out for cut and pasting scenarios too. maybe
  it would have been better if palm created a password attribute? :>
  you never know, maybe they have :>

// az
[EMAIL PROTECTED]
http://www.ardiri.com/    <--- free games!


-- 
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