View Single Post
05/20/20, 08:22 PM   #2
Phinix
 
Phinix's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 186
So as I figured this was actually one of those weird unrelated type of things.

Basically I have a global function that handles all the calls from XML for things like buttons in my app, and translates those function calls to various processes in the LUA part of the addon. Anyway I had apparently added an if check for an init variable being set on that global function, and it prevented the XML from properly registering their callbacks or otherwise functioning properly.

Stuff LOOKED like it was being sent, but even with the variable on it still wasn't going through properly. Removing the if check fixed it, though I can't say I entirely understand why.
  Reply With Quote