Thread Tools Display Modes
06-25-10, 04:15 PM   #1
Dahon
A Deviate Faerie Dragon
Join Date: Feb 2007
Posts: 17
5.06.26 Info Panel Error with Recount/Stats

I apologize if someone posted this already.

Although the new release got rid of the random Skada panel when Skada was not installed, I'm now having an issue where Recount is showing on its own Panel rather than showing in the Stats frame.

Omen shows correctly while in combat, but while out of combat, Omen disappears as it should, yet Recount does not display.

This is not really a huge issue for me, but thought I should make you aware.


Thanks for all your hard work!
 
06-25-10, 04:43 PM   #2
Dahon
A Deviate Faerie Dragon
Join Date: Feb 2007
Posts: 17
*Found Cause*

I found the cause....

if 'nUI: Config [GUI]' is loaded, it moves Recount from the Stats Panel to its own Recount Panel.
 
06-26-10, 12:28 PM   #3
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 837
thank you thats been driving me nuts.
__________________
"There's no such thing as too many addons."
Lothaer
Titan Dev Team Member.
 
06-26-10, 09:49 PM   #4
Kodewulf
Premium Member
 
Kodewulf's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 114
Originally Posted by Dahon View Post
I found the cause....

if 'nUI: Config [GUI]' is loaded, it moves Recount from the Stats Panel to its own Recount Panel.
Thanks for pointing that out. I've removed the Omen & Recount options for now. You shouldn't have any problems, but please let me know if you do. The fixed version is 30300.5.

http://www.wowinterface.com/download...ConfigGUI.html

-- Kodewulf
__________________
I will never forget. I will never regret. I will live my life.
 
06-27-10, 07:32 AM   #5
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Kodewulf --

Is the GUI config messing with the chat frames? If so, it's probably breaking the GUI config and that might be why the Recount/Omen thing is acting up.
__________________

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-27-10, 09:18 AM   #6
Kodewulf
Premium Member
 
Kodewulf's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 114
Originally Posted by spiel2001 View Post
Kodewulf --

Is the GUI config messing with the chat frames? If so, it's probably breaking the GUI config and that might be why the Recount/Omen thing is acting up.
Nope all I'm doing is setting the "enabled" flag on nUI_InfoPanels[nUI_INFOPANEL_OMEN] and nUI_InfoPanels[nUI_INFOPANEL_RECOUNT]. I think my detection of Omen and Recount is a bit screwy though, that's why I just disabled it for now. Will have to do some more testing before I let it go into the wild again.

Code:
	if nUI_Options.gui.infopanels ~= nil then
		if (nUI_InfoPanels[nUI_INFOPANEL_OMEN]) then
			nUI_InfoPanels[nUI_INFOPANEL_OMEN]["enabled"] = nUI_Options.gui.infopanels.omen
		end
		
		if (nUI_InfoPanels[nUI_INFOPANEL_RECOUNT]) then
			nUI_InfoPanels[nUI_INFOPANEL_RECOUNT]["enabled"] = nUI_Options.gui.infopanels.recount
		end
	end
-- Kodewulf
__________________
I will never forget. I will never regret. I will live my life.
 
06-27-10, 10:27 AM   #7
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Okies.

Don't you just hate it when they go feral on you like that?!

__________________

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-27-10, 04:42 PM   #8
Kodewulf
Premium Member
 
Kodewulf's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 114
Originally Posted by spiel2001 View Post
Okies.

Don't you just hate it when they go feral on you like that?!

LOL. Yeah, but I love patch day. Keeps me on my toes. Still got a bug to track down with the ButtonFacade integration, but overall this patch didn't give me to many headaches. From the posts in here you and Xrystal were having your hands full though.

-- Kodewulf
__________________
I will never forget. I will never regret. I will live my life.
 
06-27-10, 04:44 PM   #9
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,925
Originally Posted by Kodewulf View Post
LOL. Yeah, but I love patch day. Keeps me on my toes. Still got a bug to track down with the ButtonFacade integration, but overall this patch didn't give me to many headaches. From the posts in here you and Xrystal were having your hands full though.

-- Kodewulf
Rofl no kidding .. I'm still pulling my hair out with the chat frame stuff rofl. darn those blizz programmers that don't post details about their changes anymore rofl.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Bug Reports » 5.06.26 Info Panel Error with Recount/Stats

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