I've been using this before to hide the default Stance Bar, but it does not seem to work anymore. I've tried the following in the chat box but it doesn't seem to work:
/script ShapeshiftBarFrame:Hide();
If anyone can help, I'd greatly appreciate it.
Thanks
/framestack is your friend. Typing it once will turn on a tooltip that will show you what frames on under our mouse.
In this case the frame has been renamed StanceBarFrame, so:
will do the trick for you.
In this case the frame has been renamed StanceBarFrame, so:
/run StanceBarFrame:Hide()will do the trick for you.
3 Likes
I did not know about /framestack... /run StanceBarFrame:Hide() worked perfectly! Thank you! 8^)
I ran StanceBarFrame:Hide() and even StanceBarFrame:UnregisterAllEvents(), and it goes away but keeps coming back.
09/08/2012 07:44 PMPosted by IsildifinI ran StanceBarFrame:Hide() and even StanceBarFrame:UnregisterAllEvents(), and it goes away but keeps coming back.
Search for StanceBarFrame:Show() or maybe Toggle in WoW UI sources - it can be shown by something else, so disabling own events wouldn't help.
Just for future reference, I figured it out:
RegisterStateDriver(StanceBarFrame, "visibility", "hide")
Thank you, been wanting to remove that for my Shadow Priest, and have Shadow Form be on her main hot bar.
@Seiranna - do you really think that they've been waiting six years for that "thank you" post?
Please don't pollute the forums with pointless necro posts.
If you've not done so, it might be a good idea to check out the forum posting guidelines, conveniently linked here:
https://us.battle.net/forums/en/wow/topic/16200990425?page=16
Please don't pollute the forums with pointless necro posts.
If you've not done so, it might be a good idea to check out the forum posting guidelines, conveniently linked here:
https://us.battle.net/forums/en/wow/topic/16200990425?page=16