Thread Tools Display Modes
01-16-06, 08:10 PM   #1
Zweider
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 30
BibMod 4.17

I just released BibMod 4.17. It fixes a resizing issue that was brought on by changes to the scaling functions in the 1.9 patch. The bug was most noticable when trying to resize the minimap or the bags.
  Reply With Quote
01-19-06, 01:07 AM   #2
Trennn
A Murloc Raider
Join Date: Aug 2005
Posts: 4
I Love You Man
  Reply With Quote
01-19-06, 09:34 AM   #3
Alchemys
A Kobold Labourer
Join Date: Jan 2006
Posts: 1
Lightbulb Issue with BibResizersManager:OnUpdate

I love this mod! However, every time I upgrade, and once I move and resize my bars I get an error that states something like, "error: performing math operation on nil value, BibResizersManager:OnUpdate:9"

I have had to add the following line to the BibWindowModTemplates.xml file, in the <OnUpdate> section:

if (parent and parent:GetEffectiveScale() and parent:GetLeft() and parent:GetTop()) then

Location code snipit:

if (parent and parent:GetEffectiveScale() and parent:GetLeft() and parent:GetTop()) then
resizer.anchorX = parent:GetEffectiveScale() * parent:GetLeft();
-- (Code removed for brevity) ...
resizer.rescaleTriggered = false;
end


Wondering if you could make this permanent
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » BibMod 4.17


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off