>Hi list > >I was playing with this some sort of screen saver with REBOL >and then I stuck at this point: is it possible to open a window in full screen >mode without borders, control bar etc etc
Yes, though it only works in some OSs. Works in Windows, but not in Linux, for instance. (I think.) Herre's how... view/options layout [button "Close" [unview]] [no-border no-title] -- Carl Read -- To unsubscribe from the list, just send an email to rebol-request at rebol.com with unsubscribe as the subject.
