Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

faces with a text attribute

 [1/7] from: koopmans::itr::ing::nl at: 14-Jun-2001 10:43


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

 [2/7] from: koopmans:itr:ing:nl at: 14-Jun-2001 11:06


OK, it has to do with COmmand/view. View works fine (on linux libc6 both) Bug report...

 [3/7] 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, >>
<<quoted lines omitted: 7>>
>> >> Maarten
-- Carl Read [carl--cybercraft--co--nz]

 [4/7] from: cyphre:volny:cz at: 14-Jun-2001 11:36


Hi Maarten, This is not a bug. First face is the window itself and text attribute represents text in window's titlebar, try this: view make face [offset: 50x50 size: 200x200 text: "Demo"] If you want to make face in window you have to: view make face [offset: 50x50 size: 200x200 text: "Demo" pane: make face [text: "test"]] regards, Cyphre

 [5/7] from: koopmans:itr:ing:nl at: 14-Jun-2001 11:43


No, you are right. Other strange things are happening though: view layout [ label "lala"] works fine. view layout [ a: label "lala"] displays a white box every now and then on Linux. --Maarten

 [6/7] from: carl:cybercraft at: 14-Jun-2001 22:54


On 14-Jun-01, Maarten Koopmans wrote:
> No, you are right. > Other strange things are happening though: > view layout [ label "lala"] > works fine. > view layout [ a: label "lala"] > displays a white box every now and then on Linux.
Which has to be a bug - unless your View session had somehow corrupted something. Can it be repeated from a newly started View? -- Carl Read [carl--cybercraft--co--nz]

 [7/7] from: koopmans:itr:ing:nl at: 14-Jun-2001 13:01


On Thursday 14 June 2001 12:54, you wrote:
> On 14-Jun-01, Maarten Koopmans wrote: > > No, you are right.
<<quoted lines omitted: 10>>
> Which has to be a bug - unless your View session had somehow corrupted > something. Can it be repeated from a newly started View?
Yes. Over and over again in View and Command/View on Linux

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted