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 | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On August 18, 2018 1:48:09 PM Richard Gaskin via use-livecode <use-livecode@lists.runrev.com> wrote:

Without fullScreenMode it's as simple as:

    get the rect of this stack

FullScreenMode makes handling dynamic layout details complex.




_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to