Thread: ClassIcons
View Single Post
10-06-12, 10:38 AM   #3
neverg
A Frostmaul Preserver
 
neverg's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2007
Posts: 268
I'm a bit confused. I have Lua errors on and even BugSack and I get no errors whatsoever.

And I didn't quite get what you mean haste, since I'm not calling SetVertexColor anywhere.

EDIT :

Ok it's ClassIcons that call SetVertexColor... thing is It's not giving me any errors so I think somehow it's not linking to the oUF element at all. :/

I even check Phanx code on this topic and it also uses :SetStatusBarTexture for the Icons.

EDIT 2 - I'm using print(self.Castbar) before delivering HolyPower to self.ClassIcons and it's returning a nil.
I'm calling the function on the layout definition inside:

Lua Code:
  1. -- Unit Specific Styles
  2.     local UnitSpecific = {
  3.    
  4.         player = function(self, ...)

Does this means it's not linking ClassIcons correctly?
__________________
My oUF Layout: oUF Lumen

Last edited by neverg : 10-06-12 at 11:21 AM.
  Reply With Quote