From aaddd9be7c76497183254bfa34dc6f207c766e4e Mon Sep 17 00:00:00 2001 From: Eyal Solnik Date: Sun, 4 Oct 2015 03:23:35 +0300 Subject: [PATCH] Add readme file --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..67e93b2 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +## A fully customized dropdown menu, a MicroMenu, GameMenu replacement. + +Nothing more to say is just that simple. ;) + +**How can I manage the menu?** + +Open the interface options and select the AddOns tab, select StartMenu and go to Menu. + +**How can I reset, change, copy or delete a Profile?** + +Open the interface options and select the AddOns tab, select StartMenu and go to Profiles. + +**Why some interfaces do not appear in the dropdowns at the Accessibility section?** + +Due to limitation in the game some interfaces cannot be opened securely during combat and so I made a decision to filter them out. + +**Why some items in the menu are disabled during combat?** + +Same reason above except that you can still access them once you're out of combat. + +**Why the addon reloads the UI when I alter profiles?** + +Because I'm lazy but I will change it in the future. + +**Why do I get the message "Broker_StartMenu has been blocked from an action only available to the Blizzard UI."?** + +The StartMenu uses the UIDropDownMenu like many other addons and unfortunately it causes many tainting issues, something that Blizzard needs to address and haven't or failed to do so, so far. + +**Why do I get the message "AddOn Broker_StartMenu attempted to call a forbidden function (...) from a tainted execution path."?** + +Same as above, most likely Blizzard's fault. ;) + +### Enjoy! \ No newline at end of file -- 1.7.9.5