Download
(12Kb)
Download
Updated: 02-21-07 11:04 PM
Pictures
File Info
Updated:02-21-07 11:04 PM
Created:unknown
Downloads:14,332
Favorites:91
MD5:

MinimapButtonBag  Popular! (More than 5000 hits)

Version: 0.412
by: Tunhadil [More]

MinimapButtonBag cleans up your Minimap and relocates the buttons in a menu bar. You can still access them through a single minimap button.

If you want to reattach a button to the minimap just use Ctrl + Right click on it.

Use Ctrl + Right click again on the button to put it back into the bar.

Or hold the Ctrl key down and move the mouse cursor over the button. A button to add or remove will appear over that button.

Use Right click on the MinimapButtonBag button to open the options dialog.

This mod is inspired by AdvancedButtonHole . Thanks to Aaron Griffith for his great work.


Known Bugs with this version

  • unfortunately the button of CTMod2 ist nameless. You have to edit the CT_Core\CT_Core.lua file and change line 112 from:
    Code:
    minimapFrame = module:getFrame(minimapFrameSkeleton);
    to
    Code:
    minimapFrame = module:getFrame(minimapFrameSkeleton, nil, "CTMod2_MinimapButton");
    That's the only way.
  • The Gatherer button has the same problem as the CTMod2 button. Edit the Gatherer\GatherMiniIcon.lua file and change line 33 from:
    Code:
    local miniIcon = CreateFrame("Button", "", Minimap);
    to
    Code:
    local miniIcon = CreateFrame("Button", "GathererMinimapButton", Minimap);

Post A Reply Comment Options
Unread 05-26-07, 09:17 PM  
quicksylver
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 33
Uploads: 2
Re: Fix For GFW TrackMenu

Originally posted by turinsrevenge
In TrackMenu.Lua

Change line 22 from

local headerButton = CreateFrame("Button", nil, nil, "FTM_HeaderTemplate,SecureAnchorEnterTemplate");

to

local headerButton = CreateFrame("Button", "TrackMenuButton", nil, "FTM_HeaderTemplate,SecureAnchorEnterTemplate");
Actually, it's now on line 311...

Change

G.HeaderButton = CreateFrame("Button", nil, nil, "FTM_HeaderTemplate,SecureAnchorEnterTemplate");

to

G.HeaderButton = CreateFrame("Button", "TrackMenuButton", nil, nil, "FTM_HeaderTemplate,SecureAnchorEnterTemplate");

...no longer getting errors when I'm using GFW_TrackMenu after this change.
Last edited by quicksylver : 05-26-07 at 09:21 PM.
Report comment to moderator  
Reply With Quote
Unread 05-25-07, 06:10 AM  
Morphea
A Kobold Labourer
 
Morphea's Avatar

Forum posts: 1
File comments: 11
Uploads: 0
Will this mod be updated for the latest patch? I am getting a ton of errors now. I really liked this mod. Hope it can be fixed. Thanks.

Date: 2007-05-25 08:07:30
ID: 51
Error occured in: Global
Count: 1
Message: ..\AddOns\MBB\MBB.lua line 390:
stack overflow
Debug:
[C]: select()
MBB\MBB.lua:390: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
...
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:397: ohide()
MBB\MBB.lua:505: MBB_AddButton()
MBB\MBB.lua:292: MBB_OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
Report comment to moderator  
Reply With Quote
Unread 04-06-07, 03:57 AM  
warwolf.667
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
A small fix

U might want to consider adding support for trinity ("TrinityBarsGlobalMenuAnchor" in MBB_Include).
And plz add "MetaMap_MiniNote" to MBB_Ignore so the groupnote dont appears in MBB :P
Report comment to moderator  
Reply With Quote
Unread 03-19-07, 11:58 PM  
SaiBork
A Kobold Labourer

Forum posts: 0
File comments: 29
Uploads: 0
Re: Re: Fix For GFW TrackMenu

Works perfectly for me and my friends
What error do you still get then?

Originally posted by IceD
Doesn't work : \
Report comment to moderator  
Reply With Quote
Unread 03-13-07, 04:22 AM  
IceD
A Cyclonian

Forum posts: 40
File comments: 13
Uploads: 0
Re: Fix For GFW TrackMenu

Originally posted by turinsrevenge
In TrackMenu.Lua

Change line 22 from

local headerButton = CreateFrame("Button", nil, nil, "FTM_HeaderTemplate,SecureAnchorEnterTemplate");

to

local headerButton = CreateFrame("Button", "TrackMenuButton", nil, "FTM_HeaderTemplate,SecureAnchorEnterTemplate");
Doesn't work : \
Report comment to moderator  
Reply With Quote
Unread 03-10-07, 03:58 AM  
turinsrevenge
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Fix For GFW TrackMenu

In TrackMenu.Lua

Change line 22 from

local headerButton = CreateFrame("Button", nil, nil, "FTM_HeaderTemplate,SecureAnchorEnterTemplate");

to

local headerButton = CreateFrame("Button", "TrackMenuButton", nil, "FTM_HeaderTemplate,SecureAnchorEnterTemplate");
Report comment to moderator  
Reply With Quote
Unread 03-04-07, 11:54 AM  
preppygeek
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Great addon! However, it's not collapsing the buttons for some reason. I get the following error:

