Not completely true.
When you create a layout such as:

        lay: layout [
                my-button: button
                my-field: field
        ]

layout puts the set words into face/var
So you can iterate through the pane faces
and find them out. eg.

        foreach face lay/pane [
                print [face/var face/style face/offset face/size]
        ]

If you want to see the words inside a face, use:

        print mold first face

Anton.

> Hi Philippe,
> 
> << When you create a complex layout with inner faces, how is it 
> possible to
> get
> the structure of it.. with names of faces ? >>
> 
> I'm not sure I understand exactly what you're after. You can iterate over
> the faces in a pane, but any words that reference those faces are not
> actually part of the layout structure, so you won't see them there.
> 
> --Gregg

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to