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

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to