View Single Post
11-11-12, 11:52 PM   #3
Coote
A Scalebane Royal Guard
 
Coote's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 440
Thanks for that, but still a no go. It just throws an error at the second code snippet I pasted in above.

Code:
Message: Interface\AddOns\ncHoverBind\ncHoverBind.lua:262: EnumerateFrames: Couldn't find 'this' in current object
Time: 11/12/12 00:49:02
Count: 1
Stack: [C]: in function `EnumerateFrames'
Interface\AddOns\ncHoverBind\ncHoverBind.lua:262: in function `?'
Interface\FrameXML\ChatFrame.lua:4358: in function `ChatEdit_ParseText'
Interface\FrameXML\ChatFrame.lua:4052: in function `ChatEdit_SendText'
Interface\FrameXML\ChatFrame.lua:4091: in function `ChatEdit_OnEnterPressed'
[string "*:OnEnterPressed"]:1: in function <[string "*:OnEnterPressed"]:1>

Locals: (*temporary) = <table> {
 1 = <unnamed> {
 }
 2 = <unnamed> {
 }
 3 = <unnamed> {
 }
 4 = <unnamed> {
 }
 0 = <unnamed> {
 }
}
If it helps any, this error only pops its ugly head with SnailUI. ncHoverBind plays nicely with everything else I've tested it with since MOP released.
__________________

"This is the fifteen-thousandth four hundredth and ninety-eighth occurence".

Last edited by Coote : 11-11-12 at 11:54 PM.
  Reply With Quote