Thread Tools Display Modes
09-10-13, 04:07 PM   #1
Belechannas
A Warpwood Thunder Caller
Join Date: May 2010
Posts: 86
VuhDo InfoPanel Fix

After I updated VuhDo today, it stopped working with the InfoPanel.

Apparently VuhDo now creates its frames in a more dynamic/lazy way, as an optimization. Unfortunately, this means one of the frames that nUI_InfoPanel_VuhDo needs is not available, by default, when it is needed to initialize the plugin.

The fix is to change nUI_InfoPanel_VuhDo.lua around line 158.

Replace:

Code:
local V_Frame = Vd1;
with:

Code:
local V_Frame = VUHDO_getOrCreateActionPanel(1);
 
09-10-13, 04:15 PM   #2
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
I'm not sure who it was that originally wrote that plugin. Did you try messaging the author? If not, it might be possible for you to branch it.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
09-11-13, 01:18 AM   #3
Belechannas
A Warpwood Thunder Caller
Join Date: May 2010
Posts: 86
The author is "KanadiaN".

I haven't messaged him. I did post a link to this thread in the comments for the addon, though.
 
09-13-13, 06:12 PM   #4
Unira
A Murloc Raider
 
Unira's Avatar
Join Date: Oct 2007
Posts: 9
Thank you SOOOO MUCH! I was spazzing that it wasn't working right!
 
11-11-13, 01:25 PM   #5
KanadiaN
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 9
I will get this addon updated to 5.4 today, but it would have helped if you had messaged me
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Bug Reports » VuhDo InfoPanel Fix

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