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

[ALLY] Re: Multicolored text fields

From: allenk:powerup:au at: 19-Apr-2001 23:48

----- Original Message ----- From: <[reboldes--bigfoot--com]> To: <[ally-list--rebol--com]> Sent: Wednesday, April 18, 2001 9:57 PM Subject: [ALLY] Multicolored text fields
> Hi,, because i'm still missing the possibility to view colors in Rebol
console (at least under the WIN os) and there is no native support for multicolored text fields and I need colors for my Rebol/view-mud client, i'm trying to do it with lots of faces...the result is this script:http://oldes.multimedia.cz/download/rmud-view.rwhich is able to display the text colored by special ascii/ansi (i never know what's correct name for it) characters ... the testing text file is here:http://oldes.multimedia.cz/download/log-ansi.txtNow what's the problem? For the first look it's OK, I have colors but on the second look I've found, that some of the text faces are not visible! (try to reopen the text file).....i was not able to fix it... it seems that the faces are in pane block and all settings are correct... is it a bug or limitation in view? Is there any better way how to display multicolored text files?Thank you for reply,Oldes Hi Oldes, First I'd like to say it looks very impressive! . Regarding your error. I notice you are getting a Badface error when reloading the text file, this seems to be caused by setting d-text/size/y to 0 in the d-clear func. Try it with a value of 1, does that fix the problem? Cheers, Allen K