Re: iOS: Scrolling a native scroller via script problem

2014-07-21 Thread Alan Stenhouse
Gerry, check out the dgVScroll property of datagrids - this will be what you want to set I believe. HTH cheers Alan On 21/07/2014, at 12:00 PM, use-livecode-requ...@lists.runrev.com wrote: I have a data grid that I'm scrolling in iOS using a native scroller. I use this card script to

iOS: Scrolling a native scroller via script problem

2014-07-20 Thread Gerry
I have a data grid that I'm scrolling in iOS using a native scroller. I use this card script to scroll the data grid: on scrollerDidScroll OffsetX, OffsetY if iphoneControlTarget() = listScroller then set the vScroll of group scroller to OffsetY end if end scrollerDidScroll However,