Hello,
I’m trying to create a tooltip for a component which will popup when your mouse hovers over the component and close when the mouse moves off the component. I have successfully implemented this using the onMouseEnter and onMouseLeave popup event scripts.
However, with this if you quickly move your cursor across the screen and happen to hover over the component in the process, the tooltip will quickly flash on the screen. This is a rather minor inconvenience but is there a way to modify these popup events so the mouse must hover over the component for a fixed amount of time (say 0.3 seconds) before popping up to avoid this?
Thanks,
Nick