Thank you,
I actually asked to remove the "REBOL -" from title, the only way is to =
use library trick I guess.


-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf =
Of Maxim Olivier-Adlhoch
Sent: Wednesday, January 14, 2009 8:35 PM
To: [email protected]
Subject: [REBOL] Re: Is it possible to prevent escape key in console?

the title part of the rebol header is used by default for window titles.

rebol [
    title: "hello"
]

also, if you look at the options of the view command,
http://www.rebol.com/docs/words/wview.html, you will see that you can =
set
the window's title when you open it.

but a (severe) limitation is that you cannot change the title of a =
window
once it is open, (unless you use the library trick posted earlier).
another limitation, is that "REBOL - " is always added to the title =
(unless
you use the library trick posted earlier).

ciao!

-MAx

>
>


--=20
To unsubscribe from the list, just send an email to=20
lists at rebol.com with unsubscribe as the subject.

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to