Re: Password field code to share?

2017-03-21 Thread Bob Sneidar via use-livecode
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

Re: Password field code to share?

2017-03-21 Thread J. Landman Gay via use-livecode
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 On March 21, 2017 4

Re: Password field code to share?

2017-03-21 Thread Trevor DeVore via use-livecode
On Tue, Mar 21, 2017 at 7:46 AM, Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > thanks for sharing this smart solution. > You're welcome. > Did you ever had any issues loading the font on any platform or is that a > near 100% reliable approach? > I have been using

AW: Password field code to share?

2017-03-21 Thread Tiemo Hollmann TB via use-livecode
-livecode Gesendet: Dienstag, 21. März 2017 13:16 An: How to use LiveCode Cc: Trevor DeVore Betreff: Re: Password field code to share? On Tue, Mar 21, 2017 at 4:48 AM Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > > there have been several solutions

Re: Password field code to share?

2017-03-21 Thread Trevor DeVore via use-livecode
On Tue, Mar 21, 2017 at 4:48 AM Tiemo Hollmann TB via use-livecode < use-livecode@lists.runrev.com> wrote: > > there have been several solutions for password fields around the community > (Eric Chatonet, .), but all I have seen so far are not complete (e.g. no > copy/paste) or safe in handling or

Password field code to share?

2017-03-21 Thread Tiemo Hollmann TB via use-livecode
Hello, there have been several solutions for password fields around the community (Eric Chatonet, .), but all I have seen so far are not complete (e.g. no copy/paste) or safe in handling or not fully handling all chars. The most comprehensive solution I have seen is based on the input of "rawKeyDo