View Single Post
09-19-09, 10:57 AM   #68
Katae
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Jun 2007
Posts: 208
Originally Posted by Pixol View Post
So after adding in the tooltip part, I noticed mousing over back and forth, the tooltip doesn't disappear instantaneously
I forgot to add the "HideTT" function I have in my original code, which is attached to OnLeave. Sorry about that. Change it to this code so it works properly.
Code:
function() ToggleFrame(GameTooltip) end
Originally Posted by Pixol View Post
Also after enabling tooltip, is there a function supported to disable mouse clicks? say if I were to remove the OnClick function?
Mouse interaction is enabled automatically for OnClick, OnEnter, and OnLeave. None of those actions would do anything otherwise.

Also, I wonder if it didn't work because of my font, did you remove that bit?

Last edited by Katae : 10-10-09 at 12:34 AM.
  Reply With Quote