View Single Post
06-03-17, 05:10 AM   #10
Eommus
An Aku'mai Servant
Join Date: Apr 2017
Posts: 34
Originally Posted by Vrul View Post
Code:
for id = 1, NUM_ACTIONBAR_BUTTONS do
	RegisterStateDriver(_G["ActionButton" .. id], "visibility", "[exists] show; hide")
end
RegisterStateDriver(MultiBarBottomLeft, "visibility", "[exists] show; hide")
Thank you. Your code hides the main menu bar and bottom left bar, while keeping other bars visible, as I needed. Just a small issue though: When I open Game Menu > Interface > ActionBars and play with actionbar options by deselecting them, the hidden bottom left bar flashes for a fraction of a second. Any ideas why? The below video shows the issue:

https://www.youtube.com/watch?v=D3Fyp5sR1Ec
  Reply With Quote