5 - UI error while using with TradeskillInfo
I got this UI error message if I use FuBar_SkillsPlusFu and TradeskillInfo together while right click Fubar button.
[2008/11/14 08:52:27-899-x1]: FuBar_SkillsPlusFu-3.0.1\SkillsPlusFu.lua:635 attempt to call method 'IsActive' (a nil value)
FuBarPlugin-2.0-90006:1134: in function <...ns\DrDamage\libs\FuBarPlugin-2.0\FuBarPlugin-2.0.lua:1124
Dewdrop-2.0-90320 (FuBar):1894: in function <...erface\AddOns\FuBar\libs\Dewdrop-2.0\Dewdrop-2.0.lua:1843
Dewdrop-2.0-90320 (FuBar):2779: in function <...erface\AddOns\FuBar\libs\Dewdrop-2.0\Dewdrop-2.0.lua:2738
Dewdrop-2.0-90320 (FuBar):2995: in function `Open'
FuBarPlugin-2.0-90006:1179: in function `OpenMenu'
FuBarPlugin-2.0-90006:991: in function <...ns\DrDamage\libs\FuBarPlugin-2.0\FuBarPlugin-2.0.lua:989
FuBar-3.0.90012\FuBar.lua:1213 in function <Interface\AddOns\FuBar\FuBar.lua:1207
Tablet-2.0-90216 (FuBar):2556: in function <...nterface\AddOns\FuBar\libs\Tablet-2.0\Tablet-2.0.lua:2554
| User | When | Change |
|---|---|---|
| jrkid | Fri, 14 Nov 2008 01:07:33 | Create |
- 1 comment
- 1 comment
- #1
Dys Sun, 23 Nov 2008 23:13:32This was caused by TradeskillInfo's upgrade to Ace3. AceDB-2.0 has a method IsActive(), which was removed in Ace3. SkillsPlusFu should use TradeskillInfo:IsEnabled() instead of TradeskillInfo:IsActive() (line 635, where the error is) to fix the error.