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

[REBOL] Re: Is it possible to prevent escape key in console?

From: santilli::gabriele::gmail::com at: 15-Jan-2009 16:44

[Please forward to the ML if this arrives encoded there] On Wed, Jan 14, 2009 at 7:34 PM, Maxim Olivier-Adlhoch <moliad-gmail.com> wrote:
> but a (severe) limitation is that you cannot change the title of a window > once it is open,
You can: win: layout [...] view/new win ; ... win/text: "New title" win/changes: 'text show win Regards, Gabriele.