[REBOL] Re: offset
From: gjones05:mail:orion at: 22-May-2001 15:35
From: "Ammon Cooke"
> I have a small problem, the offset attribute doesn't
> seem to work, in fact it returns an error:
> offset has no value
>
> Here is the code:
>
> REBOL[]
> author "ammon cooke
> title "just testing"
>
> view layout[
> offset 150x150
> vh1 "Just Testing the Offset value"
> ]
Hi, Ammon,
I know that offset is used as a refinement for both 'view and 'layout,
but I don't believe that it is a VID dialect word. What visual effect
are you trying to achieve?
--Scott Jones