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

[REBOL] Re: font color of a button

From: petr:krenzelok:trz:cz at: 19-Apr-2001 12:27

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-