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

[REBOL] Re: multicolor-text / scrolling

From: carl:rebol at: 1-Jun-2001 2:36

> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of > Maarten Koopmans > Sent: Friday, June 01, 2001 12:56 AM > To: [rebol-list--rebol--com] > Subject: [REBOL] multicolor-text / scrolling > > Hi, > > I'd like to do multicolor text in a text VID element, is that possible? I > don't get how para and the likes work.
Cannot be done within a single face. Requires multiple faces.
> And I also like to be able to do scrolling myself, has anybody a > good sample > or some docs?
Text scrolling or face scrolling? Text scrolling is done by modifying face/para/scroll. Face scrolling is done by modifying face/offset. Each has its advantages. If you search the library for "scroll" there should be a number of examples there.