Showing results 1 to 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: Everglow
Forum: General Authoring Discussion 05-06-08, 01:29 PM
Replies: 14
Views: 9,520
Posted By Everglow
There is a constant ("NUM_CHAT_WINDOWS" = 10) but...

There is a constant ("NUM_CHAT_WINDOWS" = 10) but when I used it, I received errors after 7. Apparently the game only constructs 7 instances of the parent.



In my limited testing, since hooking...
Forum: General Authoring Discussion 05-05-08, 01:18 PM
Replies: 14
Views: 9,520
Posted By Everglow
Well, my mod...

Well, my mod (http://www.wowinterface.com/downloads/info8847-ChatToggle.html) has the added bonus of making the screen less cluttered when in combat. Besides, even with Tekkub's fix, you might hover...
Forum: General Authoring Discussion 05-03-08, 09:44 PM
Replies: 14
Views: 9,520
Posted By Everglow
Smile For anyone interested, the addon is called...

For anyone interested, the addon is called ChatToggle, which is now available here (http://www.wowinterface.com/downloads/info8847-ChatToggle.html)
Forum: General Authoring Discussion 05-03-08, 09:39 PM
Replies: 14
Views: 9,520
Posted By Everglow
I actually couldn't get that to work, so I hooked...

I actually couldn't get that to work, so I hooked the Chat_Frame_OnUpdate event handler, which is much simpler, and seems to work fine. hidden is just a boolean that indicates whether I'm hiding the...
Forum: General Authoring Discussion 05-03-08, 12:57 PM
Replies: 14
Views: 9,520
Posted By Everglow
Thanks for the pointers, Slakah! I've been...

Thanks for the pointers, Slakah!

I've been looking at the global environment as an option, but hadn't tried implementing it yet (still learning the ins and outs of Lua)

In any case, I only want...
Forum: General Authoring Discussion 05-03-08, 04:15 AM
Replies: 14
Views: 9,520
Posted By Everglow
Unhappy Ok... here is what I came up with for my table ...

Ok... here is what I came up with for my table

13 for i = 1,7 do
14 CTChatWindows[i] = {}
15 CTChatWindows[i]["tab"] = {}
16 CTChatWindows[i]["main"] = {}
17 ...
Forum: General Authoring Discussion 05-03-08, 01:43 AM
Replies: 14
Views: 9,520
Posted By Everglow
Thank you Layrajha... you helped me a lot with...

Thank you Layrajha... you helped me a lot with your reply. :)
Forum: General Authoring Discussion 05-01-08, 05:08 PM
Replies: 14
Views: 9,520
Posted By Everglow
Hiding ALL chat windows

Is there a way to hide all chat windows, including the General Chat Window? I have only been able to find ChatFrame1 ,2 ,3 etc. but I cant seem to find the name of the General Chat Window...
Showing results 1 to 8 of 8