Download
(3Kb)
Download
Updated: 09-02-18 03:35 AM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:09-02-18 03:35 AM
Created:10-16-10 02:08 PM
Downloads:38,159
Favorites:104
MD5:

rChat  Popular! (More than 5000 hits)

Version: 800.20180901
by: zork [More]


Intro

rChat adjusts the appearance of the default chat frame.
Git
https://github.com/zorker/rothui/tre...r/wow8.0/rChat

Optional Files (0)


Post A Reply Comment Options
Unread 10-06-11, 10:26 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
There seems to be a bug with "active" editboxes. Only happens when you have multiple chat windows. I copy the URL to the last active editbox. Each chat window has its own editbox. But the correct one will not show up until you used the editbox of the corresponding window...if that makes sense.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 10-05-11, 05:28 PM  
Clyde_Mobster
A Murloc Raider

Forum posts: 4
File comments: 23
Uploads: 0
For URLCOPY, do you have to have an edit box already open for it to do it's thing or did something change in the API recently? Seems like before when i would click a url, it would open an edit box then paste text/highlight, now I have to have an open or 'active' edit box for it to work.
Report comment to moderator  
Reply With Quote
Unread 08-26-11, 01:35 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Edit Box

For the fading issue check the fading.lua and comment out
lua Code:
  1. --disable tab flashing
  2.   FCF_FlashTab = function() end
  3.   FCFTab_UpdateAlpha = function() end
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 08-26-11 at 01:35 AM.
Report comment to moderator  
Reply With Quote
Unread 08-24-11, 05:03 PM  
Siannus
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 90
Uploads: 2
Edit Box

Love this chat mod cause damn, its so much lighter than *cough* chatter!

However, I only have 2 things I need to know, anyway to move the editbox?

I perfer the editbox in the center of my UI just above my castbar. I am assuming that the following is where I need to edit:

Code:
	local eb = _G['ChatFrame'..i..'EditBox']
	if eb and cf then
		cf:SetClampRectInsets(0,0,0,0)
		--cf:SetFading(false)
		eb:SetAltArrowKeyMode(false)
		eb:ClearAllPoints()
		eb:SetPoint("BOTTOM",cf,"TOP",20,20)
		eb:SetPoint("LEFT",cf,-15,0)
		eb:SetPoint("RIGHT",cf,10,0)
	end
Ive tried changing the cf to UIParent.. doesnt work. Any help would be appreciated.

Also, how would I set the Chatbox Tabs to fade out until hovering over them, like on the default Blizzard UI?
Last edited by Siannus : 08-24-11 at 05:06 PM.
Report comment to moderator  
Reply With Quote
Unread 08-11-11, 05:20 PM  
Meefk
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Originally posted by Kendian
Love the addon. =) Is there any way to hide the border texture around editbox? The one that changes color depending on what channel you're in (Guild/Raid/Say) etc? My thanks, for any/all help~



Edit: Nvm, I figured it out.

Mind sharing that? ^.-
Report comment to moderator  
Reply With Quote
Unread 07-20-11, 02:20 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Yeah but that is advanced only.
Edit the fading.lua. Set hide_chattab_backgrounds to false and enable the default chat tab flashing by commenting out the specific lines.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 07-20-11, 12:53 AM  
otrebla
A Kobold Labourer

Forum posts: 1
File comments: 91
Uploads: 0
Hey, one quick question. Is there a way to get a tab to blink if you get a whisper? I have a tab set up just for whispers in game, and I was wondering if this was possible.
Report comment to moderator  
Reply With Quote
Unread 07-03-11, 08:58 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
No actually I dont.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 07-01-11, 10:46 AM  
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 614
File comments: 167
Uploads: 11
HIyas, want to say I love all your addons, your UI is what inspired me to start making my own. I'm using rchat, and I've figured out how to fade the tabs and tab font to 0, but when I do, a button pops up, named GeneralDockManagerOverflowButton. Was wondering if you had a way to manipulate that, just to move it up, and to the right a few pixels. My thanks, in advance, for any and all help. Keep up the GREAT work!
Report comment to moderator  
Reply With Quote
Unread 05-09-11, 08:10 PM  
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 614
File comments: 167
Uploads: 11
Thsi will do exactly what you're looking for, I think.
http://www.wowinterface.com/download...48-AI-Art.html
__________________
Last edited by Kendian : 05-09-11 at 08:10 PM.
Report comment to moderator  
Reply With Quote
Unread 05-07-11, 01:28 PM  
Gankz
A Kobold Labourer

Forum posts: 0
File comments: 29
Uploads: 0
Hi Zork, i know this is really off topic but i really like your addons and compilations you have. I was just curious as to if you knew any addon that would change colors to black or know how to write a LUA code to do something similar to it? I'll show you a picture of my UI here so it's a little more clear of what im saying: http://imageshack.us/f/850/blacksc.jpg/

That's my current UI, as you can see im using rChat and rBuffstylers. But nothing else looks right on my UI lol. If you have any idea what im talking about or any addons that would work for me please let me know asap.
Thanks in advanced!

-Gkz
Report comment to moderator  
Reply With Quote
Unread 03-11-11, 10:58 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Sidenote. The code from saibot is pretty decent.

Code:
	for i = 1, 23 do
		CHAT_FONT_HEIGHTS[i] = i+7
	end
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 03-02-11, 08:11 AM  
Kayja
A Deviate Faerie Dragon

Forum posts: 19
File comments: 17
Uploads: 0
Originally posted by WaldoJeffers
Hey great stuff, love this so much. I'd like to know if possible how I can have the chat tabs text (general, combat log etc.) fully faded/hidden and then have them show when I click the chat window and then fade back out.
Open "fading.lua" and remove lines:

7, 51-63, 68, 74

then change the values of the following lines from 1 to 0

17, 19, 21

You can then just fiddle with the values of CHAT_TAB_HIDE_DELAY and CHAT_TAB_SHOW_DELAY to how fast / slow you want the tab headers to appear and disappear (values are in seconds). That should do it, I think.
Last edited by Kayja : 03-02-11 at 08:16 AM.
Report comment to moderator  
Reply With Quote
Unread 02-23-11, 02:02 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Errr...well you could set the alpha of not active chat tabs to 0. But I do not recommend this.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 02-22-11, 06:46 PM  
WaldoJeffers
A Molten Giant
 
WaldoJeffers's Avatar

Forum posts: 564
File comments: 58
Uploads: 0
Hey great stuff, love this so much. I'd like to know if possible how I can have the chat tabs text (general, combat log etc.) fully faded/hidden and then have them show when I click the chat window and then fade back out.
__________________
I said lady, step inside my Hyundai
Last edited by WaldoJeffers : 02-22-11 at 11:22 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: