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
Fullscreenmode with 6.5? - What code or settings?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Fullscreenmode with 6.5? - What code or settings?
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?
Hi David,
on destktop, you need to make the stack fullscreen by yourself (fortunately
)!
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
on destktop, you need to make the stack fullscreen by yourself (fortunately

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