Thread Tools Display Modes
08-15-12, 04:37 PM   #1
Jhasduit
A Defias Bandit
Join Date: Jul 2012
Posts: 2
Pet name not showing in correct location.

Hi,

I have noticed ever since installing nUI+ (I have 5.07.24 (Plus)) that in the standard frames, the pet name shows in the correct placement. However, in party or raid modes it does not.

I am including three screenshots to show what I am seeing.

This has happened on both hunters and warlocks that I have seen.
Attached Thumbnails
Click image for larger version

Name:	WoWScrnShot_081512_153047.jpg
Views:	703
Size:	406.2 KB
ID:	7071  Click image for larger version

Name:	WoWScrnShot_081512_153057.jpg
Views:	697
Size:	402.1 KB
ID:	7072  Click image for larger version

Name:	WoWScrnShot_081512_153108.jpg
Views:	698
Size:	398.1 KB
ID:	7073  
 
08-15-12, 05:23 PM   #2
Daveo77
Premium Member
 
Daveo77's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Apr 2010
Posts: 141
This has been a long standing bug. Not sure whether it will be fixed for MoP or nUI v6.
 
08-15-12, 05:39 PM   #3
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
I'll take a look and see whats causing the problem. I don't recall this happening myself ion my warlock or hunter but it has been along while since I've been grouped with them. Early cata with my hunter though so I'm surprised I didn't notice it.
__________________
 
08-15-12, 06:42 PM   #4
Jhasduit
A Defias Bandit
Join Date: Jul 2012
Posts: 2
Thank you for the swift reply.

Although I am glad to find out I am not the only one, I have said nothing until now since it is not game breaking in any way.

I just figured I would bring it up now before MoP hits so that it isn't yet another bug to add to the list so to speak. (I do test casing for work, so I am well aware of how bugs can pile up on a person).
 
06-22-13, 01:51 PM   #5
jecuce
A Kobold Labourer
Join Date: Dec 2009
Posts: 1
pet name bug

this has still not been resolved
apreciate all the hard work and a wonderfull UI though
 
06-22-13, 03:08 PM   #6
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
Wow, I am so sorry. Despite not playing wow regularly for a long while I did forget about this problem when I did start logging in a couple of times a week. Next time I do a toon swap I'll take a look at it.


Okay, thought I better do it now before I forget and while I was logged in

Looks like its a problem with the layout files. There is a slight difference with how the labels are positioned in the party+ frames than the solo one.

Try changing the relevant ( nUI_UnitSkin_Raid10Pet.lua ) file ( change Raid10 to Raid25 or Party etc ) and change the first label element block that says :

Code:
					label =
					{
						enabled     = true,
						fontsize    = 11,
						justifyH    = "LEFT",
						justifyV    = "MIDDLE",
						anchor_pt   = "LEFT",
						relative_to = "$parent_Label1",
						relative_pt = "RIGHT",
						xOfs        = 33,
						yOfs        = -5,					
						color       = { r = 1, g = 0.83, b = 0, a = 1 },
					},
to this

Code:
					label =
					{
						enabled     = true,
						fontsize    = 11,
						justifyH    = "LEFT",
						justifyV    = "MIDDLE",
						anchor_pt   = "TOP",
						relative_to = "$parent_Label1",
						relative_pt = "TOP",
						xOfs        = 33,
						yOfs        = -5,					
						color       = { r = 1, g = 0.83, b = 0, a = 1 },
					},
Basically you are changing the positioning of the label text in the pet frames label frame.

The screenshot attached shows it working now for my hunter when in the raid10 display layout.
Attached Thumbnails
Click image for larger version

Name:	WoWScrnShot_062213_222625.jpg
Views:	429
Size:	344.0 KB
ID:	7776  
__________________

Last edited by Xrystal : 06-22-13 at 03:29 PM.
 
09-11-13, 05:54 PM   #7
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
This should be in the 5.07.37 release tonight.

Originally Posted by Xrystal View Post
Wow, I am so sorry. Despite not playing wow regularly for a long while I did forget about this problem when I did start logging in a couple of times a week. Next time I do a toon swap I'll take a look at it.


Okay, thought I better do it now before I forget and while I was logged in

Looks like its a problem with the layout files. There is a slight difference with how the labels are positioned in the party+ frames than the solo one.

Try changing the relevant ( nUI_UnitSkin_Raid10Pet.lua ) file ( change Raid10 to Raid25 or Party etc ) and change the first label element block that says :

Code:
                    label =
                    {
                        enabled     = true,
                        fontsize    = 11,
                        justifyH    = "LEFT",
                        justifyV    = "MIDDLE",
                        anchor_pt   = "LEFT",
                        relative_to = "$parent_Label1",
                        relative_pt = "RIGHT",
                        xOfs        = 33,
                        yOfs        = -5,                    
                        color       = { r = 1, g = 0.83, b = 0, a = 1 },
                    },
to this

Code:
                    label =
                    {
                        enabled     = true,
                        fontsize    = 11,
                        justifyH    = "LEFT",
                        justifyV    = "MIDDLE",
                        anchor_pt   = "TOP",
                        relative_to = "$parent_Label1",
                        relative_pt = "TOP",
                        xOfs        = 33,
                        yOfs        = -5,                    
                        color       = { r = 1, g = 0.83, b = 0, a = 1 },
                    },
Basically you are changing the positioning of the label text in the pet frames label frame.

The screenshot attached shows it working now for my hunter when in the raid10 display layout.
__________________

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/
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » Pet name not showing in correct location.

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