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
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:
http://runtime-revolution.278305.n4.nabble.com/Drag-a
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
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
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
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
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,
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*