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

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 that LC

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 drop

Re: Drag and Drop in a locked field

2012-02-10 Thread Mark Smith
slylabs13 wrote Any easy way to implement this? I could use a datagrid I suppose (grumble grumble) but it would be nice if I could just do this with a simple list field. I want to reorder entire lines by dragging and dropping them. Hi Bob, I wrote something to do that awhile back and

Re: Drag and Drop in a locked field

2012-02-10 Thread Mark Smith
Sorry, its been awhile since I worked on it and so I should clarify: the 7766 bug only rears its head after using the pop-up menu. If you disable the pop-up menu option the drag drop works fine on x86. -- Mark -- View this message in context:

Re: Drag and Drop in a locked field

2012-02-10 Thread Bob Sneidar
Thanks Mark! Bunch of friendlier people I have never known! :-) So far I am using Scott's Getinline solution. I like his little drag insert graphic! Bob On Feb 10, 2012, at 12:01 PM, Mark Smith wrote: slylabs13 wrote Any easy way to implement this? I could use a datagrid I suppose

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*

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