[REBOL] Re: More view questions...
From: greggirwin:mindspring at: 28-Aug-2002 12:31
Hi Andy,
<< Is there any way to get a list of all the possible facets (fields) for a
face ? >>
view layout [b: button [print mold first b]]
You don't want to use PROBE on faces, because there are circular references
in VID that confuse it and make it print for a very long time. :)
<< I am doing scrolling without using scroll bars, so it would be nice if I
could stop the scroll at the end of the data by being able to check the
values in the face itself to see where I need to stop. >>
OFFSET is what you want to look at to see where a face is located.
--Gregg