Levure Dataview Question

2019-03-29 Thread David Bovill via use-livecode
Is there built in support for drag- reordering of rows? ___ 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-liv

Re: Levure Dataview Question

2019-03-29 Thread Bob Sneidar via use-livecode
If there is I'd like to know. I created a couple arrows that sit to the left of the datagrid. Any time you select a row, the grid sends a message to the group and moves the arror group adjacent to it. Obviously, clicking up or down relocates that row. You can just see why drag-drop reordering

Re: Levure Dataview Question

2019-03-29 Thread Bob Sneidar via use-livecode
WHOOPS! Dataview. Sorry I thought Datagrid. It's late. Bob S > On Mar 29, 2019, at 16:12 , Bob Sneidar via use-livecode > wrote: > > If there is I'd like to know. I created a couple arrows that sit to the left > of the datagrid. Any time you select a row, the grid sends a message to the >

Re: Levure Dataview Question

2019-03-30 Thread David Bovill via use-livecode
Yes would be good to know. I've seen demos of drag- reordering, and scripted a few experiments - but seeing that work on mobile for something as visually complex as a data grid (or Levure dataview) I've no seen. My suspicion is that that sort of visual drag drop animated feedback is best done in H

Re: Levure Dataview Question

2019-03-31 Thread Mike Kerner via use-livecode
You might want to open an issue at https://github.com/trevordevore/levurehelper-dataview/issues On Sat, Mar 30, 2019 at 7:24 AM David Bovill via use-livecode < use-livecode@lists.runrev.com> wrote: > Yes would be good to know. I've seen demos of drag- reordering, and > scripted a few experiments

Re: Levure Dataview Question

2019-04-01 Thread Trevor DeVore via use-livecode
On Fri, Mar 29, 2019 at 1:41 PM David Bovill via use-livecode < use-livecode@lists.runrev.com> wrote: > Is there built in support for drag- reordering of rows? > There are some APIs for helping with drag reordering. They are not currently documented though. The following code will create a drag