Download
(216Kb)
Download
Updated: 12-16-11 06:27 PM
Pictures
File Info
Updated:12-16-11 06:27 PM
Created:05-28-10 05:36 AM
Downloads:15,226
Favorites:89
MD5:

nibMicroMenu  Popular! (More than 5000 hits)

Version: 0.8.2
by: Nibelheim [More]

0.8.2


What is it:

nibMicroMenu is a text based Micro Menu.



Options:
  • Texts
    • Adjust the texts which appear on the buttons
    • Font Size
    • Font (LibSharedMedia support)
  • Position
    • Anchor and move it anywhere
    • Parent it to any frame
    • Strata
      • Automatic
      • Manual
    • Orientation
      • Horizontal or Vertical
      • Reverse direction
  • Micro Adjustments
    • Adjust Button height & width
    • Adjust Text X & Y offsets for weird fonts
  • Styles
    • Each button state (Normal, Highlight, and Disabled) is fully configurable
      • Text color (with the option of using Class color)
      • Font Shadow
        • Set the color of the font shadow
        • Set it's X & Y offsets
      • Outline style
      • Opacity
  • Profiles (Ace)




Other nib Addons:

0.8

0.8.2
  • Updated for 4.3
  • Added Raid Finder button
  • Update was dry-coded since I no longer have a WoW account. Let me know if any errors occur.


0.8.1
  • Added Dungeon Journal button


0.8.0
  • Converted to Secure Templates
  • Glyphs can now be changed without problems
  • Combat Fader removed, as it's no longer compatible


0.7

0.7.4 r6
  • Libraries updated

0.7.4 r5 Changes
  • German (deDE) locale added (Thanks to Anfithil)

0.7.4 r4 Changes
  • Traditional Chinese (zhTW) locale added (Thanks to chenyuli)

0.7.4 r3 Changes
  • Français (frFR) locale added (Thanks to DarKleFou)

0.7.4 r2 Changes
  • Combat Fader code optimizations

0.7.4 Changes
  • Memory footprint reduced

0.7.3 Changes
  • Added Libs\AceConsole-3.0

0.7.2 Changes
  • Removed Libs\AceConsole-3.0

0.7.1
  • Beginning to add Localization support. Currently only enUS (English) is available.

0.7.0
  • Buttons will now automatically size themselves to fit their text
  • Added Micro Adjustments for each individual button


0.6

0.6.6
  • Fixed the Combat Fader not registering Power reaching full for Hurt status

0.6.5
  • Updated Libraries

0.6.4
  • Added Frame Strata options
    • Automatic - Automatically set the Micro Menu to appear above it's parent frame
    • Manually set the Micro Menu's frame strata and frame level
  • Improved Options window layout a bit

0.6.3
  • Fix parenting to dynamic frames

0.6.1 and 0.6.2
  • Minor code fixes

0.6.0
  • Updated to work with Cataclysm
  • There are now 10 buttons. The guild/social button has been separated into two buttons. The guild button will access the new Guild window.


0.5

0.5.4
  • Added Tooltips to the buttons (with an option to turn them off if you choose)
  • Guild/Social button is now just a Social button and will simply display the Social window

0.5.3
  • Added an extra option to the Combat Fader. 100% on mouse over: set the opacity of the MicroMenu to 100% when your mouse is over a button.

0.5.2
  • Added Combat Fader. Disabled by default. Can adjust settings through the nibMicroMenu options window.

0.5.1
  • Fixed a bug when changing/creating profiles.

0.5.0
  • New options for changing orientation of MicroMenu (Horizontal or Vertical) and reversing it's direction.


0.4

0.4.1
0.4.0
  • Buttons will now automatically disable/enable depending on whether your character can access their associated windows.
  • Buttons will become highlighted if their associated window is open (either through the MicroMenu itself or through any other means).
  • A new style - Disabled.
  • All three styles (Normal, Highlight and Disabled) now separately configurable from each other, each with their own options category.
Post A Reply Comment Options
Unread 12-16-11, 02:57 PM  
Zzyzxrd
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 1
File comments: 52
Uploads: 2
A temporary fix for the 4.3 bug is to simply open the Core.lua file with Notepad and find:

DJ
if DungeonJournal:IsShown() then
MMF.Buttons[DJID].windowopen = true
else
if playerLevel < EJMicroButton.minLevel then
MMF.Buttons[DJID].disabled = true
else
MMF.Buttons[DJID].disabled = false
MMF.Buttons[DJID].windowopen = false
end
end

Then replace the above, with:

--DJ
--if DungeonJournal:IsShown() then
--MMF.Buttons[DJID].windowopen = true
--else
--if playerLevel < EJMicroButton.minLevel then
--MMF.Buttons[DJID].disabled = true
--else
--MMF.Buttons[DJID].disabled = false
--MMF.Buttons[DJID].windowopen = false
--end
--end

That will disable the DJ part (which actually ends up working when you get in game( but atleast it won't cause the lua error anymore! Weird indeed, but I believe there's an EJ part instead, somewhere in this file.

Either way, I believe Nib might release a fix, really looking forward to!
Last edited by Zzyzxrd : 12-16-11 at 02:59 PM.
Report comment to moderator  
Reply With Quote
Unread 12-16-11, 06:28 PM  
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1600
File comments: 2305
Uploads: 21
I've dry-coded an update for 4.3. Since I no longer have a WoW account, I couldn't test for bugs. Let me know if anything goes wrong.
Report comment to moderator  
Reply With Quote
Unread 12-16-11, 08:41 PM  
ComputerNerd
A Deviate Faerie Dragon

Forum posts: 12
File comments: 67
Uploads: 0
The update seems to have resolved the issue, with at least during a quick check no errors being thrown up and it actually appearing on-screen which it did not previously.
I may try if you don't mind to make a group of databrokers based on this, and being my first addon attempt it would likely be using a lot of your code with due credit.
Just thought the single letter format would seem a nice replacement for the typical icons.
Report comment to moderator  
Reply With Quote
Unread 08-30-12, 02:12 PM  
Ezeky
A Kobold Labourer

Forum posts: 1
File comments: 4
Uploads: 0
Hey thx for the nice addons, got a question are you gone update them for MoP?

See ya
Ezeky
Report comment to moderator  
Reply With Quote
Unread 09-02-12, 10:38 AM  
lemmi13
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 8
Uploads: 1
Arrow nibMicroMenu updated for MoP

Hi Guys

As I read Nibelheim quited playing wow I updated nibMicroMenu and puted on the side:

link:

http://www.wowinterface.com/download...MicroMenu.html
Report comment to moderator  
Reply With Quote
Unread 09-19-12, 10:40 AM  
Caysa
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
Any chance we could get a update on nibChattabs aswell?
Report comment to moderator  
Reply With Quote
Unread 02-15-15, 12:30 PM  
Noix
A Fallenroot Satyr

Forum posts: 20
File comments: 10
Uploads: 0
Has this addon been updated anywhere on Wow Interface for wod?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: