Re: DataGrid 2 swipe actions

2020-08-29 Thread Mike Kerner via use-livecode
I don't think so. The scroller is a separate native object that overlays the rest of the interface. On desktop, the scrolling is handled by the object with the scrollbar. On Fri, Aug 28, 2020 at 5:09 AM Mark Smith via use-livecode < use-livecode@lists.runrev.com> wrote: > Is there not a way to

Re: DataGrid 2 swipe actions

2020-08-28 Thread Mark Smith via use-livecode
Is there not a way to just disable the scrollbar (hide it?) and still have scrolling enabled? I am trying to do something similar in iOS and thought I would try: set the dgprop["show vscrollbar"] of group "Datagrid 1" to false set the dgProp["scroll when vscrollbar is hidden"] of group "DataGrid

Re: DataGrid 2 swipe actions

2020-08-27 Thread Mike Kerner via use-livecode
> > >> Well, the advantage of generally trying to make sure all substantive > >> changes made to the source have well structured commit titles and decent > >> descriptions in the body means its easy to find out by grokking `git > >> log` :D > >> &g

Re: DataGrid 2 swipe actions

2020-08-27 Thread Mike Kerner via use-livecode
command to the > > scroller created? I wasn’t sure how to get the ID since the DataGrid code > > made the scroller. > > > > -Andrew Bell > > > > > > > > Subject: Re: DataGrid 2 swipe actions > > > Message-ID: <166ab8a2-7e58-2303-4d72-f366960d9...@s

Re: DataGrid 2 swipe actions

2020-08-27 Thread JeeJeeStudio via use-livecode
end a mobileControlSet “delayTouches” command to the > scroller created? I wasn’t sure how to get the ID since the DataGrid code > made the scroller. > > -Andrew Bell > > > > > Subject: Re: DataGrid 2 swipe actions > > Message-ID: <166ab8a2-7e58-2303-4d72-f366960d9

Re: DataGrid 2 swipe actions

2020-08-27 Thread Mark Waddingham via use-livecode
out by grokking `git >> log` :D >> >> It was changed precisely because of the issues Andrew pointed out with >> DG2, specifically in this commit: >> >> commit ac1beee1dd113e203b6715fe472cf2fa88656bd5 >> Author: Michael McCreary >> Date: Thu Dec 2

Re: DataGrid 2 swipe actions

2020-08-27 Thread Martin Koob via use-livecode
I thought it was only former hobbitses with powerful rings that talked that way. Martin > On Aug 27, 2020, at 3:57 PM, Mike Kerner via use-livecode > wrote: > > in British we add an "s" on the ends of every > singulars nouns, and peoples speak with a lisps. __

Re: DataGrid 2 swipe actions

2020-08-27 Thread Andrew at MidWest Coast Media via use-livecode
. -Andrew Bell > > Subject: Re: DataGrid 2 swipe actions > Message-ID: <166ab8a2-7e58-2303-4d72-f366960d9...@sonic.net> > Content-Type: text/plain; charset=utf-8; format=flowed > > On 8/26/20 9:36 PM, Andrew at MidWest Coast Media via use-livecode wrote: > >> The hi

Re: DataGrid 2 swipe actions

