WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   nUI: Bug Reports (https://www.wowinterface.com/forums/forumdisplay.php?f=90)
-   -   5.06.26 Info Panel Error with Recount/Stats (https://www.wowinterface.com/forums/showthread.php?t=33477)

Dahon 06-25-10 04:15 PM

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!

Dahon 06-25-10 04:43 PM

*Found Cause*
 
I found the cause....

if 'nUI: Config [GUI]' is loaded, it moves Recount from the Stats Panel to its own Recount Panel.

tinyu 06-26-10 12:28 PM

thank you thats been driving me nuts.

Kodewulf 06-26-10 09:49 PM

Quote:

Originally Posted by Dahon (Post 194404)
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

spiel2001 06-27-10 07:32 AM

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.

Kodewulf 06-27-10 09:18 AM

Quote:

Originally Posted by spiel2001 (Post 194695)
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. :D

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

spiel2001 06-27-10 10:27 AM

Okies.

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

:D

Kodewulf 06-27-10 04:42 PM

Quote:

Originally Posted by spiel2001 (Post 194717)
Okies.

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

:D

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. :D

-- Kodewulf

Xrystal 06-27-10 04:44 PM

Quote:

Originally Posted by Kodewulf (Post 194766)
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. :D

-- 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.


All times are GMT -6. The time now is 03:39 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI