View Single Post
10-21-10, 05:54 AM   #3
Ruinit
A Deviate Faerie Dragon
Join Date: Aug 2009
Posts: 19
Originally Posted by Ailae View Post
Try changing function GRM_BriefListOnClick() to function GRM_BriefListOnClick(self) - the error stems from the self referenced a few lines down being nil.
Thank you for your help.

No that did not correct it I still get. This error when clicking on it.

1x GoldRaidManager-4.0.1.0\GoldRaidManager.lua:1278: attempt to index local 'self' (a nil value)
<string>:"*:OnClick":1: in function <[string "*:OnClick"]:1>

Locals:
self = GRM_BriefList_Entry1 {
0 = <userdata>
}
button = "LeftButton"
down = false

---
  Reply With Quote