Maarten Koopmans wrote:

> Hi,
>
> view layout [ button "text" font [ color: 0.0.0]]
>
> doesn't make "text" black as I'd expect?

I am somehow confused too, but:

 view layout [ button "text" font [colors: [0.0.0 255.255.255]]]

looking at vid source of button, it seems to me color is set during
initialisation phase to first of 'colors block?

init: [
                edge: make edge []
                font/color: first font/colors
;etc

-pekr-

>
>
> Thanks,
>
> Maarten
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to