Re: Re: "Can't set property" returned upon trying to set the hScroll, vScroll of a group from card script

2012-07-11 Thread Jessica McBeck
Hello again, Figured out the problem. It turns out that livecode is rather picky about the syntax surrounding setting hscroll and vscroll. I got the code working by something along the lines of: put the vScroll of group "ScrollingGroup" into v put y into v set the vScroll of group "ScrollingGroup

"Can't set property" returned upon trying to set the hScroll, vScroll of a group from card script

2012-07-10 Thread Jessica McBeck
Hi all, I am attempting to set the hScroll and vScroll of a group from a card's script. This card does not contain the group. Here's the script: set the vScroll of group "ScrollingGroup" of card this_Card of stack this_Stack to y set the hScroll of group "ScrollingGroup" of card this_Card of stac