Hi,
How to catch a hover mouse event for the newButton?
Thanks!
Hi,
How to catch a hover mouse event for the newButton?
Thanks!
When you move the mouse, you get an event. That event has an x and y value. You can then look to see if that x and y is inside the rectangle of the widget or display object that you care about. There really isn’t a hover event.
Rob
Hi Rob!
It’s a realy simple solution!
Thanks!
When you move the mouse, you get an event. That event has an x and y value. You can then look to see if that x and y is inside the rectangle of the widget or display object that you care about. There really isn’t a hover event.
Rob
Hi Rob!
It’s a realy simple solution!
Thanks!