fullscreenmode and rect of a substack on mobile device ?
J. Landman Gay
jacque at hyperactivesw.com
Sat Aug 18 20:52:29 EDT 2018
Actually, the rect of the stack remains constant in fullscreenmode, you
don't need to account for the engine resizing. All placement calculations
can be done normally. That's one of the beauties of it.
Handling dynamic placement is no different than without fullscreenmode,
except that you don't need to worry about ratios, resolution, or any of that.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On August 18, 2018 1:48:09 PM Richard Gaskin via use-livecode
<use-livecode at lists.runrev.com> wrote:
>
> Without fullScreenMode it's as simple as:
>
> get the rect of this stack
>
> FullScreenMode makes handling dynamic layout details complex.
More information about the use-livecode
mailing list