View Single Post
05/11/16, 05:18 AM   #14
Letho
AddOn Author - Click to view addons
Join Date: Apr 2016
Posts: 238
Ok, first question I have:

lua Code:
  1. <OnInitialized>
  2.                   self:SetParent(GetControl("MyXMLControlContainerScrollChild"))
  3.                   self:SetAnchor(TOPLEFT, MyXMLControlContainerScrollChild, TOPLEFT, 4, 4)
  4.              </OnInitialized>

What control is "MyXMLControlContainerScrollChild"?

Cheers
  Reply With Quote