Page 1 of 1

help me, too large application

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

Re: help me, too large application

Posted: Fri Apr 26, 2013 4:07 pm
by dunbarx
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