View Single Post
12-24-09, 04:25 PM   #140
Katae
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Jun 2007
Posts: 208
Originally Posted by Ferous View Post
Is there a way to make a panel appear and disappear ingame with a command? Thanks :P
Sure, you could do '/run local f=LP_PanelName if f:IsShown() then f:Hide() else f:Show() end'.

Maybe stick it in a macro or make your own SlashCmd function.

Edit: or maybe simply ToggleFrame(panel)

Last edited by Katae : 12-24-09 at 04:31 PM.
  Reply With Quote