View Single Post
10-16-20, 10:39 AM   #1
tordenflesk
A Deviate Faerie Dragon
Join Date: May 2008
Posts: 18
Fixing crusty old chat addon, Lynchat for 9.0

As you might see I've done the generic " add "BackdropTemplateMixin and "BackdropTemplate")" to createframe" that seems to fix a lot of my aging addons, but in this case it didn't change anything. Seemingly, the only function of the addon that doesn't work is stripping some edit-box highlighting
Error:
Code:
1x LynChat2\window.lua:257: attempt to call method 'SetBackdrop' (a nil value)
[string "@LynChat2\window.lua"]:257: in function <LynChat2\window.lua:190>
[string "@LynChat2\window.lua"]:302: in function `StyleTheChat'
[string "@LynChat2\window.lua"]:321: in main chunk
addon files attached.
Attached Files
File Type: lua init.lua (5.4 KB, 124 views)
File Type: lua strings.lua (6.6 KB, 178 views)
File Type: lua window.lua (9.6 KB, 146 views)
  Reply With Quote