Re: Drag and drop within a list field

2021-07-19 Thread Paul Dupuis via use-livecode
Devin, Thank you for the link below. I find it interesting that Scott did not use any of the "drag" messages for dragging a line within a field. He did use the rarely used "before mouseDown", "before mouseMove" and so one to capture various mouse messages related to drag actions and coded the

Re: Drag and drop within a list field

2021-07-16 Thread Curry Kenworthy via use-livecode
Paul: > the data in the custom property look like: > codename1 That's backwards, try this: name1code And with a tab stop, you may not need a custom property! Fields can hold more content than what meets the eye. > foldernameA Do you really need "folder" and "code" spelled out? Redundant con

Re: Drag and drop within a list field

2021-07-16 Thread Devin Asay via use-livecode
Hi Paul, Some years back Scott Rossi created a nifty little demo called GetInLine that shows how to do the interface part of drag-reordering. It’s in his archive at http://tactilemedia.com/blog/2018/05/12/blasts-from-the-past/. It might give you a good foundation, even if you don’t use the exac