scrollbar problems: Scrolling a blank stack

Jeanne A. E. DeVoto revolution at jaedworks.com
Wed Jul 21 14:06:50 EDT 2004


At 5:49 PM +0100 7/21/2004, Bob Hartley wrote:
>I tried this one
>
>on resizestack
>    set the rect of group "your group name here" to the rect of this cd
>end resizestack

Try this:

on resizeStack newWidth,newHeight
   set the width of group "your group name here" to newWidth
   set the height of group "your group name here" to newHeight
end resizeStack

(Also, don't forget to set the group's lockLoc property to true.)
-- 
jeanne a. e. devoto ~ revolution at jaedworks.com
http://www.jaedworks.com


More information about the use-livecode mailing list