Thread Tools Display Modes
11-24-10, 11:51 PM   #1
bolawalker
A Deviate Faerie Dragon
 
bolawalker's Avatar
Join Date: Mar 2008
Posts: 16
Thumbs up Info Panel Professions

I would love to see nUI_InfoPanel_Profesions get updated for wow
 
11-25-10, 12:56 AM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,928
There has been a queries on this alreay...

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


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
 
11-25-10, 05:57 PM   #3
CrazyNetwork
A Murloc Raider
Join Date: Apr 2009
Posts: 2
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
 
11-25-10, 06:44 PM   #4
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,928
Yeah, that might be due to the earlier changes with the event load order that perhaps this plugin missed the memo on
__________________


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: Suggestion Box » Info Panel Professions


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