Thanks. Probe was taking quite a while, so I'd concluded that it wasn't the right function for the job :-)
(I'm using the commercial version, btw, which I understand is somewhat out of date) Using your method, I can see the SIZE facet should be just what I want to get the maximum area I should be scrolling. Thanks, Andy -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Gregg Irwin Sent: Wednesday, August 28, 2002 1:31 PM To: [EMAIL PROTECTED] Subject: [REBOL] Re: More view questions... 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 -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes. -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
