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.
>
> ___
-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
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
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*
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