You could send a message to yourself every 10 milliseconds or so, as in:

on checkMouse x,y
  put x,y
  send "checkMouse" && quote & the mouseLoc & quote to me in 10
milliseconds
end checkMouse

That should work...

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/ 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Mac Dude
> Sent: Saturday, September 20, 2003 1:52 AM
> To: [EMAIL PROTECTED]
> Cc: Mac Dude
> Subject: Detecting MouseMove within scrollBar of fld
> 
> 
> I noticed today that a MouseMove message is not generated while the 
> mouse is over the scrollBar portion of a fld.  Aside from using a 
> mouseWithin (ick), or adding my own scrollBar (yuck!), is 
> there a good 
> way to detect that the mouse is within the scrollBar region of a fld?
> 
> _______________________________________________
> use-revolution mailing list
> [EMAIL PROTECTED] 
> http://lists.runrev.com/mailman/listinfo/use-> revolution
> 


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to