View Single Post
03-11-11, 04:41 AM   #463
Dwargh
A Theradrim Guardian
 
Dwargh's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 64
Originally Posted by Akkorian View Post
Hi Killajade,

Go into Bar Edit mode, right-click on the bar, and set it up to be a Paged Bar. That will give you the same 6 pages as the default UI bar.

If you only want 2 pages, instead of all 6, then you have to check “Use Custom Bar States” instead of “Use Preset Bar States”, and then define the states you want using macro conditionals. For example, this would give you a bar that only has 2 pages, that you can switch between with Alt+1/2 or with Shift+Mousewheel, just like the default UI bar:

Code:
[bar:1] [bar:3] [bar:5]
[bar:2] [bar:4] [bar:6]

Well, you can do it in preset bar mode as well. Just use the state remap to make state/page 3 to instead show state/page 1.