Thread Tools Display Modes
07-19-09, 04:49 AM   #1
den010
A Murloc Raider
Join Date: Nov 2007
Posts: 5
DagAssist icon did not move to button bag.

It is unusable since I installed nUIi. Too bad because I really like this addon but I do not want to lose the DagAssist. I can not left click or right click on the minimap icon. I can not move it around on the screen anymore.

Any suggestions?
 
07-19-09, 08:14 AM   #2
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Take a look in your WoW directory in [ WTF > Account > {your account} > SavedVariables > nUI.lua ] and you'll find a section for nUI_DebugLog. Inside the debug log, you'll find a sub-section "ButtonBag" -- On the left side of the "=" is the name of the object that the button bag looked at and on the right side is the action it took. Look through the list and find the entry for DagAssist... it may have a somewhat different name, but hopefully you can look at it and figure out which line it is that applies to it.

Once you know that, you'll want to open [ Interface > AddOns > nUI > Plugins > nUI_ButtonBag.lua ] in another window. Scroll down until you find "ButtonBagConfig" -- in there you'll see a section for "Excludes" -- copy the left side of the line you found for DagAssist in the nUI.lua saved variables file and paste it into the "Excludes" section in the nUI_ButtonBag.lua file so you have something like this...

["{some window name}"] = true,

Save the nUI_ButtonBag.lua file and do a '/nui rl' -- nUI should not interfere with DagAssist anymore.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
07-19-09, 06:44 PM   #3
den010
A Murloc Raider
Join Date: Nov 2007
Posts: 5
Thanks for your help. That worked and I can now enjoy nUI.
 
10-10-09, 11:13 AM   #4
Namdrof
A Murloc Raider
 
Namdrof's Avatar
Join Date: Sep 2009
Posts: 5
DagAssist

This thread helped me also. I would like it even better if DagAssist worked out of the bag

To help others, here is the code that must be added to nUI_ButtonBag.lua for DagAssist to work:

Code:
Excludes = 
	{		
		["DA_Minimap"] = true,
		["{all the default stuff}"] = true,
	},
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » DagAssist icon did not move to button bag.


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off