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

[REBOL] Re: draw has no access to the current face

From: rotenca:telvia:it at: 1-Oct-2002 14:58

Hi pat,
> I have had very exciting moment searching the VID source, experiencing at > the console, trying, failing, asking, being answered ... > Rebol is like some fractals, the more closer you look at it the more you > find interresting stuff, and it never stops.
True. About Doc-info, beyond all the doc you can find on Rebol site: - All the Ladislav stuff on its site (but nothing on View). - Allen's RebolForce site - Brett's codeconscious site For a more deep vision of View you should read http://www.rebolforces.com/archive/view099users.html, it is obsolete (do not trust every word) but it is also the best doc we have on View architecture. For Vid you must absolutly read the source of Layout: print it and read slowly, becouse Carl S. writes very condensed code. Then you can start to read some complex style code. To understand well Vid you should try to write some not trivial styles, but only after the previous steps, else you can gain some results but not a true understand of what is happening. To explore objects/face use my anamonitor.r To see a style code in the shell, use my dump-style.r To see a complex face in the shell, use my dump-face.r (They are all in the standard Rebol library) --- Ciao Romano