[REBOL] Re: faces with a text attribute
From: carl:cybercraft at: 14-Jun-2001 21:33
On 14-Jun-01, Maarten Koopmans wrote:
> OK, it has to do with COmmand/view. View works fine (on linux libc6
> both)
> Bug report...
Hmmm - well I got no text with Amiga View when I tried...
view make face [text: "Demo"]
but by a process of elimination based on the old View docs, (I know
little about View), I'd decided you needed a pane to display your
text, the following working...
view make face [pane: make face [text: "Demo"]]
Are you saying that...
view make face [text: "Demo"]
does display text in Linux View?
>> Hi,
>>
>> This doesn't seem to do what I expect (namely displaying text):
>>
>> view make face [text: "Demo"]
>>
>> What's the obvious thing I'm missing?
>>
>> Thanks,
>>
>> Maarten
--
Carl Read
[carl--cybercraft--co--nz]