Page 1 of 1

Save image size on stack?

Posted: Sat Mar 14, 2015 8:57 pm
by Cyberqat
I've been working with Livecode for a while now but this feels like a newb question.

I have a hidden image on my stack that I use as the icon for a button. i resize the image so it fits right in the button.
I save the stack.

When i open the stack again, its returned to its actual image size.

How do i get LC to *save* the size I set??

Re: Save image size on stack?

Posted: Sat Mar 14, 2015 9:05 pm
by Newbie4
In the "Property Inspector" under "Size and Position" check "Lock size and position"

Re: Save image size on stack?

Posted: Sat Mar 14, 2015 9:09 pm
by Cyberqat
Thanks much!