554 lines of text perfectly coloured on my system.  I'm using OS X and RR
1.1.1b1.

I changed the code and put it in a locked field, it's the same thing though:

on mouseup
  put the colornames into me
  repeat with i = 1 to number of lines of me
    put line i of me into tColor
    set the textcolor of line i of me to tColor
  end repeat
end mouseup


On 12/2/02 3:19 pm, "Charles Silverman" <[EMAIL PROTECTED]> scribed:

> The following doesn't completely work...
> 
> on mouseup
> put the colornames into fld "colorlist"
> repeat with i = 1 to number of lines of fld "fontlist"
>   put line i of fld "colorList" into tColor
>   set the textcolor of line i of fld "colorlist" to tColor
> end repeat
> end mouseup
> 
> Individual lines contain their respective colors up until line 112. After
> that, the other 400 or so text lines are black.
> 
> Regards,
> -Charles Silverman

----------------------------------
Ian Summerfield
Macintosh Consultant - Hastings UK
ICQ: 4378866
----------------------------------

     This E-mail is from Ian Summerfield's home system.
     
     The contents and any attachments to it include information that is
     private and confidential and should only be read by those persons to
     whom they are addressed. Ian accepts no liability for any loss
     or damage suffered by any person arising from the use of this e-mail.
     Ian does not accept any responsibility for viruses and it is your
     responsibility to check the email and attachments (if any).

     If you have received this e-mail in error, please destroy and delete
     the message from your computer.
  


_______________________________________________
improve-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/improve-revolution

Reply via email to