help me, too large application

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

help me, too large application

Post by margu » Fri Apr 26, 2013 2:05 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?

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10331
Joined: Wed May 06, 2009 2:28 pm

Re: help me, too large application

Post by dunbarx » Fri Apr 26, 2013 4:07 pm

When you migrate the app to another environment, having set the property on your computer, maybe it remembers the last screen that the property was set to, and sticks to it.

Try to set the rect of your stack to the screenRect. This will read the current environment each time it opens.

Craig Newman

Post Reply