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

[ALLY] Frank's password-style.r

 [1/4] from: greg_piney::mcgraw-hill::com at: 9-Aug-2000 12:54


Frank, I discovered a small bug. If you TAB to the password field, It does not work properly. If you click on the field, all is OK. TIA, Greg Piney S&P Web Engineering

 [2/4] from: fsievert:uos at: 9-Aug-2000 21:44


Hi Greg! You're right. Try to add the if all [system/view/caret face/text == head system/view/caret] [system/view/caret: at face/password index? system/view/caret] as the first line of function "engage" and it should work, i think. I will try it out tomorrow and upload the new version to my Rebsite. CU, Frank On Wed, 9 Aug 2000 [greg_piney--mcgraw-hill--com] wrote:

 [3/4] from: greg_piney:mcgraw-hill at: 19-Sep-2000 12:03


Frank, Have you done a version of password style that works with the new version of /View? I'm interested in it if you did. Thanks, Greg Piney S&P Web Engineering [fsievert--uos--de] on 08/09/2000 03:44:51 PM Please respond to [ally--rebol--com] To: [ally--rebol--com] cc: (bcc: Greg Piney/McGraw-Hill/US) Subject [ALLY] Frank's password-style.r Re: : Hi Greg! You're right. Try to add the if all [system/view/caret face/text == head system/view/caret] [system/view/caret: at face/password index? system/view/caret] as the first line of function "engage" and it should work, i think. I will try it out tomorrow and upload the new version to my Rebsite. CU, Frank On Wed, 9 Aug 2000 [greg_piney--mcgraw-hill--com] wrote:

 [4/4] from: fsievert:uos at: 19-Sep-2000 18:34


On Tue, 19 Sep 2000 [greg_piney--mcgraw-hill--com] wrote:
> Frank, > > Have you done a version of password style that works with the new version of > /View? > I'm interested in it if you did.
Newer versions have a password style build in, so I think it is not needed. view layout [field hide] Frank