WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   nUI: Bug Reports (https://www.wowinterface.com/forums/forumdisplay.php?f=90)
-   -   5.06.20 The Death of Info Panels... (https://www.wowinterface.com/forums/showthread.php?t=32764)

AsheruWolf 05-26-10 03:22 PM

5.06.20 The Death of Info Panels...
 
Something in 5.06.20 is causing a large number of the info panels to screw up. At first I thought it was just something with InfoPanel: Grid but after reinstalling SKata as well its baddly screwing with the UI.:eek:

spiel2001 05-26-10 03:45 PM

What happens if nUI and Skada are the only two enabled addons?

AsheruWolf 05-26-10 03:51 PM

Testing now will update in a moment...
Ok with only nUI, SKata and Grid running I get a bug that will not let me copy or paste >_< But ya its only when useing SKata and Grid Infopanel that it screws up.

spiel2001 05-26-10 06:32 PM

Odds are the problem is the Grid info panel -- has it been updated since the 5.06.17 release went out? If not, there's your problem.

Vis 05-26-10 08:27 PM

Someone please correct me if I'm wrong, and test this at your own risk of course :D

In nUI_InfoPanel_Grid at lines 70-90 is this code block below. If you change both "VARIABLES_LOADED" events to "ADDON_LOADED" It may work again. Just a thought from seeing Xrystal playing with her Mageports addon and vaguely remembering what had changed, lol

Code:

-- master frame for the plugin

local plugin    = CreateFrame( "Frame", nUI_INFOPANEL_GRID, nUI_Dashboard.Anchor );
plugin.active  = true;

local function onGridEvent()
       
        if event == "VARIABLES_LOADED" then
               
                if not IsAddOnLoaded( "Grid" ) then
                        LoadAddOn( "Grid" );
                end
               
                plugin.active = IsAddOnLoaded( "Grid" );

        end       
       
end

plugin:SetScript( "OnEvent", onGridEvent );
plugin:RegisterEvent( "VARIABLES_LOADED" );


AsheruWolf 05-26-10 09:16 PM

Vis sorry to say that didn't work. Thanks for the suggestion I guess we will have to wait and see if the author updates it.

spiel2001 what ever this is doing causes everything in nUI to stop working but the area in the center. I don't know whats up but just thought I would give you the heads up.

Xrystal 05-27-10 12:02 AM

Hmm strange. I haven't upgraded to v20 yet .. but I'll grab it and the grid panel and see if I can get the same problem.

Have you got a screenshot or is it not a display issue ?

AsheruWolf 05-27-10 05:58 AM

Ok the first one is the normal UI without grid on.

And here it is with it on.

Xrystal 05-27-10 09:35 AM

Hmm that effect you are seeing happens with the plugin not being compatible with 5.06.17. I'll definitely see if I get the same problem.

Xrystal 05-27-10 10:35 AM

2 Attachment(s)
Okay, installed 5.06.20 and the grid plugin and all seems to be working fine for me. But then again that VARIABLES_LOADED event change in 5.06.17 was due to the inconsistent timing of VARIABLES_LOADED so it's possible that I had a lucky event order run :D

AsheruWolf 05-27-10 03:05 PM

So is it ok for me to hate you or should I just keep screwing around till I can get lucky? :banana:

Xrystal 05-27-10 03:08 PM

I'm still trying to get it to not work but unlucky yet .. feel free to hate me but keep plugging away at it anyway.

Anyway else using the grid plugin and getting this problem ?

AsheruWolf 05-27-10 03:13 PM

Did you try just loading nUI and Grid/Infopanel only?

Xrystal 05-27-10 03:18 PM

Nope, I didn't .. it was with all my infopanel plugins. I'll do that though once I get my dailies done.

What infopanel addons do you usually use that were disabled for your test ? Because some of those chat based infopanels do not get rid of the chatframes if you just disable the plugin without using the slash command I added to disable the chat frame. I aim to fix that once I figure out a way to redock it on log out and undock it at log in. But that could explain some of those visual irks I spotted.

Xrystal 05-27-10 03:30 PM

2 Attachment(s)
Okay
Using Addon Control Panel I disabled all addons except it and the following:

nUI+ 5.06.20 and Grid and Grid Plugin : Screenshot 1
nUI+ 5.06.20 and Grid and Grid Plugin and Skada : Screenshot 2

Hmm, first error, repeated again once flight was over but nada.

Removed Skada. No error. Added Skada. Same error.

Removed Grid and kepts Skada. Same error.

Aha .. I know what the problem is ..

That error that I screenshotted is the cause of the problem. I am guessing you have Display Lua Errors turned off and you don't have some sort of bugwatching addon installed ?

I use bugsack and have lua errors displayed and it silently ignores minor bugs and lets it deal with its stuff which explains why I never saw anything until I turned off bugsack.

Hopefully this will help resolve the problem but for now downloading one of those bug swatting addons may at least ignore the little bugs.

AsheruWolf 05-28-10 11:51 AM

Grid issue is now fixed still no luck on SKata! Thanks for the help everyone. :banana:

Xrystal 05-28-10 03:03 PM

Quote:

Originally Posted by AsheruWolf (Post 189942)
Grid issue is now fixed still no luck on SKata! Thanks for the help everyone. :banana:

Well, thankfully, the skada issue might be resolvable by Scott but if not it might be in the realm of the creator of skada.


All times are GMT -6. The time now is 06:50 PM.

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