View Single Post
05/31/14, 09:14 AM   #2
thelegendaryof
 
thelegendaryof's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 161
icon = wm:CreateControl(self:GetName()..'EquippedIndicator', self, CT_TEXTURE)

wm is undefined either you define it - or just use

icon = WINDOW_MANAGER:CreateControl(self:GetName()..'EquippedIndicator', self, CT_TEXTURE)
and it works.
  Reply With Quote