View Single Post
11-25-14, 06:07 PM   #4
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
local bg = CreateFrame("Frame", UIParent) <- this isn't creating a frame with UIParent as the parent, it's trying to name it whatever the value of UIParent is.
  Reply With Quote