Page 1 of 1

only fullscreen

Posted: Sun Apr 21, 2013 5:33 pm
by margu
how can i do an only full screen application.
i made a button with this code:

Code: Select all

on mouseup
set the fullscreen of this stack to true
end mouseup
and then i press and cancelled the button, but when i open the application this isn't in fullscreen.
how can i make an application that is always on fullscreen?
thank

Re: only fullscreen

Posted: Sun Apr 21, 2013 6:05 pm
by snm
Put this script in openStack handler.

Marek

Re: only fullscreen

Posted: Sun Apr 21, 2013 6:18 pm
by margu
snm wrote:Put this script in openStack handler.

Marek
thank very much