View Single Post
03-11-12, 05:41 AM   #4
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 784
Originally Posted by h9rst View Post
First thank you for youre reply.
i changed PhanxBorder.AddBorder(f) to CreateBorderLight(f)
but now it gave me following error "attempt to index global 'GridFrame' (a nil value)"

What i am doing wrong?

Put CreateBorder(frame, .....) In GridFrame.lua Line 189.

Put ColorBorder(self, color.r, color.g, color.b) In GridFrame.lua Line 609.

Put ColorBorder(self, .25, .25, .25) In GridFrame.lua 695.
  Reply With Quote