Thread Tools Display Modes
06-24-10, 01:09 AM   #1
phetish
A Deviate Faerie Dragon
Join Date: Nov 2007
Posts: 15
A chat suggestion

I know there are still fixes coming since 3.3.5 dropped but I thought I toss this out there:

Reduce the size of Chat tabs - as it is, I can't get more than 3 tabs to show up and that makes it easy to miss incoming whispers, etc. Reducing the tab names to just 3 characters only reduced the tab size on the General tab - the others remained the same size.

I'm using 5.06.25 at 1280x1024 in case it matters...
 
06-24-10, 04:40 AM   #2
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
I'll keep that in mind. Not sure I'll spend much time on it in nUI5 since it's end-of-life... but I will address it in nUi6.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
06-24-10, 07:27 AM   #3
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,877
Just a side note I did notice in my browsing that the blizz code auto sizes the tabs when a new name is given so its quite possible that just renaming it will resize it
__________________
 
07-06-10, 02:49 AM   #4
Aywn
A Deviate Faerie Dragon
 
Aywn's Avatar
AddOn Compiler - Click to view compilations
Join Date: Jun 2008
Posts: 10
Possible fix

while playing at 1280 x 768 the edit box is actually over the chat box! i had to change the chat frame lua file to raise the edit box from

editBox:SetPoint( "TOPLEFT", "ChatFrame"..i, "TOPLEFT", 0, 5 );
editBox:SetPoint( "TOPRIGHT", "ChatFrame"..i, "TOPRIGHT", 0, 5 );

editBox:SetPoint( "TOPLEFT", "ChatFrame"..i, "TOPLEFT", 0, 50 );
editBox:SetPoint( "TOPRIGHT", "ChatFrame"..i, "TOPRIGHT", 0, 50 );

and then it fit between the aura box and the console.

This is a awesome mod all my friends use it and as a beginning lua programmer I am very thankful for the notations you put in the files so I can see what does what.

-Aywn
 
07-06-10, 04:04 AM   #5
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
The chat frame edit box is ALWAYS over the chat frame box, at the top, and always has been since nUI was originally created. I'm surprised at how many people think this is a new behavior since 3.3.5 -- however, if you are running 5.06.26 or newer then the chat edit box has a black background behind it so the background text does not show up behind it when it is open.

I'm also surprised by how many people are bothered by the box being over the text at the top of the chat frame... it's old news.

In any event, I appreciate the kind word and I'm glad you were able to modify it to suit your need.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
07-07-10, 12:25 AM   #6
Aywn
A Deviate Faerie Dragon
 
Aywn's Avatar
AddOn Compiler - Click to view compilations
Join Date: Jun 2008
Posts: 10
Originally Posted by spiel2001 View Post
The chat frame edit box is ALWAYS over the chat frame box, at the top, and always has been since nUI was originally created. I'm surprised at how many people think this is a new behavior since 3.3.5 -- however, if you are running 5.06.26 or newer then the chat edit box has a black background behind it so the background text does not show up behind it when it is open.

I'm also surprised by how many people are bothered by the box being over the text at the top of the chat frame... it's old news.

In any event, I appreciate the kind word and I'm glad you were able to modify it to suit your need.
I know it's always been there but recently the problem was that with the background being clear now it was hard to tell what you typed and what was just text in the chat box...

-Aywn

Friends don't let friends be Republican.
 
07-07-10, 05:10 AM   #7
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
The background is black, not clear? I think it's been black since about 5.06.24 or so. Are you sure you're using the most recent version of nUI? 5.06.27 at present. Check you chat frame message at login and see what version nUI says it is loading.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
07-08-10, 03:23 AM   #8
Aywn
A Deviate Faerie Dragon
 
Aywn's Avatar
AddOn Compiler - Click to view compilations
Join Date: Jun 2008
Posts: 10
Originally Posted by spiel2001 View Post
The background is black, not clear? I think it's been black since about 5.06.24 or so. Are you sure you're using the most recent version of nUI? 5.06.27 at present. Check you chat frame message at login and see what version nUI says it is loading.
what i mean is that the text in the chat box is visable under the edit box when you try to type and yes i'm using the most recent version of nui+

-Aywn
__________________
Friends don't let friends be Republican
 
07-08-10, 04:01 AM   #9
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
I don't understand... the chat edit box has a black background and has had one for several versions now. Can you post a screen shot please?
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
07-08-10, 09:12 AM   #10
Aywn
A Deviate Faerie Dragon
 
Aywn's Avatar
AddOn Compiler - Click to view compilations
Join Date: Jun 2008
Posts: 10
Originally Posted by spiel2001 View Post
I don't understand... the chat edit box has a black background and has had one for several versions now. Can you post a screen shot please?
Gladly

before editing(I moved the text up to simulate full text box)
Click image for larger version

Name:	WoWScrnShot_070810_100308.jpg
Views:	239
Size:	261.4 KB
ID:	4590

after editing(If you look at the edit box you will see the chair in the background proving a clear background)
Click image for larger version

Name:	WoWScrnShot_070810_100149.jpg
Views:	289
Size:	246.2 KB
ID:	4591

