Page 1 of 1

Full Screen Program

Posted: Tue Jun 06, 2006 2:14 am
by lalama
Hi,

I'm new to Revolution, and really like its intuitive interface. How can I create a program that runs only in the full screen, not in a window, like FrontRow, for example?

Thanks

Posted: Tue Jun 06, 2006 4:00 am
by Obleo
Hello lalama,

Use The screenRect function to set up full screen.

Here is an example

onMouseUp
set the rect of this stack to the screenRect
endMouse up

if you do not want user to select window or full screen put a similar script on openStack

hope this helps.

Posted: Tue Jun 06, 2006 3:02 pm
by pevensen
You will also want to use:

hide menubar

and

hide taskbar

To hide the menubar on Mac and taskbar on Windows (if you dont' want them showing up).

Posted: Tue Jun 06, 2006 3:05 pm
by malte
And maybe:

set the decorations of this stack to empty

All the best,

Malte