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

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

Reply via email to