Thread: WiP
View Single Post
12-31-13, 01:30 AM   #14
MoonWitch
A Firelord
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 455
Originally Posted by Choonstertwo View Post
When you see "table: 0x..." in the framestack tooltip, it just means that the frame has no name. It's still a frame (or a frame-derived widget).
Ah ha... Good to know... Then I need to find a way to name em

Or I do this :
lua Code:
  1. local panels = {}
  2. panels = BottomPanel:GetChildren()
  3. tinsert(panels, #panels+1, BottomPanel)
__________________

Last edited by MoonWitch : 12-31-13 at 01:38 AM.
  Reply With Quote