Page 1 of 1

Fullscreenmode with 6.5? - What code or settings?

Posted: Sat Oct 26, 2013 1:06 am
by DR White
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

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

Posted: Sat Oct 26, 2013 9:25 am
by Dixie
Read the release notes from the 'Help' menu... page 8 will explain to you what settings to atribute to the 'fullscreenmode' property.

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

Posted: Sat Oct 26, 2013 12:03 pm
by Klaus
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