I already read that the position of a grp/img will be resetted if I resize a stack. Further I read that I have to lock size and position to prevent this. But I got a problem with that.
In my little teststack I got a single picture which contains the following script:
Code: Select all
on mousedown
set the LockLocation of me to false
grab me
set the LockLocation of me to true
end mousedown
Edit: I tested a bit more. It seems that it works when I only use the geometry manager for changing the horizontal position of the image. But if I want to change both coords (x and y) when the stack is reasized the image will be resetted to the position where it was before I drag it.
Any ideas?
Thanks alot Thomas
note: I tested it with Livecode 4.6.3 on windows 7.