too large!

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
margu
Posts: 15
Joined: Sat Apr 20, 2013 12:59 pm

too large!

Post by margu » Tue Apr 23, 2013 8:29 pm

i've exported a standalone application that have this code

Code: Select all

on openstack
set the fullscreen of this stack to true
end openstack
it's perfect, on my computer, but when i try it on an another pc that have a smaller screen then mine, the application open too large (i think large as my screen).
how to fix?

dave_probertGA6e24
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 328
Joined: Mon Dec 05, 2011 5:34 pm
Contact:

Re: too large!

Post by dave_probertGA6e24 » Tue Apr 23, 2013 10:58 pm

If the target computer screen size is smaller than what you designed at then it will not fit - pretty obvious really.

Search the forums for topics to do with scaling, screenRect and Geometry Manager.
Coding in the Sun - So much Fun.
Visit http://electronic-apps.info for released App information.

Post Reply