View Single Post
04/03/14, 01:23 PM   #7
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 369
just store the value of the create function into a variable and you have access to that frame.

eg:

local tlw = WindowMgr:CreateTopLevelWindow(nil)
tlw.BackGround = WindowMgr:CreateControl(nil,tlw,CT_BACKDROP)
etc
  Reply With Quote