a rant about password fields

Creating desktop or client-server database solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
karmacomposer
Posts: 361
Joined: Wed Apr 27, 2011 2:12 pm

a rant about password fields

Post by karmacomposer » Thu Jul 28, 2011 5:26 pm

In almost every language i can think of there is a switch or command to hide the text with dots or asterisks but keep the text intact. As far as I can see with livecode no such functionality exists. I wish runrev would address this.

What do you think?

Mike

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Re: a rant about password fields

Post by mwieder » Thu Jul 28, 2011 8:32 pm

Nothing makes my day like a good rant once in a while <g>

Check out the "ask password" feature in the dictionary if you can live with a separate dialog window for password input. Otherwise, check out the password field control in my PowerTools stack (there's a demo version on revOnline), or just put a script into a normal field control that checks for keyUp and rawKeyup and does the right thing, storing the actual input text in a variable or a custom property or some other such trick.

WaltBrown
Posts: 466
Joined: Mon May 11, 2009 9:12 pm

Re: a rant about password fields

Post by WaltBrown » Sat Dec 10, 2011 6:34 am

I need to find my old copy of Racter...
Walt Brown
Omnis traductor traditor

Post Reply