I also use a hidden field because the underlying password is encrypted, and the 
actual field being obscured has the hash. I have a little eyeball icon that 
when mouseDown'd decrypts the underlying password and hides the bullet field. I 
haven't taken the time to obscure the password AS it's being typed. I suppose I 
should. 

I use asterisks because it's easy, but on rawKeyUp you can send a command in 
time to set the imageSource to a graphic of a bullet (unless you want to deal 
with the varied bullet symbols for each platform ICK). The RawKeyUp handler can 
also trap cut/copy. 

Bob S


> On Mar 21, 2017, at 07:06 , J. Landman Gay via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> I've used this simple technique for years:
> 
> < 
> http://runtime-revolution.278305.n4.nabble.com/custom-password-dialogue-tp290635p290644.html
>  
>> 
> 
> --
> Jacqueline Landman Gay         |     jac...@hyperactivesw.com
> HyperActive Software           |     http://www.hyperactivesw.com


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to