View Single Post
03/16/18, 11:21 AM   #14
Phuein
 
Phuein's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 132
Son of a gun, I found it.

Code:
local panelData = {
    type = "panel",
    name = "Junkee",
Code:
-- addonID = "string"; unique ID which will be the global name of your panel
The name had to be unique! Can't be "Junkee" too. >< So obvious! Foolish of me. I wish LAM reported this as an error, though. I changed it into "JunkeePanel" and now everything works. Thanks for being patient with me.
  Reply With Quote