Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: asett
Forum: Lua/XML Help 09-24-13, 06:53 PM
Replies: 41
Views: 42,913
Posted By asett
Agree. Templates are virtual xml frames and...

Agree.
Templates are virtual xml frames and inheriting those frames is just copying their properties and scripts to your frame.
I am using my own function to create frames that allows me to customize...
Forum: Lua/XML Help 09-23-13, 07:50 PM
Replies: 41
Views: 42,913
Posted By asett
Template Named: "MyCloseButtonTemplate" In...

Template Named: "MyCloseButtonTemplate"
In Lua:

NoTemplate = CreateFrame
CreateFrame = function(arg1,arg2,arg3,arg4,...)
if arg4 == "MyCloseButtonTemplate" then
local x =...
Showing results 1 to 2 of 2