> 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 -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
