View Single Post
10/22/17, 11:29 AM   #3
Kronn8
Join Date: Oct 2017
Posts: 5
Originally Posted by Shinni View Post
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.
Thank you so much! That was the problem. I renamed the control in my .xml file, and it worked on the first try.
  Reply With Quote