View Single Post
05/08/14, 04:29 AM   #6
lyravega
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 93
Originally Posted by Roupine View Post
I had a similar problem when I accidentally created an empty and tab-less chat container. Even after deleting the empty container and deleting my SavedVariables, the problem persisted.

What I ended up doing was using RemoveChatContainer() and RemoveChatContainerTab() to remove ALL chat containers and tabs and then re-adding one container, then one tab. The problems with deleting all of your chat containers are, of course, that the chat entry box has nothing to attach to so you have to type in the /script commands blind, and you're spammed with UI errors the whole time.

But it saves time on a re-install. I couldn't find where the setting was saved, and hadn't given ResetToDefaultSettings() a try.
Do you remember exact names of the commands? Oh, also, problem persists even after a full reinstall.
  Reply With Quote