Page 1 of 1

Blizzard Tooltip

PostPosted: Sat Dec 26, 2015 3:05 am
by Doomstriker
Hi there,

So I've been trying to hide blizzard's tooltip (that window you normally see at the bottom right of the screen that display info about the target you hover over) and I've tried doing it with Moveanything first (I can hide my player frame...but not my tooltip), then I tried it with Bartender2 and that still didn't hide it. Finally I tried it with DiscordActionBars and it still didn't hide the tooltip. I also tried to disable all my addon except Moveanything and I still couldn't hide the tooltip. Any solutions?

Re: Blizzard Tooltip

PostPosted: Sat Dec 26, 2015 3:48 am
by Stark
This is something that's annoyed me for years. Could never figure it out myself but if anyone does know I am interested in at least moving it.

Re: Blizzard Tooltip

PostPosted: Sat Dec 26, 2015 11:03 am
by Geigerkind
Hook the GameTooltip:Show() function and add a GameTooltip:Hide() into it. Thats a bit hacky bit the show function is called everywhere which is why that may be the only solution

Re: Blizzard Tooltip

PostPosted: Sat Dec 26, 2015 12:29 pm
by schaka
You can just do "/run GameTooltip.Show = function() end"
Technically you could also set it to nil, but that might lead to errors.

Re: Blizzard Tooltip

PostPosted: Sun Dec 27, 2015 6:42 am
by Doomstriker
I tried the two below commands ingame

/run GameTooltip.Hide = function() end

/run GameTooltip.Show = function() end

Neither hid the tooltip :(

I even tried each command by itself repeatedly and still no luck... :(