View Single Post
04-21-10, 02:46 AM   #2
MidgetMage55
Grinch!
 
MidgetMage55's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,498
If you know the name of the frame you can parent the panel to the unit frame and when the frame is hidden the panel will hide with it.

Put this in a macro:
/script DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetName());

Then hover over the bar you want to parent to and hit the macro to find out its name. For StUF you can do this in the configuration mode.

Then enter the name of the frame in to the boxes that currently say UIParent in them. Then then re-size and nudge as needed.
__________________

I think Hong Kong Phooey was a ninja AND a pirate. That was just too much awesome. - Yhor
  Reply With Quote