[REBOL] Re: FACE questions
From: rotenca:telvia:it at: 12-Jan-2003 16:25
Hi Robert,
> >> test: make face []
> >> test/text
> == none
> >> test/text: "Hello Robert!"
> == "Hello Robert!"
> >> view/offset test 50x50
>
> So far so good. But the text is displayed in the title bar not in the
> face. Why this? Is this because that's the "top-most" face?
Yes.
view make face[pane: make face [text: "hello"]]
> How do I create an area face? Do I just later set face/style to 'AREA?
> Is this sufficient? Robert
Are asking this?
make-face 'area
---
ciao
Romano