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

[REBOL] Re: info abuse?

From: gregg::pointillistic::com at: 27-Aug-2007 19:55

> I needed a user-readonly 'area in one of my windows for logging > progress > info so I > just resized an 'info to hold about 50 lines and went with that. > > When I try to clear its text, all lines but the first line get > cleared and > the first character of that > line is replaced by some non-printable ASCII char (a square box).
For multiline styles, REBOL caches line wrap info in an internal facet. If you're using a recent release of REBOL, hat supports face accessors, CLEAR-FACE or RESET-FACE should do what you want. --Gregg