View Single Post
10/22/17, 11:24 AM   #2
Shinni
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 167
You probably created a control called FMI in your .xml file. After the xml file is loaded the global variable FMI will refer to the control instead of the table you defined in your lua file. The control does not have a showWindow function, hence the error.
  Reply With Quote