Thread Tools Display Modes
Prev Previous Post   Next Post Next
09-26-07, 01:57 PM   #14
LBussy
Legend in my own mind
 
LBussy's Avatar
Premium Member
Join Date: Sep 2007
Posts: 50
Found the other tooltip issue that had me stumped. I don't think this has been posted. In another thread, Alkar sent me in the right direction:
Originally Posted by Alkar
this problem is casued when you mouse over the context menu (the little box on the right with all your profession stuff in and and that crap.
Here is the error (your line numbers may be different):
Code:
[2007/09/26 12:24:21-7-x2]: Interface\FrameXML\GameTooltip.lua:74: Usage: GameTooltip:SetOwner(frame):
Interface\FrameXML\GameTooltip.lua:74: in function <Interface\FrameXML\GameTooltip.lua:73>:
<in C code>: in function `TinyTipAnchor_Original_GameTooltip_SetDefaultAnchor'
TinyTip\TinyTipAnchor.lua:143: in function <Interface\AddOns\TinyTip\TinyTipAnchor.lua:140>
(tail call): ?:
Interface\FrameXML\ActionButton.lua:382: in function `ActionButton_SetTooltip':
MazzleUI-1.1\CustomLibs\ContextMenu.lua:147: in function <Interface\AddOns\MazzleUI\CustomLibs\ContextMenu.lua:141>
<in C code>: in function `SecureStateAnchor_RunChild'
<string>:"*:OnEnter":3: in function <[string "*:OnEnter"]:1>
To fix, in \Interface\AddOns\MazzleUI\CustomLibs\ContextMenu.lua:
Search for:
ActionButton_SetTooltip();
replace with:
ActionButton_SetTooltip(this, "ANCHOR_BOTTOMRIGHT");

That does that one! Next!
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Mazzle 1.1 Fresh/New Installation after patch 2.2


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off