This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
Rewrite myBindings. An enhanced key bindings interface.
I haven't found any other mods that would serve as a replacement to this one. I find it extremely unwieldy to use the standard keybindings interface, and may have to learn LUA just to update this addon (if I could ever find the time, ya know?)
I'd like to echo what Moo said "One of the small mods that silently work in the background that i can't live without."
Well posting errors here as seen by BugGrabber when I tried mousing over or scrolling the window which is blank.
[2008/10/17 21:41:59-2010-x1]: CreateFrame(): Couldn't find inherited node "OptionFrameBoxTemplate":
<in C code>: ?
<in C code>: in function `CreateFrame'
myBindings2-2.1.69499\myBindings2.lua:1164: in function `CreateBindingHeader'
myBindings2-2.1.69499\myBindings2.lua:324: in function `HeadingsUpdate'
myBindings2-2.1.69499\myBindings2.lua:868: in function `OnShow'
myBindings2-2.1.69499\myBindings2.lua:995: in function <Interface\AddOns\myBindings2\myBindings2.lua:994>
<in C code>: in function `Show'
Interface\FrameXML\UIParent.lua:1759: in function `ShowUIPanel':
myBindings2-2.1.69499\myBindings2.lua:973: in function <Interface\AddOns\myBindings2\myBindings2.lua:972
[2008/10/17 21:42:00-2010-x9]: Interface\FrameXML\UIPanelTemplates.lua:152: attempt to index local 'self' (a number value):
myBindings2-2.1.69499\myBindings2.lua:1100: in function <Interface\AddOns\myBindings2\myBindings2.lua:1099>
[2008/10/17 21:42:05-2010-x1]: myBindings2-2.1.69499\myBindings2.lua:414: table index is nil
myBindings2-2.1.69499\myBindings2.lua:1156: in function <Interface\AddOns\myBindings2\myBindings2.lua:1155>
[2008/10/17 21:42:05-2010-x1]: CreateFrame(): Couldn't find inherited node "OptionFrameBoxTemplate":
<in C code>: ?
<in C code>: in function `CreateFrame'
myBindings2-2.1.69499\myBindings2.lua:1164: in function `CreateBindingHeader'
myBindings2-2.1.69499\myBindings2.lua:324: in function `HeadingsUpdate'
myBindings2-2.1.69499\myBindings2.lua:1088: in function <Interface\AddOns\myBindings2\myBindings2.lua:1078>
[2008/10/17 21:41:59-2010-x1]: CreateFrame(): Couldn't find inherited node "OptionFrameBoxTemplate":
<in C code>: ?
<in C code>: in function `CreateFrame'
myBindings2-2.1.69499\myBindings2.lua:1164: in function `CreateBindingHeader'
myBindings2-2.1.69499\myBindings2.lua:324: in function `HeadingsUpdate'
myBindings2-2.1.69499\myBindings2.lua:868: in function `OnShow'
myBindings2-2.1.69499\myBindings2.lua:995: in function <Interface\AddOns\myBindings2\myBindings2.lua:994>
<in C code>: in function `Show'
Interface\FrameXML\UIParent.lua:1759: in function `ShowUIPanel':
myBindings2-2.1.69499\myBindings2.lua:973: in function <Interface\AddOns\myBindings2\myBindings2.lua:972
Please tell me somebody will fix this to work with the current (and future) game versions. One of the small mods that silently work in the background that i can't live without. /pulls plug :)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Posted a ticket, but the author no longer seems to be working on this addon?
Has some problem in 3.2
MultiActionBar Right Side 1 and MultiActionBar Right Side 2 can't bind the key
can't see the bind buttom
sorry...bad english
Better Key Binginds
Date: 2008-11-22 17:01:31
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\myBindings2\myBindings2.lua line 18:
AceAddon: AceOO-2.0: AceDB-2.0: AceDB-2.0 requires AceEvent-2.0
Debug:
[C]: ?
[C]: error()
...face\AddOns\AtlasLoot\Libs\AceLibrary\AceLibrary.lua:122:
...face\AddOns\AtlasLoot\Libs\AceLibrary\AceLibrary.lua:75
(tail call): ?
(tail call): ?
...AddOns\myBindings2\lib\AceAddon-2.0\AceAddon-2.0.lua:1030: new()
myBindings2\myBindings2.lua:18: in main chunk
Please add AceEvent-2.0
1095c1095
< FauxScrollFrame_OnVerticalScroll(22, function()
---
> FauxScrollFrame_OnVerticalScroll(scrollHeadings,arg1,22, function()
1100c1100
< ScrollFrameTemplate_OnMouseWheel(arg1)
---
> ScrollFrameTemplate_OnMouseWheel(scrollHeadings,arg1)
1108c1108
< FauxScrollFrame_OnVerticalScroll(22, function()
---
> FauxScrollFrame_OnVerticalScroll(scrollBindings,arg1,22, function()
1120c1120
< ScrollFrameTemplate_OnMouseWheel(arg1)
---
> ScrollFrameTemplate_OnMouseWheel(scrollBindings,arg1)
1164c1164
< local f = CreateFrame("Frame", name, parent, "OptionFrameBoxTemplate")
---
> local f = CreateFrame("Frame", name, parent, "OptionsBoxTemplate")
1215c1215
< bKey1:SetTextFontObject(GameFontHighlightSmall)
---
> bKey1:SetNormalFontObject(GameFontHighlightSmall)
1238c1238
< bKey2:SetTextFontObject(GameFontHighlightSmall)
---
> bKey2:SetNormalFontObject(GameFontHighlightSmall)
I'd like to echo what Moo said "One of the small mods that silently work in the background that i can't live without."
Please update!
This is the best replacement keybinding UI out there . Hope its gets updated for wow 3.02
[2008/10/17 21:41:59-2010-x1]: CreateFrame(): Couldn't find inherited node "OptionFrameBoxTemplate":
<in C code>: ?
<in C code>: in function `CreateFrame'
myBindings2-2.1.69499\myBindings2.lua:1164: in function `CreateBindingHeader'
myBindings2-2.1.69499\myBindings2.lua:324: in function `HeadingsUpdate'
myBindings2-2.1.69499\myBindings2.lua:868: in function `OnShow'
myBindings2-2.1.69499\myBindings2.lua:995: in function <Interface\AddOns\myBindings2\myBindings2.lua:994>
<in C code>: in function `Show'
Interface\FrameXML\UIParent.lua:1759: in function `ShowUIPanel':
myBindings2-2.1.69499\myBindings2.lua:973: in function <Interface\AddOns\myBindings2\myBindings2.lua:972
[2008/10/17 21:42:00-2010-x9]: Interface\FrameXML\UIPanelTemplates.lua:152: attempt to index local 'self' (a number value):
myBindings2-2.1.69499\myBindings2.lua:1100: in function <Interface\AddOns\myBindings2\myBindings2.lua:1099>
[2008/10/17 21:42:05-2010-x1]: myBindings2-2.1.69499\myBindings2.lua:414: table index is nil
myBindings2-2.1.69499\myBindings2.lua:1156: in function <Interface\AddOns\myBindings2\myBindings2.lua:1155>
[2008/10/17 21:42:05-2010-x1]: CreateFrame(): Couldn't find inherited node "OptionFrameBoxTemplate":
<in C code>: ?
<in C code>: in function `CreateFrame'
myBindings2-2.1.69499\myBindings2.lua:1164: in function `CreateBindingHeader'
myBindings2-2.1.69499\myBindings2.lua:324: in function `HeadingsUpdate'
myBindings2-2.1.69499\myBindings2.lua:1088: in function <Interface\AddOns\myBindings2\myBindings2.lua:1078>
[2008/10/17 21:41:59-2010-x1]: CreateFrame(): Couldn't find inherited node "OptionFrameBoxTemplate":
<in C code>: ?
<in C code>: in function `CreateFrame'
myBindings2-2.1.69499\myBindings2.lua:1164: in function `CreateBindingHeader'
myBindings2-2.1.69499\myBindings2.lua:324: in function `HeadingsUpdate'
myBindings2-2.1.69499\myBindings2.lua:868: in function `OnShow'
myBindings2-2.1.69499\myBindings2.lua:995: in function <Interface\AddOns\myBindings2\myBindings2.lua:994>
<in C code>: in function `Show'
Interface\FrameXML\UIParent.lua:1759: in function `ShowUIPanel':
myBindings2-2.1.69499\myBindings2.lua:973: in function <Interface\AddOns\myBindings2\myBindings2.lua:972