Hi
I have a label called buttonLabel. How do i display the label only when the mouse is over the button? I tried using mouse hover event and use a timer. But the label will disappear after 1 sec. But i want the label to disappear only when the mouse is not over the button. Is there a better way to do it?
I have a label called buttonLabel. How do i display the label only when the mouse is over the button? I tried using mouse hover event and use a timer. But the label will disappear after 1 sec. But i want the label to disappear only when the mouse is not over the button. Is there a better way to do it?
Comment