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: 6,007
There has been a queries on this alreay...

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


All Level 70 Characters:
Demon Warlock
Resto Druid
Disc Priest
Resto Shaman
Survival Hunter
Augment Evoker
Frost Mage
Vengence Demon Hunter
Rogue ( was subtlety )

Brewmaster Monk (TR)
Prot Paladin (TR)
Blood Death Knight ( TR)

As you can see I am missing a warrior

And .. I don't have all the allied races covered. Time Runner time when it happens again

 
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: 6,007
Yeah, that might be due to the earlier changes with the event load order that perhaps this plugin missed the memo on
__________________


All Level 70 Characters:
Demon Warlock
Resto Druid
Disc Priest
Resto Shaman
Survival Hunter
Augment Evoker
Frost Mage
Vengence Demon Hunter
Rogue ( was subtlety )

Brewmaster Monk (TR)
Prot Paladin (TR)
Blood Death Knight ( TR)

As you can see I am missing a warrior

And .. I don't have all the allied races covered. Time Runner time when it happens again

 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Suggestion Box » Info Panel Professions

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