Thread Tools Display Modes
07-18-10, 05:29 PM   #1
Thalyra
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 13
Fully Hide Chat Tabs in 3.3.5

Hello,

i am trying to completely hide the Chat Tabs in patch 3.3.5

with prat it is working, but

1. i want to add the code to my current ui
2. i have read the prat code, but i cant find which code exactly hides the frames, so that they arent clickable

thanks
thalyra
  Reply With Quote
07-18-10, 05:45 PM   #2
Dainton
A Flamescale Wyrmkin
 
Dainton's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 115
Code:
for i = 1, NUM_CHAT_WINDOWS do
	local tab = _G["ChatFrame"..i.."Tab"]
	tab:Hide()
	tab.Show = tab.Hide
end
Something like this.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Fully Hide Chat Tabs in 3.3.5


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