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
are you sure that's a good idea? michael's PR breaks mobile scrolling. i'm all ears on how mobile scrolling can work without delayTouches set to true. On Thu, Aug 27, 2020 at 4:24 PM Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > Heh - well I said ‘well structured’ n

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
Heh - well I said ‘well structured’ not ‘literary’... Although that being said, the ‘singular’ noun ‘drag’ has a plural and I believe it is ‘drags’... e.g. ‘It took several drags of her long fingernails down the blackboard to make the class pay attention’ ;) If your fix works for you - great.

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
Don't be telling me about "well structured commit titles". There is nothing clear in that title, unless British is your first language, and English is your second, and in British we add an "s" on the ends of every singulars nouns, and peoples speak with a lisps. In the meantime(s), setting the del

Re: DataGrid 2 swipe actions

2020-08-27 Thread Mark Waddingham via use-livecode
On 2020-08-27 17:07, Mike Kerner via use-livecode wrote: 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". Well, the advantage of genera

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