-
Posted by tom022 on Thu, 23 May 2013 15:39:47
I have frame called MGMainFrame.
and this is part of my addon
screenWidth = GetScreenWidth() height = GetScreenHeight() GMMainFrame:SetSize(screenWidth, height)
I want to add new Label in LUA as child this Frame(GMMainFrame) and i have no idea how to do this :/
PS: frame is created in XML FRAME
-
Posted by tom022 on Fri, 24 May 2013 17:00:17