I can't hide frames

Hi, I’m trying to hide some frames with a custom addon, but I am unable to hide them only make them invisible any ideas? I’d rather hide them than have them invisible as they still are there and if you mouse over the area tooltips pop up which look odd here is the code

PaladinPowerBarFrame:SetAlpha(0)
MicroButtonAndBagsBar:SetAlpha(0)

works

But

PaladinPowerBarFrame:Hide()
MicroButtonAndBagsBar:Hide()

does not work?

Thanks for any help

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.