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, [EMAIL PROTECTED]
wrote:
Message: 22
Date: Mon, 14 Apr 2008 20:30:44 -0700
From: Scott Rossi <[EMAIL PROTECTED]>
Subject: Re: mouseMove Bug
To: Revolution Mail List <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
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
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution