first steps in iOS, native scroll a datagrid

2013-06-05 Thread Klaus major-k
Hi friends, I am currently making my first serious stps in iOS and cannot get my DG to scroll? I am sure I am missing something obvious, but cannot find a solution. In any case the DG does not scroll :-/ Any hints much appreciated, thanks! Here my card script:

Re: first steps in iOS, native scroll a datagrid

2013-06-05 Thread Gerry Orkin
Your datagrid should be an object within a locked group. You then set the vScroll of the datagrid relative to that group when the user swipes the screen.. g On 05/06/2013, at 10:29 PM, Klaus major-k kl...@major-k.de wrote: set the dgvScroll of grp DataGrid 1 to OffsetY

Re: first steps in iOS, native scroll a datagrid

2013-06-05 Thread Klaus major-k
Hi Gery, Am 05.06.2013 um 15:15 schrieb Gerry Orkin gerry.or...@gmail.com: Your datagrid should be an object within a locked group. You then set the vScroll of the datagrid relative to that group when the user swipes the screen.. thank you! OK, so I need to GROUP the datagrid, anything

Re: first steps in iOS, native scroll a datagrid

2013-06-05 Thread Alan Stenhouse
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

Re: first steps in iOS, native scroll a datagrid

2013-06-05 Thread Colin Holgate
It will help if you use the right name: put the width of grp Datafgrid 1 into tWidth I don't think that f should be in there. On Jun 5, 2013, at 9:26 AM, Klaus major-k kl...@major-k.de wrote: OK, so I need to GROUP the datagrid, anything else I need to do? Sorry, complete newbie to THIS

Re: first steps in iOS, native scroll a datagrid

2013-06-05 Thread Klaus major-k
Hi all, Am 05.06.2013 um 14:29 schrieb Klaus major-k kl...@major-k.de: Hi friends, I am currently making my first serious stps in iOS and cannot get my DG to scroll? I am sure I am missing something obvious, but cannot find a solution. In any case the DG does not scroll :-/ Any hints

Re: first steps in iOS, native scroll a datagrid

2013-06-05 Thread Klaus major-k
Hi Colin, Am 05.06.2013 um 16:35 schrieb Colin Holgate co...@verizon.net: It will help if you use the right name: put the width of grp Datafgrid 1 into tWidth I don't think that f should be in there. yep, that was typo, but did not fix the problem. As I wrote in my last post, creating the