View Single Post
06-30-14, 11:56 PM   #4
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
None of the monk harmony bar's children have any events registered on them, so I don't really know what you're doing there. You also don't need to wait for any events, since all of the FrameXML code gets loaded and run before any addons are loaded.

Code:
MonkHarmonyBar:UnregisterAllEvents()
MonkHarmonyBar:HookScript("OnShow", MonkHarmonyBar.Hide)
MonkHarmonyBar:Hide()
See also:
http://www.townlong-yak.com/framexml...monyBar.xml#87
http://www.townlong-yak.com/framexml...monyBar.lua#51
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote