Paul: > the data in the custom property look like: > code<tab>name1 That's backwards, try this: name1<tab>code And with a tab stop, you may not need a custom property! Fields can hold more content than what meets the eye. > folder<tab>nameA Do you really need "folder" and "code" spelled out? Redundant content will limit performance/list size. I would aim for either: nameA<tab>f name1<tab>c or: nameA<tab>1 name1<tab>2 ... where 1 and 2 etc are unique IDs and match a data array. Way better than trying to mirror the content in a prop. > The user must keep moving the mouse around slightly > so that continual dragMove messages are sent Messages are messages, ditto for commands, "never the twain." Keep them separate, user a timer or an alternate message. Messages are handy - not holy. > coding drag and drop operations in LC > is one of the areas I am least familiar with. One of the most fun areas, really. Way back during college, I remember using (probably HC?) to whip up a class schedule drag-and-drop UI because I had transferred between U's and had to fit just the right things in one semester. The other students were doing this with pencil and paper. It was a smooth stack, light-years ahead of its time. My counselor was surprised at the classes I fit in. And since then, LC drag and drop just gets more fun! (Although, as I hinted one conference, we're moving beyond that stage pretty soon in the history of app dev.) Best wishes, Curry Kenworthy Custom Software Development "Better Methods, Better Results" LiveCode Training and Consulting http://livecodeconsulting.com/ _______________________________________________ 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-livecode
Re: Drag and drop within a list field
Curry Kenworthy via use-livecode Fri, 16 Jul 2021 12:03:52 -0700
- Drag and drop within a list field Paul Dupuis via use-livecode
- Re: Drag and drop within a list fiel... Devin Asay via use-livecode
- Re: Drag and drop within a list ... Paul Dupuis via use-livecode
- Re: Drag and drop within a list fiel... Curry Kenworthy via use-livecode