2020-08-27 Thread Mike Kerner via use-livecode
og` :D > > It was changed precisely because of the issues Andrew pointed out with > DG2, specifically in this commit: > > commit ac1beee1dd113e203b6715fe472cf2fa88656bd5 > Author: Michael McCreary > Date: Thu Dec 21 12:49:26 2017 + > > [[ DataGrid 2 ]] Fix drags to coopera

Re: DataGrid 2 swipe actions

2020-08-27 Thread Mark Waddingham via use-livecode
cally in this commit: commit ac1beee1dd113e203b6715fe472cf2fa88656bd5 Author: Michael McCreary Date: Thu Dec 21 12:49:26 2017 +0000 [[ DataGrid 2 ]] Fix drags to cooperate with the mobile scroller. Previously, a data grid's mobile scroller was getting in the way of reorder a

Re: DataGrid 2 swipe actions

2020-08-27 Thread Mike Kerner via use-livecode
name's mikey. y'all can call me... mikey howdy. i think it was just one line of code, too, right? it was just a matter of setting the delayTouches to true. i have no idea why it was originally "false". On Thu, Aug 27, 2020 at 11:39 AM Mark Wieder via use-livecode < use-livecode@lists.runrev.c

Re: DataGrid 2 swipe actions

2020-08-27 Thread Mark Wieder via use-livecode
On 8/26/20 9:36 PM, Andrew at MidWest Coast Media via use-livecode wrote: The highlighted row when scrolling is a separate bug patched by Mike Wieder https://quality.livecode.com/show_bug.cgi?id=22798 awaiting a GitHub merge, but turning o

DataGrid 2 swipe actions

2020-08-26 Thread Andrew at MidWest Coast Media via use-livecode
I was inspired by today’s Lockdown Learning Series presentation and looked at adding swipe gestures to a current project. This whole process made WAY more sense after re-watching Michael’s presentation (I saw it live too, but was over my head last year). I’m struggling with a large DG. I’ve got

Re: Transition from DataGrid in existing app to DataGrid 2 in LC 9.0

2018-05-19 Thread Tom Glod via use-livecode
oning to LC 9.0. > > > > I have some form style DataGrids in the application. When I open the > > project in the LC 9.0 IDE do these data grids automatically have the new > > features of DataGrid 2 or do I have to replace the DataGrids with new > ones > > to get all the D

Re: Transition from DataGrid in existing app to DataGrid 2 in LC 9.0

2018-05-19 Thread zryip theSlug via use-livecode
S X application that is developed with LC 6.7.3 that I am > transitioning to LC 9.0. > > I have some form style DataGrids in the application. When I open the > project in the LC 9.0 IDE do these data grids automatically have the new > features of DataGrid 2 or do I have to replace th

Transition from DataGrid in existing app to DataGrid 2 in LC 9.0

2018-05-17 Thread Martin Koob via use-livecode
Hi I have a Mac OS X application that is developed with LC 6.7.3 that I am transitioning to LC 9.0. I have some form style DataGrids in the application. When I open the project in the LC 9.0 IDE do these data grids automatically have the new features of DataGrid 2 or do I have to replace the

DataGrid 2

2017-12-31 Thread Antti Ilola via use-livecode
It there anywhere an example how to use datagrid 2. I tried, but somehow I didn't mange to get in it. Antti ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscri

Re: Datagrid 2

2017-12-06 Thread Tom Glod via use-livecode
ich > I > > > would assume means 1Q 18, even though they were talking end of 17. > > > > > > On Tue, Dec 5, 2017 at 1:50 PM, Tom Glod via use-livecode < > > > use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>> > > wrote: > &

Re: Datagrid 2

2017-12-05 Thread Mike Kerner via use-livecode
use-livecode < > > use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>> > wrote: > > > >> Hi folks, I'm bidding on a project and would like to get a sense as to > the > >> eta of datagrid 2 especially on mobile.

Re: Datagrid 2

2017-12-05 Thread Kevin Miller via use-livecode
f Tom Glod via use-livecode" wrote: >Hi folks, I'm bidding on a project and would like to get a sense as to the >eta of datagrid 2 especially on mobile. I would love to buy a LC Indy >License and do the job. > >During Campaign the eta was oct/november, but i get they are jus

Re: Datagrid 2

2017-12-05 Thread Matthias Rebbe via use-livecode
t; >> Hi folks, I'm bidding on a project and would like to get a sense as to the >> eta of datagrid 2 especially on mobile. I would love to buy a LC Indy >> License and do the job. >> >> During Campaign the eta was oct/november, but i get they are just >>

Re: Datagrid 2

2017-12-05 Thread Mike Kerner via use-livecode
ng on a project and would like to get a sense as to the > eta of datagrid 2 especially on mobile. I would love to buy a LC Indy > License and do the job. > > During Campaign the eta was oct/november, but i get they are just > estimates

Datagrid 2

2017-12-05 Thread Tom Glod via use-livecode
Hi folks, I'm bidding on a project and would like to get a sense as to the eta of datagrid 2 especially on mobile. I would love to buy a LC Indy License and do the job. During Campaign the eta was oct/november, but i get they are just estimates. Is there a more up to date eta? Thanks,