Thread Tools Display Modes
05-13-09, 02:45 AM   #1
hrtlover
A Murloc Raider
Join Date: Apr 2009
Posts: 9
Mini map buttons

Hey, is htere anyway to get rid of that mini map buttons box?
i hate it :P

cheers
 
05-13-09, 04:10 AM   #2
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
No... I'm sorry, there isn't.
__________________

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/
 
05-13-09, 04:33 AM   #3
hrtlover
A Murloc Raider
Join Date: Apr 2009
Posts: 9
okay then, cheers
 
05-13-09, 04:43 AM   #4
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
I would be curious to know why you "hate" it?
__________________

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/
 
05-15-09, 11:06 AM   #5
Tegarbah
A Wyrmkin Dreamwalker
 
Tegarbah's Avatar
Join Date: Jun 2008
Posts: 58
Is it possible to remove the '+' '-' buttons from the minimap. Mostly I would like to replace one of them with the calender button.

If I change the MiniMapZoomIn/Out to 0 in the following code from nUI_ButtonBag.lua will that hide the buttons (I assume commenting them out would simply push them into the button bag)? And then if I add MiniMapCalenderButton to the exlude list will that bring it out of the button bag and back to the minimap? If these are correct where then do I change the location of the Calender button so it shows in the corner where on of the zoom button were.

Thanks a bunch.
Code:
TopRow =
	{
		["MiniMapMeetingStoneFrame"] = 1,
		["MiniMapVoiceChatFrame"] = 1,
		["MiniMapRecordingButton"] = 1,
	},
	
	-- buttons we want to force ignore of
	
	Excludes = 
	{		
		["MiniMapMailFrame"] = 1,
		["MiniMapBattlefieldFrame"] = 1,
		["MinimapBackdrop"] = 1,
		["MiniMapPing"] = 1,
		["MiniMapCompassRing"] = 1,
		["MinimapZoomIn"] = 1,
		["MinimapZoomOut"] = 1,
		["MiniMapTracking"] = 1,
		["MiniMapWorldMapButton"] = 1,
		["GatherMiniNoteUpdateFrame"] = 1,
		["TimeManagerClockButton"] = 1,
		["FishingBuddyMinimapMenuButton"] = 1,
	},	
	
	-- buttons we want to force inclusion of
	
	Includes = 
	{		
		["WIM_IconFrame"] = 1,
		["CTMod2_MinimapButton"] = 1,
		["PoisonerMinimapButton"] = 1,
		["GameTimeFrame"] = 1,
		["MobMapMinimapButtonFrame"] = 1,
		["BaudGearMinimapButton"] = 1,
__________________




Last edited by Tegarbah : 05-15-09 at 11:09 AM.
 
05-15-09, 11:19 AM   #6
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Setting the values to 0 would be the same as commenting them out.

The change you're trying to make here is non-trivial because there are quite a few things that have to be done to accomplish it and they need to be done in the buttonbag code, not in the layout code.

I'll look at adding a slash command for this over the weekend.
__________________

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/
 
05-15-09, 11:33 AM   #7
Tegarbah
A Wyrmkin Dreamwalker
 
Tegarbah's Avatar
Join Date: Jun 2008
Posts: 58
<---Definitely not a coder

Thanks Scott, your the best!!!!
__________________



 
05-16-09, 04:06 PM   #8
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
This is done and will be in tomorrow's update.
__________________

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/
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » Mini map buttons


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