View Single Post
04/02/14, 07:43 AM   #1
Tingle0x539
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 25
Using XML to attach to a ZO_ parent?

Currently I am creating GUI elements with lua using WINDOW_MANAGER:CreateControl(.., _G["ZO_ChatWindow"], ..). Is it somehow possible to make a XML tag and have to parent its self to ZO_ChatWindow for example?

Also, is there a explanation of what tags do what, the wiki only has a listing without any explanation of what each tag is. Like what is TopLevelControl, what is Control, what is Layer, what is AnchorFill etc...

Last edited by Tingle0x539 : 04/02/14 at 07:55 AM.
  Reply With Quote