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

Re: Datagrid 2

2017-12-06 Thread Tom Glod via use-livecode
Mike, I am a heavy user of DG features. was just finding out about the timeframe of new scroll capabilities on mobile and overall dg speed improvements Sounds good .. thank you Kevin Miller. On Tue, Dec 5, 2017 at 4:25 PM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > O

Re: Datagrid 2

2017-12-05 Thread Mike Kerner via use-livecode
Oh I'm an idiot. It's not mobtablefield, it's modtablefield Email: bernd@bernd.niggem...@uni-wh.de to make sure you have the latest version. On Tue, Dec 5, 2017 at 3:44 PM, Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Mike, > > do you have an url where i can find mob

Re: Datagrid 2

2017-12-05 Thread Kevin Miller via use-livecode
I gave a demo of the progress on it in the last LCG. Its still on track for completion in the last DP before Christmas. Kind regards, Kevin Kevin Miller ~ ke...@livecode.com ~ http://www.livecode.com/ LiveCode: Everyone can create apps On 05/12/2017, 18:50, "use-livecode on behalf of Tom Glo

Re: Datagrid 2

2017-12-05 Thread Matthias Rebbe via use-livecode
Mike, do you have an url where i can find mobTableField or more information about it? Regards, Matthias > Am 05.12.2017 um 20:52 schrieb Mike Kerner via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Tom, > The other option is to use mobTableField (I think Bernd is the author) if

Re: Datagrid 2

2017-12-05 Thread Mike Kerner via use-livecode
Tom, The other option is to use mobTableField (I think Bernd is the author) if you don't need all the bells and whistles of the DG. I'm using both in different mobile apps. The original DG works fine even for large DG's with horizontal and vertical scrolling, but MTF is even more responsive. ETA -