Fullscreenmode with 6.5? - What code or settings?

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
DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

Fullscreenmode with 6.5? - What code or settings?

Post by DR White » Sat Oct 26, 2013 1:06 am

Fullscreenmode with 6.5? - What code or settings?

I want my card to fill the screen. What do I need to do?

I built my card to 768 x 1024 to take advantage of the much awaited 6.5 LV version.

I was expecting that it would automatically expand it to fit the full screen of the device, when it was opened, but it has not happened on my desktop.

Could someone tell me, how it is done.

Thanks,

David

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: Fullscreenmode with 6.5? - What code or settings?

Post by Dixie » Sat Oct 26, 2013 9:25 am

Read the release notes from the 'Help' menu... page 8 will explain to you what settings to atribute to the 'fullscreenmode' property.

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Fullscreenmode with 6.5? - What code or settings?

Post by Klaus » Sat Oct 26, 2013 12:03 pm

Hi David,

on destktop, you need to make the stack fullscreen by yourself (fortunately 8) )!
This will only happen automatically on the mobile platform!

Syntax:
...
set the fullscreenmode of stack XYZ to "whatever..."
set the fullscreen of stack XYZ to TRUE
...


Best

Klaus

Post Reply