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

[REBOL] Re: View: How Does This Work?

From: ddalley:idirect at: 21-Nov-2001 2:09

Hi, Brett: ----- Original Message ----- From: "Brett Handley" <[brett--codeconscious--com]>
> The word RETURN is the important one in this case.
So I see.
> Imagine an invisible cursor that Layout uses. As Layout places each
element
> it moves the cursor. The BELOW keyword instructs Layout to move the cursor > down vertically, the ACROSS keyword tells it to move the cursor > horizontally. As each element is place the cursor is moved to the
extremity
> of that element. So with this example:
I assembled all of your examples in one script, to run them. They clearly demonstrated what I needed to know.
> Let me know if this description is unclear or how it could be improved. I
am
> considering keeping it on my website to help others down the track.
The tutorial is fine - the examples do their job. I can't make recommendations to improve it, just yet, but if you are going to allow running it from your site, have the code and the example visible at the same time. I now need to get some View code under my belt. Thank you, Donald