View Single Post
01-01-15, 11:06 AM   #6
cokedrivers
A Rage Talon Dragon Guard
 
cokedrivers's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 325
is there a SetPoint I can use to have the tooltip for the hyperlink show above my chatframe instead of above my mainmenubar?

I guess what im asking is were would I put this code:

Code:
	local i
	for i = 1, NUM_CHAT_WINDOWS do
               tooltip:SetPoint("TOP", _G["ChatFrame"..i], 0, 20)
        end
or ami totally off base here?

Coke
  Reply With Quote