Thread: Chat Addon Help
View Single Post
06-24-17, 09:38 PM   #3
sylvanaar
A Warpwood Thunder Caller
AddOn Author - Click to view addons
Join Date: Sep 2006
Posts: 92
I guess this is late, but ChatFrame1 is in FloatingChatFrame.xml, several chatframes are created there, the standard 10.

Just a tip, frames tend to be created in the XML, so do look there too, not just the Lua files.

To size the chat window it depends on if it is docked or not, if docked, you resize the dock, if free chatframe, you can resize the frame SetHeight() SetWidth() I think.

If the chatframe is anchored, you may have to ClearAllPoints(), SetPoint() first.

Last edited by sylvanaar : 06-25-17 at 02:43 AM.
  Reply With Quote