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

[REBOL] Re: FACE questions

From: rotenca:telvia:it at: 13-Jan-2003 11:21

Hi Robert,
> > Are asking this? > > > > make-face 'area > > Hi, well my question wasn't specific enough: How do I convert a face > with style FACE to a face with style AREA? I have played around a bit > and it seems to be sufficient just to use face/style: 'AREA Robert
The problem is what goal you want. If you want the text editing, you should change also feel, colors and flags: area: make-face/spec 'face [ init: [] style: 'area feel: ctx-text/edit colors: reduce [svvc/field svvc/field-select] flags: copy [flags tabbed] ] Pay attention, there are differences between: face face of style 'face svv/vid-face blank-face --- Ciao Romano