mouseMove Bug

Gregory Lypny gregory.lypny at videotron.ca
Mon Apr 14 23:27:25 EDT 2008


Hello everyone,

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!

	Gregory

on 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