Carlos Lorenz napsal(a): >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 > >Carlos > > yes, it is ....
view/offset/options layout/size [button "ok" [unview]] system/view/screen-face/size 0x0 [no-border no-title] cheers, -pekr- -- This message was scanned for spam and viruses by BitDefender For more information please visit http://linux.bitdefender.com/ -- To unsubscribe from the list, just send an email to rebol-request at rebol.com with unsubscribe as the subject.
