Thread Tools Display Modes
09-04-08, 05:47 AM   #1
Amaru
A Cliff Giant
 
Amaru's Avatar
AddOn Compiler - Click to view compilations
Join Date: Dec 2007
Posts: 79
Is there a add-on that...

I reameber that when mazzle first came out, it had a add-on that just putting my mouse over the chat window when a item came up, a tootip would pop up w/o me having to click it.
  Reply With Quote
09-04-08, 06:21 AM   #2
Ravendwyr
A Flamescale Wyrmkin
 
Ravendwyr's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2005
Posts: 139
There is a module inside Chatter which allows you to do this
__________________
Twitter | GitHub
  Reply With Quote
09-04-08, 06:46 AM   #3
Mera
Retired of WoW, In ESO :)
 
Mera's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 331
shorter in a macro
Code:
/script f=_G["ChatFrame1"] f:SetScript("OnHyperlinkEnter",function(_,l) if l then x=GameTooltip ShowUIPanel(x) x:SetOwner(UIParent,"ANCHOR_CURSOR") x:SetHyperlink(l) x:Show() end end) f:SetScript("OnHyperlinkLeave",function() HideUIPanel(x) end)
__________________
If you need to reach me I'm in ESO, @class101 or "Fathis Ules i"
addons: SpamBayes, BrokerCPU
projects: ThunderBayes
Mera[xeh]? - La CroisadeEcarlate (wow)
  Reply With Quote
09-04-08, 07:39 AM   #4
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
tekKompare does hovertips as well.
  Reply With Quote
09-04-08, 02:24 PM   #5
Amaru
A Cliff Giant
 
Amaru's Avatar
AddOn Compiler - Click to view compilations
Join Date: Dec 2007
Posts: 79
tekKompare was the one I was looking for. Thanks guys.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Is there a add-on that...


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