View Single Post
10-06-15, 04:16 PM   #5
Kalamir
A Murloc Raider
 
Kalamir's Avatar
Join Date: Sep 2012
Posts: 6
DisableAddOn("Blizzard_ArenaUI");

That's what I put in my basic addon to turn things off. It works but triggers the error frame.

That FrameStack function is pretty slick. Here is what it revealed = http://i.imgur.com/SJTDLHo.png

Looks like BasicScriptErrors is contained inside BasicControls.xml ?

http://wowprogramming.com/utils/xmlb...icControls.xml

So how would I block BasicControls.xml?

BasicScriptErrors:Hide(); will close the window but not prevent it from opening.
  Reply With Quote