Limitations on stacks which are not resizable

Richard Gaskin ambassador at fourthworld.com
Fri Mar 20 11:41:00 EDT 2015


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
  ____________________________________________________________________
  Ambassador at FourthWorld.com                http://www.FourthWorld.com




More information about the use-livecode mailing list