You will have to pass ALL of the mouse events then.

on mouseUp
pass mouseUp
end mouseUp

on mouseEnter
pass mouseEnter
end mouseEnter

on mouseLeave
pass mouseLeave
end mouseLeave

on mouseWIthin
pass mouseWithin
end mouseWIthin

etc.

Tom McGrath


On May 29, 2008, at 7:43 PM, Andres Martinez wrote:

Thanks Mark and Randy

Unfortunately, that is not enough.

One of the problems I have not been able to work around is the button's auto-hilite, used to show a different Icon when the mouse is over the button. When the mouse enter the label, then the icon is back to normal and the button receives a mouseleave message.

Regards,
Andres Martinez
www.baKno.com

On May 29, 2008, at 6:51 PM, Mark Wieder wrote:

Andres-

Is it possible to define an image to be transparent to mouse events?

How about...

on mouseUp
pass mouseUp
end mouseUp

--
Mark Wieder
[EMAIL PROTECTED]



_______________________________________________
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

_______________________________________________
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

_______________________________________________
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