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

[REBOL] Re: fields and keyboard

From: brett:codeconscious at: 31-Jan-2002 22:31

Ooo I like that. :) Brett. ----- Original Message ----- From: "Cyphre" <[cyphre--seznam--cz]> To: <[rebol-list--rebol--com]> Sent: Thursday, January 31, 2002 8:47 PM Subject: [REBOL] Re: fields and keyboard Hi, I didn't read all about this thread but if I understand it here is another solution: stylize/master [ upper-case-field: field with [ feel: make feel [ redraw: func first :redraw append second :redraw [if act = 'show [face/text: uppercase face/text]] ] ] ] view layout [ upper-case-field ] regards Cyphre