I'm in need to track buttons that player is using while my panel is focused - the issue is that it won't accept my input unless I do MakePopup(), which sadly unparents my panel from the frame and disallows me to SetParent() it back.
Mind you calling panel:SetKeyboardInputEnabled( true ) doesn't do any good.
@edit Appearently it's still parented, just position is screwed.
I'm in need to track buttons that player is using while my panel is focused - the issue is that it won't accept my input unless I do MakePopup(), which sadly unparents my panel from the frame and disallows me to SetParent() it back.
Mind you calling panel:SetKeyboardInputEnabled( true ) doesn't do any good. @edit Appearently it's still parented, just position is screwed.