Thread Tools Display Modes
03-23-24, 02:22 PM   #1
Codger
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Mar 2021
Posts: 30
Where do I find information on Templates?

I'm trying to create a frame for a tab control:
I was looking at an old addon and found this code:
Lua Code:
  1. local tabButton = CreateFrame("Button", nil, frame, "TabButtonTemplate")
...but when I load the addon I get an error:
CreateFrame(): Couldn't find inherited node "TabButtonTemplate"
I discovered this documentation that shows the template is available?
https://www.wowinterface.com/forums/...ad.php?t=40444
I'm still learning addon development.
Any help is much appreciated.
  Reply With Quote
03-23-24, 03:02 PM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,879
You can export the entire Blizzard UI code from the game and look for the template there.

Addons can have their own templates so you need to make sure the code you're looking at isn't using one of those (unless you have the addon installed).

Also, frames/templates can change over time (like become an intrinsic or another template entirely or just plain removed) so you also need to make sure the code is current and for the correct game client (vanilla/retail/latest classic)
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 03-23-24 at 04:23 PM.
  Reply With Quote
03-23-24, 06:19 PM   #3
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,934
As an alternative to downloading yourself there are 2 sites I have on my shortcut list that I utilise if I haven't downloaded a recent version of the files.

https://github.com/Gethe/wow-ui-source - has all versions of wow

https://www.townlong-yak.com/framexml/live - not sure if they have classic versions
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Where do I find information on Templates?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off