Im not one to say you should go rip some code out of other addons :P but either just go and use nMainbar, or look in the code for what hes got hidden etc.. also includes the paging button...
Unfortunately IPopBar doesn't seem to be working (at least in WotLK Beta).
That said, I took to looking at PopUpActionBars, IPopBar and Dominos to see if I could just write my own add on.
Here's my progress after about an hour or so:
ChatFrame1:AddMessage("Wasabi loaded.");
local SIZE = 32;
local GAP = 4;
function WasabiCreateButton(id)
local b = CreateFrame("CheckButton", "WasabiButton"..id, nil, "ActionBarButtonTemplate");
local RESCALE = SIZE / b:GetWidth();
b:SetFrameStrata("DIALOG");
b:SetScale(RESCALE);
b:SetPoint("TOPLEFT", CharacterMicroButton, "TOPLEFT", (SIZE + GAP) * (id - 1) / RESCALE, -25/RESCALE);
b:SetAttribute("type", "action")
b:SetAttribute("action", id+12)
end
for i = 1, 12 do
WasabiCreateButton(i)
end
Stuff that I haven't figured out how to do properly yet:
- Positioning (-25 is just me eyeballing it, I'd like to figure out what I should position from instead of CharacterMicroMButton)
- Scaling (it won't scale right right now when I change the UI Scale)
- Hiding the micromenu buttons behind it and the 4 bag buttons (but leaving the backpack in place)
- Implementing a slash command to hide the bar and show the micromenu buttons
- Keybindings for the buttons, as well as text showing the keybinding
- Telling WoW that I've taken page 2 so that there's no need to show the paging scrollbar to the right of actionbar 1
Guess most of them are for the old build and do not work anymore.
And I meant for something for all the Ace Addons at the SVN, I don't want to look through all the branches.
Bar #1 gets swapped for stances/forms/mind control.
Going into Interface Options -> ActionBars, we can enable Bars #3, #4, #5 and #6 (BottomLeft, BottomRight, Right1 and Right2).
This leaves us with 5 bars displayed.
However, there is a 6th bar, Bar #2, accessible only by paging using the up and down UI elements at the right side of Bar #1.
I'm looking for an ActionBar addon that:
- Puts Bar #2 to the right of Bar #1, replacing the minimenu and the bags.
- Let's me keybind directly to Bar #2, so I can access it without paging.
- Does nothing else. Just does that.
That empty config panel is true for every Ace3 addon; the subpanels are working fine.
Any chance of a fix? Alternatively, what's causing it?
The strange thing is that _some_ panels work (e.g. adding a Route), but not others (editing a Route). I ask because I'm leveling Herbalism from 0 to 300 on my DK and find myself pining for Routes to go along with GatherMate :)
Is there a WotLK Beta branch of Ace3 anywhere? Apart from WoWI's category and the thread in UI & Macros on the beta forums, I haven't found any centralized place to get WotLK addons.
Mapster and GatherMate work. Routes works 'cept for it won't let me optimize a Route or edit it in any way (making it functionally useless). Basically there's nothing showing up in the config panel :-/
Trying to get this to use OMNICC w/ latest ver of OMNICC from wowinterface.com -- for some reason the checkbox is greyed out? I apologize if this is a known issue I just tried to search for this and found nothing -- TIA.
A suggestion -- provide the option to limit waiting to buff to only people in the first 5 groups, so that if folks are sitting in the raid group, in say, group 6, 7or 8 but outside the raid (but not in instance, just out in the world) then it doesn't wait for them to do buffing (e.g. pally blessings that go across classes).
0
I've uploaded a new version which implements this.
/wasabi texture to toggle it on and off.
0
I don't know the name of the bottom left texture :-/
0
http://www.wowinterface.com/downloads/info10704-Wasabi.html
Enjoy :)
0
nMainBar isn't WotLK compatible, nor is its code :P (yet)
Also, it doesn't do what I want: a sixth action bar from Bar2
That said, its scaling functions may be useful. I'll look into it. Thanks!
0
That said, I took to looking at PopUpActionBars, IPopBar and Dominos to see if I could just write my own add on.
Here's my progress after about an hour or so:
Stuff that I haven't figured out how to do properly yet:
- Positioning (-25 is just me eyeballing it, I'd like to figure out what I should position from instead of CharacterMicroMButton)
- Scaling (it won't scale right right now when I change the UI Scale)
- Hiding the micromenu buttons behind it and the 4 bag buttons (but leaving the backpack in place)
- Implementing a slash command to hide the bar and show the micromenu buttons
- Keybindings for the buttons, as well as text showing the keybinding
- Telling WoW that I've taken page 2 so that there's no need to show the paging scrollbar to the right of actionbar 1
Any help is appreciated.
Here's a screenshot of what I have thus far:
0
0
Thanks Leialyn. If the changelog is accurate, it hasn't been updated since June 5, 2008.
0
Neither nMainbar nor Dominos just adds Bar#2 next to Bar#1.
0
Bar #1 gets swapped for stances/forms/mind control.
Going into Interface Options -> ActionBars, we can enable Bars #3, #4, #5 and #6 (BottomLeft, BottomRight, Right1 and Right2).
This leaves us with 5 bars displayed.
However, there is a 6th bar, Bar #2, accessible only by paging using the up and down UI elements at the right side of Bar #1.
I'm looking for an ActionBar addon that:
- Puts Bar #2 to the right of Bar #1, replacing the minimenu and the bags.
- Let's me keybind directly to Bar #2, so I can access it without paging.
- Does nothing else. Just does that.
Anyone know of such an addon?
Edit: Wasabi now exists: http://www.wowinterface.com/downloads/info10704-Wasabi.html
0
Any chance of a fix? Alternatively, what's causing it?
The strange thing is that _some_ panels work (e.g. adding a Route), but not others (editing a Route). I ask because I'm leveling Herbalism from 0 to 300 on my DK and find myself pining for Routes to go along with GatherMate :)
Is there a WotLK Beta branch of Ace3 anywhere? Apart from WoWI's category and the thread in UI & Macros on the beta forums, I haven't found any centralized place to get WotLK addons.
Hopefully more keys will go out soon.
Thank you :)
0
0
0
Also experiencing this issue.
0
Thanks :)
0
No problem, thanks for the heads up :)
Best of luck with Grid2 :)