RightClickMicroButtons

MicroButtonMenu

Adds right click events to the micro menu buttons.

Micro Button Menu

Added right click events

The following micro menu buttons are supplemented with a right click event:

  • Player
    Right click opens the macros frame
  • Spellbook
    Right click opens the spellbook frame with professions page shown
    Sorry, for the moment no right click event because of taint issues
  • Talents
    Right click opens the talent frame with glyphs page shown
    Sorry, for the moment no right click event because of taint issues
  • Achievements
    Right click opens the achievements frame with statistics page shown
  • Quests
    Right click opens the calendar frame
  • Guild
    Right click opens the friends frame with contacs page shown
  • PVP
    Right click opens the friends frame with raid page shown
  • LFD
    Right click opens the looking for raid frame
  • Game menu
    Right click opens the interface settings frame
  • Help
    Right click opens the create ticket frame

I'm investigating in a workaround to avoid the taint issues within the spellbook and talent frames. These two frames are verry fragile, in detail the spell buttons within these frames.

Change the right click events

You can change left and right click actions in the top of RightClickMicroButtons.lua file if you're familar with Lua and the WoW Api.

You must login to post a comment. Don't have an account? Register to get one!

  • 5 comments
  • Avatar of Niselma30 Niselma30 Jan 05, 2011 at 23:43 UTC - 0 likes

    The fix worked! and I'll contact the mod author and let them know soon. :)

  • Avatar of Jos_eu Jos_eu Jan 05, 2011 at 15:03 UTC - 0 likes

    Yes it's an easy fix, but it has to be done in Broker_FindGroup, not in RightClickMicroButtons. So i'm not able to fix it on my side.

    This means: To get rid of this error you've to do the code change (see ticket) by yourself or to contact the author of Broker_FindGroup and request him to fix it.

  • Avatar of Niselma30 Niselma30 Jan 05, 2011 at 12:51 UTC - 0 likes

    Sorry. I thought taint and lua error was the same thing. It's an easy fix to replace the lua code i hope.

  • Avatar of Jos_eu Jos_eu Jan 04, 2011 at 15:21 UTC - 0 likes

    @Niselma30: Could you please provide a taintlog for this? Use "/console taintLog 1" ingame, restart WoW and then reproduce the taint. After this you can find the taintlog file in WoWs Logs folder.

    Edit: Ok, so it's not a taint, but a Lua error. This was already reported via a ticket, i think also by you? It's a problem within Broker_FindGroup, it can be easyly fixed within Broker_FindGroup in a single line of code (please read the ticket for details).

    Last edited Jan 05, 2011 by Jos_eu
  • Avatar of Niselma30 Niselma30 Jan 04, 2011 at 14:18 UTC - 0 likes

    There seems to be a taint with broker_findgroup with the ldb in titan panel. It won't let me right click it and I get an error.

    edit: I meant it wont let me left click. sure i  can post the error log.

    Date: 2011-01-04 15:26:49
    ID: 2
    Error occured in: Global
    Count: 1
    Message: ...ns\RightClickMicroButtons\RightClickMicroButtons.lua line 235:
       attempt to call method 'OldClick' (a nil value)
    Debug:
       [C]: OldClick()
       ...ns\RightClickMicroButtons\RightClickMicroButtons.lua:235
          ...ns\RightClickMicroButtons\RightClickMicroButtons.lua:229
       ...terface\AddOns\Broker_FindGroup\Broker_FindGroup.lua:288
          ...terface\AddOns\Broker_FindGroup\Broker_FindGroup.lua:266
       Titan\LDBToTitan.lua:224
          Titan\LDBToTitan.lua:222

    Last edited Jan 04, 2011 by Niselma30
  • 5 comments

Facts

Date created
Nov 15, 2010
Category
Last update
Apr 27, 2011
Development stage
Release
Language
  • deDE
  • enUS
License
GNU General Public License version 3 (GPLv3)
Curse link
RightClickMicroButtons
Downloads
1,312
Recent files

Authors