"Can't set property" returned upon trying to set the hScroll, vScroll of a group from card script
Jessica McBeck
jmcbeck at gmail.com
Wed Jul 11 17:10:43 EDT 2012
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" to v
Thanks for your responses though!
More information about the use-livecode
mailing list