View Single Post
04-27-11, 10:22 PM   #3
Belechannas
A Warpwood Thunder Caller
Join Date: May 2010
Posts: 86
I hacked my version to stop throwing the errors. It is attached if you want to give it a try.

The problem is that when nUI initializes HealBot, it tries to turn it off momentarily while re-sizing the window, and then turn it back on. This is good programming practice, but unfortunately HealBot renamed or made private the functions in question, so they are no longer visible to other addons (if they still exist at all).

It is probably possible to do the disable/enable properly (perhaps by hiding/unhiding the frame itself), but HealBot is complicated enough, and I rely on it so heavily, that I don't want to change more than I have to. So I simply commented out the calls that don't work, and haven't noticed any side-effects.
Attached Files
File Type: lua nUI_InfoPanel_HealBot.lua (6.0 KB, 851 views)

Last edited by Belechannas : 04-27-11 at 10:25 PM.