setc, what is it?
[1/4] from: ammoncooke:ya:hoo at: 4-Sep-2001 18:24
Hi,
I am totally stumped, of coarse! Who, besides Carl himself, is not?
I am trying to make request-color static on a form. Source doesn't help because request-color
uses setc, some function that is not declared in request-color neither does it have a
value, according to ?, & source.
Thanks!!
Ammon
[2/4] from: amicom:sonic at: 4-Sep-2001 16:46
Ammon,
Try:
>> print mold get in system/words/req-funcs/req-color 'setc
func [clr val][
x/color: poke x/color clr to-integer 255 * (1 - val)
refresh
]
-Bo
[3/4] from: deadzaphod:flyingparty at: 4-Sep-2001 16:33
> I am trying to make request-color static on a form. Source doesn't
help because request-color
> uses setc, some function that is not declared in request-color neither
does it have a value,
>according to ?, & source.
setc: func [clr val][
x/color: poke x/color clr to-integer 255 * (1 - val)
refresh
]
to see where this came from try
print mold req-funcs
Cal Dixon
-><-
And computers contain the missing key
To life's most sacred mystery
The secret of life is no secret at all
For secrets hold death and
Lies only build walls
- The Dead Milkmen
[4/4] from: ammoncooke::yahoo::com at: 4-Sep-2001 18:56
Well, how was I supposed to know, I only found the system/blah/blah/blah
stuff today! ;D
Thanks for the input!
Ammon
----- Original Message -----
From: "Bohdan Lechnowsky" <[amicom--sonic--net]>
To: <[rebol-list--rebol--com]>
Sent: Tuesday, September 04, 2001 4:46 PM
Subject: [REBOL] Re: setc, what is it?
> Ammon,
> Try:
<<quoted lines omitted: 11>>
> >
> > I am trying to make request-color static on a form. Source doesn't
help because request-color uses setc, some function that is not declared in
request-color neither does it have a value, according to ?, & source.
Notes
- Quoted lines have been omitted from some messages.
View the message alone to see the lines that have been omitted