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

>
>


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

Reply via email to