View Single Post
05-18-21, 04:27 PM   #9
Darkonode
A Murloc Raider
 
Darkonode's Avatar
Join Date: May 2021
Posts: 8
Originally Posted by Fizzlemizz View Post
You probably need to create that frame with a name:

Code:
tab.searchRow = CreateFrame("Button", "$parentSearchRow", tab, "OptionsListButtonTemplate")
and maybe others.
That was it. Thank you so much for the fast reply!
Now looking at the error again, I also notice the:
Code:
[string "*:OnLoad"]
which indicates that it needs a global name.
  Reply With Quote