mouseMove Bug

Gregory Lypny gregory.lypny at videotron.ca
Tue Apr 15 11:32:43 EDT 2008


Thank you Scott,

Never thought of that.  But it's still a little disconcerting that the  
runtime environment is bleeding into the development environment.   
I've never encountered anything like that before.

Gregory

On Tue, Apr 15, 2008, at 11:22 AM, use-revolution-request at lists.runrev.com 
  wrote:

> Message: 22
> Date: Mon, 14 Apr 2008 20:30:44 -0700
> From: Scott Rossi <scott at tactilemedia.com>
> Subject: Re: mouseMove Bug
> To: Revolution Mail List <use-revolution at lists.runrev.com>
> Message-ID: <C4296F74.399EF%scott at tactilemedia.com>
> Content-Type: text/plain;	charset="US-ASCII"
>
> Recently, Gregory Lypny wrote:
>
>> I put the handler below into a field to experiment with mouseMove and
>> mouseLine.  Unfortunately, the handler continues to operate even when
>> I select the Edit tool!
>
> You could try adding the following:
>
>> on mouseMove
>      if the tool <> "browse tool" then pass mouseMove
>>   if the mouseChunk is not empty
>>   then
>>     put the value of the mouseLine
>>     set the backgroundColor of the line 1 to totalLines of me to  
>> empty
>>     set the backgroundColor of the mouseLine to "yellow"
>>     set the loc of button "Option Menu" to the mouseLoc
>>   end if
>> end mouseMove
>




More information about the use-livecode mailing list