Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

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