Thread Tools Display Modes
01-19-06, 10:36 AM   #1
TheBlur
A Kobold Labourer
Join Date: Jan 2006
Posts: 1
Can you "LINK" the bars

I run a 5x5 configuration, with page one being all the offensive mage spells etc, and page two being all the non combat stuff.

I can mouse over then scroll wheel to change the page, can you link the bars,, so that anytime I scroll, it will move all the bars from page one to page 2 etc etc...

Thanks,
  Reply With Quote
01-20-06, 07:57 AM   #2
Lozareth
An Onyxian Warder
 
Lozareth's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2005
Posts: 366
Easiest way to do that is to create a 25 button bar in the Button Layout window and set it to have 5 rows. Otherwise, create an OnMouseWheel script for the bar:

if (direction > 0) then
DAB_Bar_PageDown(#);
DAB_Bar_PageDown(#);
DAB_Bar_PageDown(#);
DAB_Bar_PageDown(#);
else
DAB_Bar_PageUp(#);
DAB_Bar_PageUp(#);
DAB_Bar_PageUp(#);
DAB_Bar_PageUp(#);
end
__________________
High Pope of the Divine Chihuahua
http://www.discordmods.com
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Released AddOns » Can you "LINK" the bars


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