Date: 2007-03-04 09:51:56
ID: 51
Error occured in: Global
Count: 1
Message: ..\AddOns\MBB\MBB.lua line 358:
stack overflow
Debug:
[C]: select()
MBB\MBB.lua:358: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
...
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:364: ohide()
MBB\MBB.lua:503: MBB_AddButton()
MBB\MBB.lua:292: MBB_OnEvent()
[string "MBBFrame:OnEvent"]:2:
[string "MBBFrame:OnEvent"]:1

I just started using addons so totally new to this.
Last edited by preppygeek : 03-04-07 at 11:55 AM.
Report comment to moderator  
Reply With Quote
Unread 02-26-07, 11:11 AM  
SaiBork
A Kobold Labourer

Forum posts: 0
File comments: 29
Uploads: 0
Can you check Fizzwidget's Trackmenu? I would love for that to work without the error on this mod.

Mod:
http://www.wowinterface.com/download...TrackMenu.html

Error: attempt to concatenate local 'name' (a nil value)
File: Interface\AddOns\MBB\MBB.lua
Line: 903
Count: 2


I changed TrackMenu.lua:
local root = CreateFrame("Frame", nil, Minimap, "SecureStateHeaderTemplate");

To:
local root = CreateFrame("Frame", "TrackMenuButton", Minimap, "SecureStateHeaderTemplate");


But that makes the mod break down, so please have a look for me?

I dont want the tracker button to be hidden, but would like to hover over it without getting an error.
Last edited by SaiBork : 02-26-07 at 11:42 AM.
Report comment to moderator  
Reply With Quote
Unread 02-22-07, 06:25 PM  
Agoknee
A Kobold Labourer

Forum posts: 1
File comments: 5
Uploads: 0
well, previous versions would grab the map button. either way, the 02/22 version is now mostly working but it's no longer is showing the AtlasLoot button. It seems to be grabbing it as there's an empty spot in my MBB list, but I can't see the icon.

so is there any way i can get the world map button back in MBB and can you pretty please fix atlasloot?

The version from I *think* 02/14 shows the atlasloot button and has the world map button in it.

EDIT: guess there wasn't a 02/14 version. That's just the date on the files in my addon dir. Must be the 01/16 one.
Last edited by Agoknee : 02-22-07 at 06:27 PM.
Report comment to moderator  
Reply With Quote
Unread 02-21-07, 11:04 PM  
Tunhadil
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 16
Uploads: 2
Ok, some of the nil errors are strange.
If you had one or more of these errors in the previous version please try the slash command "/mbb errors" and post the output here.
This could help me to find a solution.

@Eljinar: I'm going to test GuildMap.

@Agoknee: The world map button is supposed to be ignored because it's part of the Blizzard's standard UI.

Thanks for your help.
Report comment to moderator  
Reply With Quote
Unread 02-21-07, 06:14 PM  
Agoknee
A Kobold Labourer

Forum posts: 1
File comments: 5
Uploads: 0
Both yesterday and todays version aren't working for me. Worked great before that. The addons I use that have buttons it swallows are: AtlasLoot, Deadly Boss Mods, Alphamap, SW Stats, and X-perl. The only other mod I use that's related to minimap buttons is Detached Minimap Buttons.

Since upgrading to yesterdays version, I get no errors when I log in, but the world map button is no longer swallowed. All the rest are (or at least not visible), but if I click the MBB button I get an error and it won't show the buttons. I'm not home right now so I can't check what the exact error is, but is anybody else having this problem? If I downgrade to a version before yesterdays (02/20) it works correctly again. I'll post the error message when I get home.
Report comment to moderator  
Reply With Quote
Unread 02-21-07, 11:22 AM  
Eljinar
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Awesome addon =]

You might want to take a look at Guild Map also... MMB wants to add the guildmate indicators to its buttons... not a big issue, but some less savvy users might find it troublesome. Thanks for the hard work!
Report comment to moderator  
Reply With Quote
Unread 02-20-07, 04:41 PM  
BlackZam
A Murloc Raider

Forum posts: 7
File comments: 51
Uploads: 0
Thanks for the latest update.
Report comment to moderator  
Reply With Quote
Unread 02-20-07, 03:06 PM  
Tunhadil
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 16
Uploads: 2
Sorry for the long time of waiting but here is the next update. I had an eye on the following AddOns:

-AlphaMap (fixed: stretching effect)
-AtlasLoot Enhanced (version 2.02.03 seems to work)
-Cartographer (ignoring notes)
-CleanMinimap (fixed: hidden button)
-DagAssist (fixed: header handling)
-Gatherer (fixed: view the "known bugs" section above)
-ItemSync (fixed: hidden button)
-LootLink Enhanced (version 1.11 e15 seems to work)
-MapNotes (version 3.36.20003 seems to work)
-MobileMinimapButtons (@bmccord: sorry but I couldn't reconstruct the error that you have reported with Census)
-Poisoner (fixed: header handling)
-RecipeRadar (sorry but I couldn't reconstruct the error)
-ShardTracker (fixed: header handling)
-SimpleMinimap (sorry but I couldn't reconstruct the error)
-WIM (fixed: hidden button)

@Nacklebert: Unfortunately I just don't have the time yet to work on a FuBar support. Maybe in some weeks.
Report comment to moderator  
Reply With Quote
Unread 02-05-07, 02:34 PM  
Nacklebert
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
FuBar Support?

Any Chance that you would add Fubar support to your mod so that we can move your minibutton bar off into a fubar menu?
http://www.wowace.com/wiki/FuBarPlugin-2.0
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: