WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   nUI: Suggestion Box (https://www.wowinterface.com/forums/forumdisplay.php?f=91)
-   -   Info Panel Professions (https://www.wowinterface.com/forums/showthread.php?t=37020)

bolawalker 11-24-10 11:51 PM

Info Panel Professions
 
I would love to see nUI_InfoPanel_Profesions get updated for wow

Xrystal 11-25-10 12:56 AM

There has been a queries on this alreay...

http://www.wowinterface.com/forums/s...ight=infopanel

CrazyNetwork 11-25-10 05:57 PM

Did a little bug tracking. It seems that the "Profesions.Frame" var is called in function "plugin.SetEnable" BEFORE it is initialized in function "Profesions_CreateFrame". I modified the "plugin.initPanel" to force initialization and it seems to be working. For me anyway.

Code:

---------------------------------------------------
-- [v1.01.00] initPanel routine
---------------------------------------------------
plugin.initPanel = function( container, options )
        plugin.container = container;
        plugin.options  = options;
        Profesions_CreateFrame(); -- FORCE INIT
        if options and options.enabled then
                plugin.setEnabled( true );
        end
end


Xrystal 11-25-10 06:44 PM

Yeah, that might be due to the earlier changes with the event load order that perhaps this plugin missed the memo on :D


All times are GMT -6. The time now is 04:20 AM.

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