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!
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?
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.