-Aywn
__________________
Friends don't let friends be Republican
 
07-08-10, 03:41 PM   #11
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Okay -- I can tell you for a fact that is *NOT* what the nUI 5.06.28 chat edit box looks like. Either you are *NOT* running nUI 5.06.28 or you have another mod that is interfering.

The nUI edit box does not have the silver frame around the outside of the chat edit and has a solid black background. Look at the attached image which also has text scrolled behind the chat edit box and not the differences.
.
Attached Thumbnails
Click image for larger version

Name:	WoWScrnShot_070810_174016.jpg
Views:	666
Size:	442.0 KB
ID:	4592  
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
07-08-10, 07:06 PM   #12
DesertDwarf
Largely Short
 
DesertDwarf's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 62
Hrm. I wish mine looked like yours, Scott. Currently, mine looks like the phetish's. When I disable all other addons and test the Conversation thing tonight, I'll see if mine looks like yours or phetish's and let you know the difference. If it looks like phetish's, I'll post a list of my addons so we can compare which ones we have in common that might be messing with this.

Incidentally, my chat setting is in IM mode, not Classic.
__________________
DesertDwarf
"I could be taller, but why?"
 
07-08-10, 08:03 PM   #13
DesertDwarf
Largely Short
 
DesertDwarf's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 62
Hmm...figures. I pruned my addons folder a few days ago and got rid of some I don't want any more. Apparently, one of them caused the problem because when I logged in just now, it looks the same as Scott's.

phetish, any chance you can post a list of your addons?
__________________
DesertDwarf
"I could be taller, but why?"
 
07-09-10, 06:04 AM   #14
Aywn
A Deviate Faerie Dragon
 
Aywn's Avatar
AddOn Compiler - Click to view compilations
Join Date: Jun 2008
Posts: 10
Originally Posted by spiel2001 View Post
Okay -- I can tell you for a fact that is *NOT* what the nUI 5.06.28 chat edit box looks like. Either you are *NOT* running nUI 5.06.28 or you have another mod that is interfering.

The nUI edit box does not have the silver frame around the outside of the chat edit and has a solid black background. Look at the attached image which also has text scrolled behind the chat edit box and not the differences.
.
It was me. In the last patch blizzard gave two options for chat style.
Click image for larger version

Name:	WoWScrnShot_070910_070012.jpg
Views:	226
Size:	186.8 KB
ID:	4593
The IM style is what is defaulted to be selected and that is where the silver frame came from... Stupid Blizzard changes.

-Aywn
__________________
Friends don't let friends be Republican
 
07-09-10, 07:23 PM   #15
DesertDwarf
Largely Short
 
DesertDwarf's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 62
Originally Posted by Aywn View Post
It was me. In the last patch blizzard gave two options for chat style.

The IM style is what is defaulted to be selected and that is where the silver frame came from... Stupid Blizzard changes.
Erm, yeah. Come to think of it, I made that change to my settings around the same time I pruned my addons.

/sigh
__________________
DesertDwarf
"I could be taller, but why?"
 
07-10-10, 06:26 AM   #16
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Hmmm... I use the IM style and I don't get the silver frame. Odd.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
07-11-10, 04:35 AM   #17
kliebor
A Fallenroot Satyr
 
kliebor's Avatar
Join Date: Mar 2009
Posts: 24
I also use IM style chat with no oddball frame either.

I have other issues as stated in my support thread, but no odd frame or hard to see entry box.

Must be something interfering

Dave
 
07-11-10, 08:53 AM   #18
Aywn
A Deviate Faerie Dragon
 
Aywn's Avatar
AddOn Compiler - Click to view compilations
Join Date: Jun 2008
Posts: 10
Originally Posted by spiel2001 View Post
Hmmm... I use the IM style and I don't get the silver frame. Odd.
I think i figured it out in the chatbox lua code there is some code that looks like this
_G["ChatFrame"..i.."EditBoxLeft"]:SetAlpha( 0.0 );
_G["ChatFrame"..i.."EditBoxRight"]:SetAlpha( 0.0 );
_G["ChatFrame"..i.."EditBoxMid"]:SetAlpha( 0.0 );

I had changed it to look like this
_G["ChatFrame"..i.."EditBoxLeft"]:SetAlpha( 1.0 );
_G["ChatFrame"..i.."EditBoxRight"]:SetAlpha( 1.0 );
_G["ChatFrame"..i.."EditBoxMid"]:SetAlpha( 1.0 );

and that created the silver frame we're talking about

-Aywn
__________________
Friends don't let friends be Republican
 
07-11-10, 09:09 AM   #19
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
That explains much... I didn't realize you were modifying the nUI source.

You do realize that once you go in and start changing nUI code, all bets are off in terms of me being able to support it, yes?
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
07-11-10, 09:24 AM   #20
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,877
Rofl, you're best bet is to rig up a mini addon that does that changes those little small things for you that way you can then say .. oh yeah I have an addon that changes that part whenever we ask that question
__________________
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Suggestion Box » A chat suggestion

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off