WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Search/Requests (https://www.wowinterface.com/forums/forumdisplay.php?f=6)
-   -   Hiding the chattabs (https://www.wowinterface.com/forums/showthread.php?t=38166)

Syliha 01-05-11 08:36 PM

Hiding the chattabs
 
Hey everyone,

i'm looking for an addon _only_ hidding the chattabs by default and showing them if i mouseover them, NOTHING else.

I have already seen some addons doing these things but i do not need an ingame config or different options :)

Thank you for your help! =)

Unkn 01-05-11 10:14 PM

nibchattabs

Syliha 01-06-11 05:53 AM

Hey,

that's what i meant with "I have already seen some addons doing these things but i do not need an ingame config or different options". I do not need so much more than hidding the chattabs and shwing them only on mousehover, but anyway thanks for your tip :)

Syliha.

Sniffles 01-06-11 07:19 AM

Use Fane. It has no GUI and it does what you want.

henrik_s 01-06-11 07:29 AM

Add this to an addon:

Code:

CHAT_FRAME_TAB_SELECTED_MOUSEOVER_ALPHA = 1
CHAT_FRAME_TAB_SELECTED_NOMOUSE_ALPHA = 0

CHAT_FRAME_TAB_ALERTING_MOUSEOVER_ALPHA = 0
CHAT_FRAME_TAB_ALERTING_NOMOUSE_ALPHA = 0

CHAT_FRAME_TAB_NORMAL_MOUSEOVER_ALPHA = 1
CHAT_FRAME_TAB_NORMAL_NOMOUSE_ALPHA = 0


Syliha 01-06-11 07:45 AM

Quote:

Originally Posted by henrik_s (Post 225742)
Add this to an addon:

Code:

CHAT_FRAME_TAB_SELECTED_MOUSEOVER_ALPHA = 1
CHAT_FRAME_TAB_SELECTED_NOMOUSE_ALPHA = 0

CHAT_FRAME_TAB_ALERTING_MOUSEOVER_ALPHA = 0
CHAT_FRAME_TAB_ALERTING_NOMOUSE_ALPHA = 0

CHAT_FRAME_TAB_NORMAL_MOUSEOVER_ALPHA = 1
CHAT_FRAME_TAB_NORMAL_NOMOUSE_ALPHA = 0


Nearly perfect thank you :)

There is only one little thing:

The Arrow right of the tabs is allways showing after logging in and is fading out after I clicked it. It's not a big deal but it would be nicer if it would be hidden from the beginning, is that possible?

Other than that, thanks sir! :)

Seerah 01-06-11 05:18 PM

If you have an arrow to the right of your chat tabs, I believe that means that you have more chat tabs than the width of your chat frame allows to display.

Syliha 01-06-11 05:26 PM

Yes that's right, any way to hide it? :)

Seerah 01-06-11 05:35 PM

Sure, if you know the name of the frame. ;) Or you could remove those chat frames.


All times are GMT -6. The time now is 02:20 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI