Reliable script to handle selection/drag-and-drop in a list field?

Geoff Canyon gcanyon at gmail.com
Tue Jul 23 18:10:47 EDT 2013


On Tue, Jul 23, 2013 at 12:34 PM, Peter Haworth <pete at lcsql.com> wrote:

> It looks like this is probably not going to work as a behavior for me since
> the field I'm using it on includes mouseUp/Down handlers to handle
> situations other than drag/drop, but other than that, this is great, thanks
> again.
>


For earlier versions of LC, if you pass the following messages after you do
whatever you like, the drag and drop should still work:

mouseEnter
mouseDown
mouseMove
mouseUp
mouseRelease
selectionChanged

gc



More information about the use-livecode mailing list