View Single Post
11-04-18, 07:08 AM   #4
tonyis3l33t
A Cyclonian
 
tonyis3l33t's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 47
I'm digging in the code a bit here

https://github.com/tomrus88/Blizzard...ActionBars.lua

There are a few functions you might be able to hook in there to force your action bar to show again after its hidden.


MultiActionBar_Update()
UIParent_ManageFramePositions()
InterfaceOptions_UpdateMultiActionBars()
InterfaceOptionsActionBarsPanelPickupActionKeyDropDown_OnEvent()

etc.... gotta afk a bit tho


I'm also thinking overwrite the value set when you click the checkbox in interface options

https://github.com/tomrus88/Blizzard...ionsPanels.lua


also i very much like the idea of building a custom UI solely using code chunks small enough to use as macros...

Last edited by tonyis3l33t : 11-04-18 at 08:09 AM.
  Reply With Quote