LibChatWindow |
I wrote this just to use for debugging & other random things. It just creates a simple chat window that mimics the look of the regular chat window (minus the extra buttons) and slaps an easy access AddText(..) function and ChangeFade(..) function on it. The fade is only for the text, the background does not fade, but still useful if you want to hide the background & set the text fade.
Function...yeah there is only one Lua Code:
Instructions Install the LibChatWin-1.0 folder in your libs folder (or wherever) & add a reference to it in your addon.txt file: Lua Code:
Add this line to the top of any code file you want to use it in: Lua Code:
The control contains two functions that allow you to easily add messages to the chat buffer & change the fade delay/duration. Lua Code:
|