WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   nUI: Bug Reports (https://www.wowinterface.com/forums/forumdisplay.php?f=90)
-   -   VuhDo InfoPanel Fix (https://www.wowinterface.com/forums/showthread.php?t=48098)

Belechannas 09-10-13 04:07 PM

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);

spiel2001 09-10-13 04:15 PM

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.

Belechannas 09-11-13 01:18 AM

The author is "KanadiaN".

I haven't messaged him. I did post a link to this thread in the comments for the addon, though.

Unira 09-13-13 06:12 PM

Thank you SOOOO MUCH! I was spazzing that it wasn't working right!:banana:

KanadiaN 11-11-13 01:25 PM

I will get this addon updated to 5.4 today, but it would have helped if you had messaged me


All times are GMT -6. The time now is 11:21 AM.

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