only fullscreen

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
margu
Posts: 15
Joined: Sat Apr 20, 2013 12:59 pm

only fullscreen

Post by margu » Sun Apr 21, 2013 5:33 pm

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

snm
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 253
Joined: Fri Dec 09, 2011 11:17 am

Re: only fullscreen

Post by snm » Sun Apr 21, 2013 6:05 pm

Put this script in openStack handler.

Marek

margu
Posts: 15
Joined: Sat Apr 20, 2013 12:59 pm

Re: only fullscreen

Post by margu » Sun Apr 21, 2013 6:18 pm

snm wrote:Put this script in openStack handler.

Marek
thank very much

Post Reply