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