I tried setting my stack to exact fit, then I went fullscreen on my stack. It 
did not scale. Is this a mobile feature only?

Bob S


> On Jul 21, 2017, at 08:17 , Devin Asay via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> I have 13.3 inch Macbook retina computer (2560x1600 pixels). Now I try to
> develop iPad software. When I opened new iPad portrait size stack it didn't
> fit to my display. It is hard to put GUI elements to bottom of the stack,
> at least I don't know how. What should I do to get the stack to show all.
> 
> Antii,
> 
> Try setting the fullScreenMode property:
> 
> on preOpenStack
>   set the fullScreenMode of this stack to “showAll”
>   # OR set the fullScreenMode of this stack to “letterbox”
> end preOpenStack
> 
> Either option should show your full stack window without distortion.
> 
> Devin
> 
> Devin Asay
> Director
> Office of Digital Humanities
> Brigham Young University

_______________________________________________
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