View Single Post
01-16-10, 05:37 PM   #15
Toran
A Nerdscale Dorkin
 
Toran's Avatar
Premium Member
Join Date: May 2006
Posts: 143
You know, I think I figured out what I may have been doing wrong. Will try this again later. Thanks everybody.

Edit:

I keep getting this error:

Code:
layout.lua:1006: attempt to index field 'CPoints' (a nil value)
It references this line:

Code:
self.CPoints[i] = CreateFrame("Frame", nil, self)
and this one:

Code:
local TopLeft = self:CreateTexture(nil, "OVERLAY")

Last edited by Toran : 01-16-10 at 09:33 PM.
  Reply With Quote