View Single Post
09-07-08, 04:51 PM   #18
Tristanian
Andúril
Premium Member
AddOn Author - Click to view addons
Join Date: Nov 2007
Posts: 279
Originally Posted by kerrang View Post
Could this be part of the issue? Should I ditch the .XML files entirely (all my UI elements are created dynamically in the .LUA file)???
It is possible. I usually point the script handlers to functions inside the lua when dealing with .xml files, you can either try to do that and see if it has any effect (imo it should) or ditch them entirely.
  Reply With Quote