Hi Klaus

that should work as you've got it.

However, you have an error in the following line:

put the width of grp "Datafgrid 1" into tWidth
 

it should be grp "Datagrid 1" -- i.e. no "f" in the name


That may explain why your scroller isn't quite working as you expect.

Another thing to do in iOS for debugging - use some "put" statements which will 
output the statement to the /var/log/system.log file, when using the simulator.

HTH, good luck!

cheers

Alan
--
Alan Stenhouse
alanstenho...@hotmail.com

Check out our apps on the App Store:

BeatSpeak - the multilingual talking metronome;
EV-Point - Find your nearest Electric Vehicle Recharge Station.

On 05/06/2013, at 3:28 PM, use-livecode-requ...@lists.runrev.com wrote:

> on scrollerDidScroll OffsetX, OffsetY
>   lock screen
> 
>  ## Need only VScroll
>  ##  set the dghScroll of grp "DataGrid 1" to OffsetX
>   set the dgvScroll of grp "DataGrid 1" to OffsetY
>   ##set the Scroll of grp "DataGrid 1" to OffsetY
>   unlock screen
> end scrollerDidScroll

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to