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

From: "Petr Krenzelok"
> 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-

It took a moment to realize that the only thing missing is an "s" at the end
of the word "color".  Try:

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

Hopefully will work.
--Scott Jones

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

Reply via email to