Thread Tools Display Modes
04-23-12, 07:24 AM   #1
ExeCRutR
A Murloc Raider
Join Date: Oct 2009
Posts: 4
Completely disable tooltips

A guildmate of mine is fed up of those tooltips popping up in the bottom right corner.
Is there any way to completely disable tooltips with or without an addon?
  Reply With Quote
04-23-12, 09:09 AM   #2
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
Code:
/run GameTooltip.Show = GameTooltip_Hide
  Reply With Quote
04-23-12, 01:17 PM   #3
ExeCRutR
A Murloc Raider
Join Date: Oct 2009
Posts: 4
Thank you, he's tryin it out right now.

Guess to re-activate them he has to type

Code:
/run GameTooltip.Show = GameTooltip_Show
  Reply With Quote
04-23-12, 02:58 PM   #4
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
I'm not in-game to test but no that won't reactivate them.
(for one there's no GameTooltip_Show function)

To have the ability to revert he'd need to either "store" the original function before replacing it
and "put it back" later to re-activate tooltips or use a different method.

This might work.
Turning tooltips off:
Code:
/run GameTooltip:SetScript("OnShow",GameTooltip_Hide)
Turning them back on:
Code:
/run GameTooltip:SetScript("OnShow",nil)
  Reply With Quote
04-23-12, 05:01 PM   #5
mad727
A Kobold Labourer
Join Date: Nov 2008
Posts: 1
Saint

Ive been dreaming of this off/on feature. We'll relative to Warcraft, i do have other dreams. Like a Goblin Monk.
Thank you
  Reply With Quote
04-23-12, 10:15 PM   #6
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Originally Posted by Dridzt View Post
To have the ability to revert he'd need to either "store" the original function before replacing it
and "put it back" later to re-activate tooltips or use a different method.
Or just reload his UI. Though I never understand why people want to hide the tooltips - they have such useful information that you don't find anywhere else.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
04-23-12, 11:49 PM   #7
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
Originally Posted by Seerah View Post
Though I never understand why people want to hide the tooltips - they have such useful information that you don't find anywhere else.
I could see disabling it under certain conditions, or possibly adjusting it in some way. I can't recall off the top of my head when, but I feel like there have been times when it's been in the way, particularly at lower resolutions.

If you could define exactly what the problem is with the tooltips, perhaps a better solution could be offered.

There are addons that let you change where they're anchored and how they look, though.
  Reply With Quote
04-24-12, 12:52 AM   #8
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 2,364
You can use xanTooltipHoudini to hide the tool tips in combat. It's 4.3 compliant and it works well.
__________________
Ahhhh, the vagueries of the aging mind. Wait.... What was I saying?


Carbonite <----- GitHub main module (Maps ONLY) download link. The other modules are also available on GitHub.
Carbonite-CLASSIC<----- GitHub link to Carbonite Classic. Thanks to ircdirk for this!
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Completely disable tooltips

Thread Tools
Display Modes

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