No mouseUp
Roger Guay
irog at mac.com
Wed Dec 15 13:03:41 EST 2004
Thanks to all who came to my rescue. So far I have confirmed that the
"send mouse up to me in .2 seconds" works in the mouseDown handler, and
the "set acceptDrop to true" right after setting the dragData in the
dragDrop handler also works well.
I really appreciate this list!!
Thanks, Roger
On Dec 14, 2004, at 6:39 PM, use-revolution-request at lists.runrev.com
wrote:
> Message: 4
> Date: Tue, 14 Dec 2004 16:31:41 -0600
> From: Douglas Westbrook <wdesigns at austin.rr.com>
> Subject: Re: No mouseUp
> To: How to use Revolution <use-revolution at lists.runrev.com>
> Message-ID: <ED042126-4E1F-11D9-B1B8-000A95B26B74 at austin.rr.com>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
>
> You might try
> On mousedown
> set dragdatata to whatever
> send mouse up to me in .2 seconds
> end mousedown
>
> On Dec 14, 2004, at 4:19 PM, Sarah Reichelt wrote:
>
>>>>> I have the following script in a List field and the mouseUp handler
>>>>> doesn't work! I noticed that it is the "set the dragData" line in
>>>>> the
>>>>> mouseDown that disables the mouseUp. Can someone please tell me
>>>>> what's going on and how I can keep the mouseUp?
>>>>>
>>>>>
>>>>> on mouseDown
>>>>> get the hilitedLines of me
>>>>> set the dragData to line it of me
>>>>> end mouseDown
>>>>>
>>>>> on mouseUp
>>>>> beep 2
>>>>> end mouseUp
>>>>>
>>>> Hi Roger,
More information about the use-livecode
mailing list