Re: Drag and Drop in a locked field

2012-02-10 Thread Bob Sneidar
List). > > -- Mark > > > -- > View this message in context: > http://runtime-revolution.278305.n4.nabble.com/Drag-and-Drop-in-a-locked-field-tp4374946p4377388.html > Sent from the Revolution - User mailing list archive at Nabble.com. > > ___

Re: Drag and Drop in a locked field

2012-02-10 Thread Mark Smith
-and-Drop-in-a-locked-field-tp4374946p4377399.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Drag and Drop in a locked field

2012-02-10 Thread Mark Smith
Scrolling List). -- Mark -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Drag-and-Drop-in-a-locked-field-tp4374946p4377388.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode

Re: Drag and Drop in a locked field

2012-02-10 Thread Bob Sneidar
Thanks I already went with GetInLine and I like the way it looks. Scott's stuff is always visually pleasing. Paypal donation on the way! Bob On Feb 10, 2012, at 1:13 AM, André Bisseret wrote: > Bonjour Bob, > > In some apps I am using the following script. > It is an adaptation to drap and dr

Re: Drag and Drop in a locked field

2012-02-10 Thread Peter M. Brigham, MD
On Feb 9, 2012, at 7:50 PM, Ken Ray wrote: > On Feb 9, 2012, at 6:35 PM, Bob Sneidar wrote: > >> Hi all. I use locked fields with multiple lines and listBehavior set to true >> as a kind of menu. Now I am trying to allow the user to rearrange the items >> in the list. I read in the Dictionary t

Re: Drag and Drop in a locked field

2012-02-10 Thread André Bisseret
Bonjour Bob, In some apps I am using the following script. It is an adaptation to drap and drop inside one field, of a script from Eric Chatonet he had written for drag and drop from one field to another. Besides the field, this script uses an extra field name "tempo" which allows to see what l

Re: Drag and Drop in a locked field

2012-02-09 Thread Bob Sneidar
Thanks I will give it a go. I have it partially working, but I found if I drag too fast the engine selects another line before dragStart is triggered. Also I had to send dragEnter from the dragStart handler otherwise the process never kicked off. I tried sending dragStart in a mouseDown handler,

Re: Drag and Drop in a locked field

2012-02-09 Thread Ken Ray
On Feb 9, 2012, at 6:35 PM, Bob Sneidar wrote: > Hi all. I use locked fields with multiple lines and listBehavior set to true > as a kind of menu. Now I am trying to allow the user to rearrange the items > in the list. I read in the Dictionary that LC handles drag and drop between > *unlocked*

Drag and Drop in a locked field

2012-02-09 Thread Bob Sneidar
Hi all. I use locked fields with multiple lines and listBehavior set to true as a kind of menu. Now I am trying to allow the user to rearrange the items in the list. I read in the Dictionary that LC handles drag and drop between *unlocked* fields automatically. Crud. So I tried unlocking the fie