Release News
This update addresses two issues, one major, one minor.
The minor item regards the key bindings for the left and right vertical action bar key bindings on either side of the unit frames. At some point they became reversed, the opposite of their application in the default Blizzard UI. This update reverses the key bindings on those two bars. Be advised that if you have key bindings on either of those bars, you may have to rearrange them. My apologies to those who are impacted by that change.
The major item is the "attempt to perform arithmetic on a nil value" error at line 214 in nUI_ChatFrame.lua -- this update should resolve that issue once and for all. If it does not, please report it on the support forum at
http://www.wowinterface.com/forums/s...ad.php?t=31110 though I do not anticipate this to be a problem.
In addition to the above, this update also makes a change to the key bindings on the action bars. I don't believe this "fixes" either problem in its entirety, but I do hope it at least helps mitigate it some. I do continue to run both them down and encourage ongoing discussion at
http://www.wowinterface.com/forums/s...ad.php?t=27877
As always... my sincere thanks to the entire nUI community for your ongoing support and encouragement.
Scott.
Code:
-- Do you want to have nUI+ and its updates e-mailed to you? --
You can subscribe to the nUI E-Mail Update service and have the
current version of nUI+ and all updates to nUI e-mailed directly to
you as soon as they are released... no more worrying with keeping
track of the most current version, no downloading required, no user
names and passwords to remember and no fighting for bandwidth on
patch days... to subscribe to the nUI E-Mail Update Service, please visit
http://www.nuiaddon.com/update.html
You can get the Lite version of nUI by visiting
http://files.nUIaddon.com and clicking on the "nUI: Core" link if you do not want or need the 15, 20, 25 and 40 man raid panels. For those who want to full set of features in nUI+ you will need to go to WoW Interface and log in, then go to
http://files.nUIaddon.com and click on the "nUI+ Full Version" line. Please note that you cannot access that link if you are not logged into WoW Interface or you have not completed the steps required to access the nUI+ User Group detailed in the nUI+ newsletter.
-------------------------------------------------------------------------------------------
Version 5.06.09
-------------------------------------------------------------------------------------------
- Modified key binding logic, yet again, in hopes of mitigating the problems further... however, key bindings do remain a problem /sigh
- Reverse key bindings for the action bars to the left and right of the unit frames to match the bindings in the Blizzard interface. Not sure when VerticalMultiBar3 and VerticalMultiBar4 changed places, but nUI now matches them correctly.
- Changed the initialization of the chat frame to account for a load issue in the Blizzard loader causing a "attempt to perform arithmetic on a nil value" error in line 214 of nUI's nUI_ChatFrame.lua code.