Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[ALLY] hidden password field

 [1/9] from: fsievert:uos at: 1-Aug-2000 12:35


Hi! Some time ago someone wanted to know how to create a field in which you can type in something hidden. (like ask/hidden, but for /view). Since I needed this field too, I made one. Try it at my REBsite do http://www.fx5.de If you are not interested in password-field, you can also play my REBtris there ;) Greetings, Frank

 [2/9] from: petr:krenzelok:trz:cz at: 1-Aug-2000 15:50


[fsievert--uos--de] wrote:
> Hi! > Some time ago someone wanted to know how to create a field in which you
<<quoted lines omitted: 3>>
> If you are not interested in password-field, you can also play my REBtris > there ;)
Hey man! That's great. That's fun. Very nice feature for drag & move face in the right/lower corner of password/sourcecode :-) Keep-up good work ... Cheers, -pekr-

 [3/9] from: fsievert:uos at: 1-Aug-2000 18:09


On Tue, 1 Aug 2000 [allenk--powerup--com--au] wrote:
> > Some time ago someone wanted to know how to create a field in which you > > can type in something hidden. (like ask/hidden, but for /view).
<<quoted lines omitted: 11>>
> 2. If you type quickly you can see the password flash up the plain text as > view redraws.
Thank you, sounds like I uploaded a wrong version. I uploaded a better one now, without these bugs. Greetings, Frank

 [4/9] from: allenk::powerup::com::au at: 1-Aug-2000 23:41


----- Original Message ----- From: <[fsievert--uos--de]> To: <[ally--rebol--com]> Sent: Tuesday, August 01, 2000 8:35 PM Subject: [ALLY] hidden password field
> Hi! > Some time ago someone wanted to know how to create a field in which you
<<quoted lines omitted: 5>>
> Greetings, > Frank
Hi Frank, Nice site. Had lots of fun playing REBtris A couple of things, I thought you might like to know about doing the 'password field in the way you have. 1. If someone highlights the field and copies and pastes it to another editor they can see the real text of the password. 2. If you type quickly you can see the password flash up the plain text as view redraws. I'm going back to play more rebtris... Cheers, Allen K

 [5/9] from: brian:hawley:bigfoot at: 2-Aug-2000 3:42


Hi Frank! I love your Reb page! A slight suggestion though, not View-specific. You embedded the REBOL code like this (your real code skipped): <REBOL> <!-- REBOL [] do stuff ; --> </REBOL> It would work a little better if you did this in the future: <REBOL> <!-- [ REBOL [] do stuff ] --> </REBOL> If you embed a REBOL script as a block, it won't try to evaluate the rest of the page - it will skip everything after the block. Your page isn't really affected by this, but it might be if you embed the actual script in the page instead of a do reference. Just a little tip. I love REBtris though! Brian Hawley At 12:35 PM 8/1/00 +0200, you wrote:

 [6/9] from: petr:krenzelok:trz:cz at: 2-Aug-2000 10:17


Hi Allen, your movement of title-bars is much faster, than those of Frank ones, what's your technique used? -pekr- [allenk--powerup--com--au] wrote:

 [7/9] from: allenk:powerup:au at: 2-Aug-2000 10:24


----- Original Message ----- From: <[fsievert--uos--de]> To: <[ally--rebol--com]> Sent: Wednesday, August 02, 2000 2:09 AM Subject: [ALLY] hidden password field Re:(2)
> > On Tue, 1 Aug 2000 [allenk--powerup--com--au] wrote: > > > > Some time ago someone wanted to know how to create a field in which
you
> > > can type in something hidden. (like ask/hidden, but for /view). > > >
<<quoted lines omitted: 3>>
> > > > > > If you are not interested in password-field, you can also play my
REBtris
> > > there ;) > > > > > 'password field in the way you have. > > 1. If someone highlights the field and copies and pastes it to another > > editor they can see the real text of the password. > > 2. If you type quickly you can see the password flash up the plain text
as
> > view redraws. > > Thank you, sounds like I uploaded a wrong version. I uploaded a better one > now, without these bugs. > > Greetings, > Frank >
wow, that is a much better one.. Cheers, Allen K

 [8/9] from: fsievert:uos at: 2-Aug-2000 16:31


On Wed, 2 Aug 2000 [allenk--powerup--com--au] wrote:
> > Hi Allen, > >
<<quoted lines omitted: 11>>
> improvement. > lay/effect: [fit]
I changed it. Now there is a big image in the background and no effect. On my machine the speed improvement is not very much. In fact I can only see it, when I drag the Zoom-Face. Frank

 [9/9] from: allenk:powerup:au at: 2-Aug-2000 23:52


----- Original Message ----- From: <[Petr--Krenzelok--trz--cz]> To: <[ally--rebol--com]> Sent: Wednesday, August 02, 2000 6:17 PM Subject: [ALLY] hidden password field Re:(4)
> Hi Allen, > > your movement of title-bars is much faster, than those of Frank ones,
what's
> your technique used? > > -pekr-
Hi Petr, Pretty much the same technique, though I've got some minimum drag testing in there too. One reason Frank's are slower on the drag is because the main window is using a ['fit] effect on the background image, and effects are currently recalculated when a face needs to be redrawn. It is almost the same issue that you and I discussed a month or so back, regarding the underline speed of links in the RT Reb. comment out this one line in %wwr.r , and there is an immediate speed improvement. lay/effect: [fit] Cheers, Allen K

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted