Thread Tools Display Modes
02-23-12, 05:29 AM   #1
dbaaf
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations
Join Date: Jan 2012
Posts: 18
hide chatbuttons

hey

i want to hide the five buttons to the left of the chat.

FriendsMicroButton:Hide()

removes the social button, whats the name of the other buttons?

is there a website where i can find all of those names?
haven't found anything yet.

thanks in advance!
__________________
  Reply With Quote
02-23-12, 05:54 AM   #2
Talyrius
An Onyxian Warder
 
Talyrius's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 363
These are the names of the frames you were referring to:
FriendsMicroButton
ChatFrameMenuButton
ChatFrame1ButtonFrameUpButton
ChatFrame1ButtonFrameDownButton
ChatFrame1ButtonFrameBottomButton

There are separate Up, Down, and Bottom buttons for each chat window, but you can use the NUM_CHAT_WINDOWS variable to iterate over them.
  Reply With Quote
02-23-12, 06:19 AM   #3
dbaaf
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations
Join Date: Jan 2012
Posts: 18
thank you worked fine!

where did you get those names?
__________________
  Reply With Quote
02-23-12, 06:53 AM   #4
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 784
Originally Posted by dbaaf View Post
thank you worked fine!

where did you get those names?
http://wowprogramming.com/utils/xmlbrowser
  Reply With Quote
02-23-12, 07:58 AM   #5
dbaaf
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations
Join Date: Jan 2012
Posts: 18
ah thanks, i searched there before too. thought theres an easier way to find it :/
__________________
  Reply With Quote
02-23-12, 08:30 AM   #6
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 822
Ingame

Code:
/framestack
now you can mouseover your frame and see its name.
__________________
The cataclysm broke the world ... and the pandas could not fix it!
  Reply With Quote
02-23-12, 09:08 AM   #7
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 784
Originally Posted by Rilgamon View Post
Ingame

Code:
/framestack
now you can mouseover your frame and see its name.
Oh yes that also =D
  Reply With Quote
02-24-12, 07:09 AM   #8
dbaaf
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations
Join Date: Jan 2012
Posts: 18
thanks Rilgamon
__________________
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » hide chatbuttons

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