Thread Tools Display Modes
02-26-11, 07:30 PM   #1
crazzzzi
A Flamescale Wyrmkin
 
crazzzzi's Avatar
Join Date: Mar 2010
Posts: 117
tracking in instances

when i'm on my hunter in an instance that is a guild run, the banner that shows how many guildies are in the run covers the tracking button on the mini-map. not sure if this is a bug or if there is a way to move the button. if this isn't resolved til nui-6 no biggie, just thought i'd bring it up. Otherwise this is an irreplacable add-on. thx for all the hard work over the years
 
02-27-11, 08:13 AM   #2
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
If you could, next time you see it, do the command '/framestack' then mouse over the guild count flag and take a screen shot... then post the screen shot here (you can use the paperclip icon in the message editor or scroll down the page to the "Manage Attachments" button to upload your screen shot directly with your message)
__________________

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/
 
03-06-11, 01:25 AM   #3
crazzzzi
A Flamescale Wyrmkin
 
crazzzzi's Avatar
Join Date: Mar 2010
Posts: 117
hey Scott here is that screenshot, sorry bout the delay, between crazy work schedule and fighting off a chest cold...Click image for larger version

Name:	Picture clipping 2.jpg
Views:	182
Size:	497.6 KB
ID:	5826
hope this is what you need, thx again
 
03-06-11, 06:08 AM   #4
whereswaldo
A Chromatic Dragonspawn
 
whereswaldo's Avatar
Join Date: May 2008
Posts: 167
I noticed the same thing, but found that if I moved the mouse to the top of the guild banner I was able to access the tracking button through the banner.
__________________

[SIGPIC][/SIGPIC]
 
03-06-11, 09:42 AM   #5
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Hmm... I could have sworn I had moved that banner to the location window. *scratches head*

I'll get it fixed.
__________________

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/
 
03-06-11, 02:23 PM   #6
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Okay... seems this is yet another new frame I was unaware of.

If you could, please edit [ Interface > AddOns > nUI > Plugins > nUI_Location.lua ] and look for the following section of code at line 138

Code:
MiniMapInstanceDifficulty:SetParent( frame );
MiniMapInstanceDifficulty:ClearAllPoints();
MiniMapInstanceDifficulty:SetPoint( "BOTTOMLEFT", frame, "BOTTOMLEFT", 2, -2 );
.
Immediately following that block of instructions, please add the following..

Code:
GuildInstanceDifficulty:SetParent( frame );
GuildInstanceDifficulty:ClearAllPoints();
GuildInstanceDifficulty:SetPoint( "BOTTOMLEFT", frame, "BOTTOMLEFT", 2, -2 );
.
Save the change and reload... then let me know if that fixes the problem or causes any issues, errors, etc.
__________________

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/
 
03-09-11, 10:13 PM   #7
crazzzzi
A Flamescale Wyrmkin
 
crazzzzi's Avatar
Join Date: Mar 2010
Posts: 117
just added the code, it'll be a day or 2 before i run an instance. i'll post the result asap
 
03-12-11, 06:30 PM   #8
crazzzzi
A Flamescale Wyrmkin
 
crazzzzi's Avatar
Join Date: Mar 2010
Posts: 117
ok, that did the trick, the banner is in the lower left below the mini-map. i ran a couple of heroics and regulars all with no issue, thx for the help
 
03-17-11, 10:19 AM   #9
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Okay... I'm going to do my level best to get an update out this weekend, I will include this fix in it.
__________________

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: Bug Reports » tracking in instances


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