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

[REBOL] Re: Altering the feel of fields.

From: cyphre::seznam::cz at: 5-Jun-2002 17:03

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