Re: Get and Set the Scroll of a Datagrid

2016-06-07 Thread Ray Horsley

Mike, Klaus,  that's it!  Thank you very much.

On 6/7/2016 4:19 PM, Klaus major-k wrote:

Hi Ray,


Am 08.06.2016 um 00:09 schrieb Ray Horsley :

Does anybody know how to get and set the scroll of a datagrid?  None of the dgProp 
handlers works, nor does plain old "get the vScroll of group MyGrid", which 
always returns 0 for some reason.

Thanks a bunch for any help!

you can get and set:
the dgHScroll of grp XYZ
the dgVScroll of grp XYZ


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major-k.de


___
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



___
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


Re: Get and Set the Scroll of a Datagrid

2016-06-07 Thread Klaus major-k
Hi Ray,

> Am 08.06.2016 um 00:09 schrieb Ray Horsley :
> 
> Does anybody know how to get and set the scroll of a datagrid?  None of the 
> dgProp handlers works, nor does plain old "get the vScroll of group MyGrid", 
> which always returns 0 for some reason.
> 
> Thanks a bunch for any help!

you can get and set:
the dgHScroll of grp XYZ
the dgVScroll of grp XYZ


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major-k.de


___
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


Re: Get and Set the Scroll of a Datagrid

2016-06-07 Thread Mike Bonner
On this page: http://lessons.livecode.com/m/datagrid/l/7344-data-grid-api
look for dghscroll, dghscrollpercent, dgvscroll and dgvscrollpercent

On Tue, Jun 7, 2016 at 4:09 PM, Ray Horsley  wrote:

> Does anybody know how to get and set the scroll of a datagrid?  None of
> the dgProp handlers works, nor does plain old "get the vScroll of group
> MyGrid", which always returns 0 for some reason.
>
> Thanks a bunch for any help!
>
> ___
> 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
>
___
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


Get and Set the Scroll of a Datagrid

2016-06-07 Thread Ray Horsley
Does anybody know how to get and set the scroll of a datagrid?  None of 
the dgProp handlers works, nor does plain old "get the vScroll of group 
MyGrid", which always returns 0 for some reason.


Thanks a bunch for any help!

___
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