I'm trying to use a text box to display tooltips in whenever buttons or certain fields are hovered over.
I have used the 'On mouse move' property to update the text box which works perfectly. However, I can't get the text box to clear when the mouse moves away.
I have tried using the property on the underlying form but it only works if there's nothing else in the area, meaning the mouse has to be moved to the side of all the details to clear the text box.
Can anyone suggest a better way of doing this?
I have used the 'On mouse move' property to update the text box which works perfectly. However, I can't get the text box to clear when the mouse moves away.
I have tried using the property on the underlying form but it only works if there's nothing else in the area, meaning the mouse has to be moved to the side of all the details to clear the text box.
Can anyone suggest a better way of doing this?