Found a bug. Set the Frame Anchor to "Screen, Top Left". Click the Adjust button and move the frame box. The tooltip now will not stay in the box (it's always above and to the left).
Well, some not so good news I'm afraid. Got it partially working, but it's not really a fix, and I think I know where the issue lies.
The problem is, I believe there is a new button type for stances, as evidenced by the SecureStanceButtonTemplate in the UI changes for 2.0. Therein lies the solution, I'm sure of it. However, it doesn't either seem to be implemented properly, or I don't have the full syntax. Searches on it on the Blizzard forums confirm it's existance, but nothing on implementation.
The best I could get you for now until I see some documentation on this stance button template is swapping between visible bars, which does you no good.
Hey there. I've looked at the code. I think I have a solution for the in combat problem. I have access to a 60 warrior in TBC, and can test. I'll have to wait till the work day is done though. LOL :(
The TBC version over at Wowinterface indeed works. However the bar swapping only works out of combat, and swaps between the five visible bars. More like 'shuffling' than swapping.
It does not work for Warrior Stances.
Are you using the latest version just posted yesterday? That appears to be working for me. I only did one short combat test, and since I play a mage, I only use the swap page for portals and really only use it out of combat.
Mikma, here is something I can confirm. The bar numbering between what I think Blizzard is calling them and how Bartender refers to them is inconsistent. They apparently are not numbering the Pet Bar, the Menu Bar, the Shape bar, and the Bag bar. Valid numbers for bar paging are now only 1-6. From what I can tell by using the patched version on WoW Interface and Bartender2_Pagemaster, it appears what you are calling Bar10 is actually Bar2.
Pagemaster will probably have to be updated to only allow numbers from 1-6.
From the patched version on WoW interface, this is the correlation I've made:
If you want to swap Bar1 with Bar10 (the hidden bar), set Pagemaster to 2.
If you want to swap Bar1 with Bar4, set PageMaster to 3
If you want to swap Bar1 with Bar5, set PageMaster to 4
If you want to swap Bar1 with Bar2, set PageMaster to 5
If you want to swap Bar1 with Bar3, set PageMaster to 6.
Looking at the patched code, it looks like this was set up by changing the numbers in the Bartender:GetBonusActionBarPage()function.
I'm a recent Discord refugee myself. Having fun getting Bartender set up in TBC Beta.
Any chance of implementing a "rows" option for the pet bar. My interface is almost perfect except for that one detail. I can't get the petbar to fit nicely where I want it without it being 2 rows. :(
0
0
0
The problem is, I believe there is a new button type for stances, as evidenced by the SecureStanceButtonTemplate in the UI changes for 2.0. Therein lies the solution, I'm sure of it. However, it doesn't either seem to be implemented properly, or I don't have the full syntax. Searches on it on the Blizzard forums confirm it's existance, but nothing on implementation.
The best I could get you for now until I see some documentation on this stance button template is swapping between visible bars, which does you no good.
0
Hopefully, I'll have it working tonight.
0
Are you using the latest version just posted yesterday? That appears to be working for me. I only did one short combat test, and since I play a mage, I only use the swap page for portals and really only use it out of combat.
Mikma, here is something I can confirm. The bar numbering between what I think Blizzard is calling them and how Bartender refers to them is inconsistent. They apparently are not numbering the Pet Bar, the Menu Bar, the Shape bar, and the Bag bar. Valid numbers for bar paging are now only 1-6. From what I can tell by using the patched version on WoW Interface and Bartender2_Pagemaster, it appears what you are calling Bar10 is actually Bar2.
Pagemaster will probably have to be updated to only allow numbers from 1-6.
From the patched version on WoW interface, this is the correlation I've made:
If you want to swap Bar1 with Bar10 (the hidden bar), set Pagemaster to 2.
If you want to swap Bar1 with Bar4, set PageMaster to 3
If you want to swap Bar1 with Bar5, set PageMaster to 4
If you want to swap Bar1 with Bar2, set PageMaster to 5
If you want to swap Bar1 with Bar3, set PageMaster to 6.
Looking at the patched code, it looks like this was set up by changing the numbers in the Bartender:GetBonusActionBarPage()function.
0
Any chance of implementing a "rows" option for the pet bar. My interface is almost perfect except for that one detail. I can't get the petbar to fit nicely where I want it without it being 2 rows. :(