On 11/25/05, Cavva <[EMAIL PROTECTED]> wrote: > > First: Hi All > > Second: > > these are my first step on the REBOL world, so consider me a newbie. > > In my "way to understand REBOL" i've tried to see what actually "layout" = do=3D > es, > so i type "source layout" and there are some line of code that i've > not understand: > > new-face: make any [ > all [parent object? new new] > all [parent word? new get-style new] > vid-face > ] > > so, it basically try to set "new-face" to the parent or parent style > if a /parent is used right? > why i need to type "new new" ? >
all [(parent) (object? new) (new)] > What is "vid-face", where is defined? > probe first system/view/vid > > -- Carlo > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. > > -- -Volker "Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem." David Wheeler -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
