Ray wrote:

> Setting the resizable of a stack to false automatically changes its
> height and width.
>
> Any attempts I make to change these dimensions later are ignored by
> Livecode.
>
> Is this a bug in7.0.2?

I'm unable to reproduce this on Mac or Ubuntu in 7.0.4rc1 using this script:

on mouseUp
   put the rect of this stack into r
   set the resizable of this stack to false
   put r &cr& the rect of this stack
end mouseUp

Do you see this problem in the current version?

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 ____________________________________________________________________
 ambassa...@fourthworld.com                http://www.FourthWorld.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to