Hi Carl, I'm not sure if this little hack will meet your needs:
view layout [field [print "x"] with [feel/detect: func [f e][if all [e/type = 'down not-equal? f system/view/focal-face] [do-face f none] e]]] regards, Cyphre ----- Original Message ----- From: "Carl Read" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 05, 2002 10:26 AM Subject: [REBOL] Altering the feel of fields. > Hi all, > > How would you get a field to evaluate its block when the field is > activated as well as when you press Enter? ie, so "x" here... > > view layout [field [print "x"]] > > is printed when you first click on the field. I've spent a lot of > time playing with feel in an attempt to get this working but without > any luck... > > -- > Carl Read > > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. > > > -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
