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

[REBOL] Re: setc, what is it?

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: > > >> 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 > > > > > > > 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.