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

[REBOL] Re: [VID][edge] How do I remove 'bevel from edge?

From: atruter:labyrinth:au at: 15-Feb-2004 10:02

Thanks Gabriele,
> The line: > > if face/edge [face/edge/effect: pick [ibevel bevel] face/state] > > is the culprit.
I've now got it working by this simple addition to the 'init block: feel/redraw: func [face act pos][ face/text: either face/state [face/texts/2] [face/texts/1] ] It never ceases to amaze me just how elegant VID is! ;) Regards, Ashley