View Single Post
01-03-13, 03:51 PM   #6
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
If you haven't figured out what's putting "Recklessness" and a checkbox in the middle of your screen, try typing "/fstack" and then moving the cursor over the checkbox. If the checkbox frame has a name, you should see it in the Frame Stack tooltip, which lists every frame currently under the cursor, and if it has a good name, it will tell you which addon created it (eg. "SomeAddonCheckbox42"). Type "/fstack" again to hide the Frame Stack tooltip.

Alternatively, post a list of your addons. Easy way to get a list of your addons:

1. Shift-right-click on your AddOns folder and select "Open command window here".
2. Type (or copy and paste) this command: @dir /on /ad /b > addonlist.txt
3. Press Enter, and then close the command window.
4. Open the "addonlist.txt" inside your AddOns folder, copy its contents, and paste it here.
__________________
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.

Last edited by Phanx : 01-03-13 at 03:54 PM.
  Reply With Quote