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

[REBOL] Re: faces with a text attribute

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