Full Screen Sizes [SOLVED]
Posted: Thu Jan 29, 2015 12:17 pm
I'm wanting to have my app scale as best it can on mobiles and tablets and I found this information:-
LiveCode 6.5 included a fullscreenMode property. This will scale an app to fit any screen size. You simply create your app at whatever size suits you as a developer and then add the following to your preOpenStack handler:
on preOpenStack
set the fullscreenMode to "exactFit"
end preOpenStack
Does this only work on 6.5 and not Community Edition 7.0.1 as no scaling takes place when I'm using Emulator mode?
Regards,
Ruth
LiveCode 6.5 included a fullscreenMode property. This will scale an app to fit any screen size. You simply create your app at whatever size suits you as a developer and then add the following to your preOpenStack handler:
on preOpenStack
set the fullscreenMode to "exactFit"
end preOpenStack
Does this only work on 6.5 and not Community Edition 7.0.1 as no scaling takes place when I'm using Emulator mode?
Regards,
Ruth