Download
(2Kb)
Download
Updated: 06-26-10 11:44 AM
Pictures
File Info
Updated:06-26-10 11:44 AM
Created:unknown
Downloads:34,473
Favorites:302
MD5:

Fane  Popular! (More than 5000 hits)

Version: 1.6
by: haste [More]

Fane is a small add-on to make the chat tabs look slightly more appealing. The tabs will always be shown on ChatFrame1 (that's the one where you can have more than one tab).

There are zero configurations for this add-on.

Changes from 1.5
- The tabs will no longer fade, while the combat log quick button list still will.
- Separate chat frames now have their tabs handled correctly.

Changes from 1.4
- Make a global local. (If you fetched 1.4, then you really shouldn't bother fetching this one as well).

Changes from 1.3
- Updated to work on 3.3.5.

Changes from 1.2
- Should no longer error when trying to close chat frames.

Changes from 1.1
- Updated to work on 3.0.

Changes from 1.0
- Set TOC version to 2.4.
Optional Files (0)


Post A Reply Comment Options
Unread 12-30-09, 10:32 AM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 1027
File comments: 392
Uploads: 17
Originally posted by benregn
I have a few tabs defined, most only one or few letters. Now recently I cant click on two of the tabs in the middle and the click area for the two last one got moved a little bit to the right. Any ideas?
And it works fine without Fane enabled?
__________________
「貴方は1人じゃないよ」
Report comment to moderator  
Reply With Quote
Unread 12-30-09, 10:24 AM  
benregn
A Murloc Raider

Forum posts: 8
File comments: 6
Uploads: 0
I have a few tabs defined, most only one or few letters. Now recently I cant click on two of the tabs in the middle and the click area for the two last one got moved a little bit to the right. Any ideas?
Report comment to moderator  
Reply With Quote
Unread 12-28-09, 10:37 AM  
Jadessia
A Kobold Labourer
 
Jadessia's Avatar

Forum posts: 1
File comments: 8
Uploads: 0
ahh thanks cheers ;-)

here's the code i ended up with to make it work at bottom if others are intrested;

Code:
function FCF_SetTabPosition(chatFrame, x)
	local chatTab = _G[chatFrame:GetName().."Tab"];
 	chatTab:SetPoint("BOTTOMLEFT", chatFrame:GetName().."Background", "BOTTOMLEFT", x+2, -20);
end
Last edited by Jadessia : 12-28-09 at 10:40 AM.
Report comment to moderator  
Reply With Quote
Unread 12-28-09, 08:43 AM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 1027
File comments: 392
Uploads: 17
Just replace FCF_SetTabPosition with your own version that anchors like you want it to.
__________________
「貴方は1人じゃないよ」
Report comment to moderator  
Reply With Quote
Unread 12-28-09, 08:09 AM  
Jadessia
A Kobold Labourer
 
Jadessia's Avatar

Forum posts: 1
File comments: 8
Uploads: 0
been trying to change the chat tab positions to bottom, but i can't seem to get it to work correctly,

cause yeah i'm currently using Chicchai to minimize and maximize, but its so damn annoying when the tabs goes up and down :P

think you could help me out with it Haste? or have a look?

tried this:

Code:
hooksecurefunc(ChatFrame1Tab,"SetPoint",function(_,_,parent) -- frame 1 --
	if (parent == "UIParent") or (parent == _G["UIParent"]) then
		ChatFrame1Tab:ClearAllPoints();
		ChatFrame1Tab:SetPoint("BOTTOM",UIParent,"BOTTOM",10,10);
	end
end);
but didn't exactly work ^^ but any help would be greatly apriciated.
Report comment to moderator  
Reply With Quote
Unread 12-19-09, 10:51 PM  
Akirium
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
Fane blocked from using SearchLFGLeave()
Count: 1

Call Stack:
[C]: in function `SearchLFGLeave'
Interface\FrameXML\LFRFrame.lua:389: in function `LFRBrowseFrame_OnUpdateAlways'
[string "*:OnUpdate"]:7: in function <[string "*:OnUpdate"]:1>

keep getting this.
Report comment to moderator  
Reply With Quote
Unread 12-03-09, 07:11 AM  
Kazie
A Kobold Labourer

Forum posts: 1
File comments: 79
Uploads: 0
How do you change the size of the tab text?
Report comment to moderator  
Reply With Quote
Unread 12-01-09, 05:35 AM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 1027
File comments: 392
Uploads: 17
Originally posted by Ross
U know what i could do to fix it or make it not show anymore? They keep popping up in my error frame.
Using a different error report add-on would be the thing to do.
__________________
「貴方は1人じゃないよ」
Report comment to moderator  
Reply With Quote
Unread 11-28-09, 12:15 PM  
Ross
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 67
File comments: 136
Uploads: 1
U know what i could do to fix it or make it not show anymore? They keep popping up in my error frame.
Report comment to moderator  
Reply With Quote
Unread 11-28-09, 08:42 AM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 1027
File comments: 392
Uploads: 17
Those aren't errors.
__________________
「貴方は1人じゃないよ」
Report comment to moderator  
Reply With Quote
Unread 11-28-09, 08:38 AM  
Ross
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 67
File comments: 136
Uploads: 1
2 Errors I have been recieving.

Code:
Fane blocked from using AlwaysUpFrame3:Show()
Count: 50

Call Stack:
[C]: in function `Show'
Interface\FrameXML\WorldStateFrame.lua:186: in function `WorldStateAlwaysUpFrame_Update'
Interface\FrameXML\WorldStateFrame.lua:108: in function <Interface\FrameXML\WorldStateFrame.lua:101>
Code:
Fane blocked from using AlwaysUpFrame3:SetPoint()
Count: 37

Call Stack:
[C]: in function `SetPoint'
Interface\FrameXML\WorldStateFrame.lua:151: in function `WorldStateAlwaysUpFrame_Update'
Interface\FrameXML\WorldStateFrame.lua:108: in function <Interface\FrameXML\WorldStateFrame.lua:101>
Report comment to moderator  
Reply With Quote
Unread 11-22-09, 06:12 AM  
bluenjoy
A Deviate Faerie Dragon
 
bluenjoy's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 13
File comments: 55
Uploads: 1
Hi,

I set up my channels as:

General/ G/Raid / Combat Log / Whisp / Misc.

Whenever I /reload to activate an addon, I always have to reposition "G/Raid" channel before the Combat Log.

Is this common?
__________________
-Biggie
Report comment to moderator  
Reply With Quote
Unread 07-15-09, 12:35 AM  
Qupe
A Warpwood Thunder Caller
 
Qupe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 92
File comments: 523
Uploads: 3
Is it possible somewhere in the lua to have the tabs only appear on mouseover of the chat window?

I used to have a background on the chat window and the tabs didn't look so goofy showing all the time but now that I don't anymore the combination between no bg and chicchai minimizing chat makes the tabs look funny floating above the chat text.
Report comment to moderator  
Reply With Quote
Unread 06-19-09, 09:36 AM  
Frayol
A Deviate Faerie Dragon
 
Frayol's Avatar
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 127
Uploads: 4
Originally posted by haste
Yes, the color should disappear on mouseover. And no, there's no easy way to change it to click instead. I might consider it in the future however.
Many thanks for the reply. It's not a big deal, it was just occasionally I'd receive a whisper and fail to notice it as the mouse had moved over the tab cancelling the colour change.
Report comment to moderator  
Reply With Quote
Unread 06-19-09, 06:30 AM  
haste
Featured Artist
 
haste's Avatar
Featured Addon Author

Forum posts: 1027
File comments: 392
Uploads: 17
Originally posted by Frayol
Just a quick question or two. I currently have a chat tab for whispers and it turns red when they are received as it is supposed to. However, and here is the question, should the red colour disappear on mouseover or on click? If it is mouseover is there an easy way to change it to be on click instead? If the answer is the other way around then it means I have another addon interfering and will need to try and chase it down.

Edit: Clicked the submit button instead of the preview one!

Also wanted to add a thankyou for this addon. It makes the chat so much easier on the eye.
Yes, the color should disappear on mouseover. And no, there's no easy way to change it to click instead. I might consider it in the future however.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.