I'm pretty sure you had another error in your error log, this error is only happening when the bar didn't load properly before. Please check your log for earlier errors.
Got a question about the visibility conditions that i hope someone can answer. Ok so i want my pet bar to fade out unless in combat and not show at all when i have no pet eg. mounted, dismissed etc.
So i made this custom conditional:
[combat]show;fade;[nopet]hide
This for the most part works however, when i have no pet and mouseover the bar it show up but without the petskills. Wasn't sure if i could have two different conditionals in the same line or the way i writing it is just wrong.
Got a question about the visibility conditions that i hope someone can answer. Ok so i want my pet bar to fade out unless in combat and not show at all when i have no pet eg. mounted, dismissed etc.
So i made this custom conditional:
[combat]show;fade;[nopet]hide
This for the most part works however, when i have no pet and mouseover the bar it show up but without the petskills. Wasn't sure if i could have two different conditionals in the same line or the way i writing it is just wrong.
Any help would be appriciated!! Thanks!
It'll match the first condition that passes, from left to right. Since your fade has no condition at all, it'll always pass, and always be used. Simply reorder the conditions to say
It'll match the first condition that passes, from left to right. Since your fade has no condition at all, it'll always pass, and always be used. Simply reorder the conditions to say
[nopet]hide;[combat]show;fade
or rewrite them
[combat,pet]show;[pet]fade;hide
great thanks i'll give that a shot and see how it goes. And thanks for the quick response!
Hey,
I'm not sure if its intentional, a bug, or just a setting I've missed but I am unable to see full tooltips when I hover over my buttons. All I see is the name of the spell, the rank, and the cooldown if applicable.
This is fine most of the time, but it is helpful to see my full tooltip when I'm low on mana and want to know exactly how much mana a spell takes. Or exactly how much a spell is suppose to hit for. Or what the cooldown on something is that I don't use very often. Or when I'm leveling a new character and am not familiar with the spells.
I've tried reinstalling Bartender 4 and deleting the WTF luas. I've tried turning off every other addon. I have the tooltip set to enable. I'm not quite sure what else I can change.
the latest Alpha (4.2.6-16) has a new option that allows you to use the default Blizzard VehicleMenuBar when entering a vehicle. If you would like to test it, make sure your bar that holds the 1-6 keybindings is set as a Possess Bar. Please report any Bugs with it here!
The option is off by default, you can activate it on the "Bar" option page, "Use Blizzard Vehicle UI"
Hi, first of all i would just like to say its a great addon you have here.
I am having some problems though with a script im using to show and hide some bars. The thing is it works when im out of combat but not when im in combat. Here are the methods i use:
BT4Bar5:Show()
BT4Bar5:Hide()
Im guessing there might be some code here that is preventing these to happen in combat.
Is there a way to call the frame visibility regardless of the combat state?
Hi, first of all i would just like to say its a great addon you have here.
I am having some problems though with a script im using to show and hide some bars. The thing is it works when im out of combat but not when im in combat. Here are the methods i use:
BT4Bar5:Show()
BT4Bar5:Hide()
Im guessing there might be some code here that is preventing these to happen in combat.
Is there a way to call the frame visibility regardless of the combat state?
You cannot directly show/hide protected frames in combat, only thing you can do is use the visibility driver BT4 provides to get a behaviour you want.
You cannot directly show/hide protected frames in combat, only thing you can do is use the visibility driver BT4 provides to get a behaviour you want.
Gah, this was really a pain. Spent just about the whole day making my own buttons in kgpanels and then the only button that doesnt work in combat is the one for bartender4 config, checked the lua file tho and found a workaround script:
LibStub("AceConfigDialog-3.0"):Open("Bartender4")
Whats with all the "combatlockdown" stuff? Seems a bit unnecesary.
Gah, this was really a pain. Spent just about the whole day making my own buttons in kgpanels and then the only button that doesnt work in combat is the one for bartender4 config, checked the lua file tho and found a workaround script:
LibStub("AceConfigDialog-3.0"):Open("Bartender4")
Whats with all the "combatlockdown" stuff? Seems a bit unnecesary.
Most of the Bartender4 options will simply blow up in your face if you try to use them in combat, so if you avoid the combat checks i put in place, do not come back complaining, because i'll be like "I told you so" :)
Btw, in combat you're supposed to actually fight, not configure addons :D
hehe, damn.. well at least i now have the illusion of it working :)
point taken tho, will probably never configure my bar in combat. However i can remember some time (dunno if it was wow or some other mmo) pvp tags last like forever, and it was really annoying to stand there for like what felt like an hour (= 5sec :P). So thats probably why im so dedicated to fix this, lol.
Good thing is i learned a lot more lua code, so i guess its not so bad.
I just created my deathknight-twink and bt4 doesn´t show the "Stance Configuration"-Part at all so i´m unable to assign bars to stances.
First i thought it might be because i copied the profile from my mainchar (druid) but even when selecting default or deathknight profile or creating a new one the stance configuration part is missing.
I just created my deathknight-twink and bt4 doesn´t show the "Stance Configuration"-Part at all so i´m unable to assign bars to stances.
First i thought it might be because i copied the profile from my mainchar (druid) but even when selecting default or deathknight profile or creating a new one the stance configuration part is missing.
Death Knights do not support stances. Complain at Blizzard, nothing i can do to "make it work", sorry.
Hello, great addon I've enjoyed it alot! untill yesterday.
Yesterday I was in an instance, and when I pressed a skill, my main action bar just completely dissapeared, what I got in return was the 'bottom left actionbar'.
I tried using shift+scroll (or arrow up/down) but no matter how much I did that, my bar never came back, it's like my main action bar got replaced by the other one.
image: http://img16.imageshack.us/my.php?image=bartenderz.jpg
As you can see, the lowest bar is my action bar, and it's completely the same as the one just above that. I tried scrolling like I said, but my main action bar(1,2,3,4 etc) is no where to be found.
I'm struggling with this since yesterday, tried /console reloadui but nothing works. I really hate this especially since I can't do anything at all now!
Hello, great addon I've enjoyed it alot! untill yesterday.
Yesterday I was in an instance, and when I pressed a skill, my main action bar just completely dissapeared, what I got in return was the 'bottom left actionbar'.
I tried using shift+scroll (or arrow up/down) but no matter how much I did that, my bar never came back, it's like my main action bar got replaced by the other one.
image: http://img16.imageshack.us/my.php?image=bartenderz.jpg
As you can see, the lowest bar is my action bar, and it's completely the same as the one just above that. I tried scrolling like I said, but my main action bar(1,2,3,4 etc) is no where to be found.
I'm struggling with this since yesterday, tried /console reloadui but nothing works. I really hate this especially since I can't do anything at all now!
Thanks I hope you can get back to me soon!
Check the Bartender options of that Bar if the stance conditions are still right, or try turning off "ActionBar Paging" in the options and see if it helps.
Check the Bartender options of that Bar if the stance conditions are still right, or try turning off "ActionBar Paging" in the options and see if it helps.
That helped, feel kinda silly now :rolleyes:
Hey man your addon is great I love it, thanks a bunch
I'm pretty sure you had another error in your error log, this error is only happening when the bar didn't load properly before. Please check your log for earlier errors.
So i made this custom conditional:
[combat]show;fade;[nopet]hide
This for the most part works however, when i have no pet and mouseover the bar it show up but without the petskills. Wasn't sure if i could have two different conditionals in the same line or the way i writing it is just wrong.
Any help would be appriciated!! Thanks!
It'll match the first condition that passes, from left to right. Since your fade has no condition at all, it'll always pass, and always be used. Simply reorder the conditions to say
[nopet]hide;[combat]show;fade
or rewrite them
[combat,pet]show;[pet]fade;hide
great thanks i'll give that a shot and see how it goes. And thanks for the quick response!
Edit: Excellent! Works perfectly! Thanks again!
I'm not sure if its intentional, a bug, or just a setting I've missed but I am unable to see full tooltips when I hover over my buttons. All I see is the name of the spell, the rank, and the cooldown if applicable.
This is fine most of the time, but it is helpful to see my full tooltip when I'm low on mana and want to know exactly how much mana a spell takes. Or exactly how much a spell is suppose to hit for. Or what the cooldown on something is that I don't use very often. Or when I'm leveling a new character and am not familiar with the spells.
I've tried reinstalling Bartender 4 and deleting the WTF luas. I've tried turning off every other addon. I have the tooltip set to enable. I'm not quite sure what else I can change.
Once I get home from work, I'll fire up WoW and see exactly where.
I'm a total retard. I can't find anything >.< Well there's this tooltip option to Enable | Disable | Disable in Combat. I have that on Enable though.
It should be named "Show extended tooltips".
the latest Alpha (4.2.6-16) has a new option that allows you to use the default Blizzard VehicleMenuBar when entering a vehicle. If you would like to test it, make sure your bar that holds the 1-6 keybindings is set as a Possess Bar. Please report any Bugs with it here!
The option is off by default, you can activate it on the "Bar" option page, "Use Blizzard Vehicle UI"
I am having some problems though with a script im using to show and hide some bars. The thing is it works when im out of combat but not when im in combat. Here are the methods i use:
BT4Bar5:Show()
BT4Bar5:Hide()
Im guessing there might be some code here that is preventing these to happen in combat.
Is there a way to call the frame visibility regardless of the combat state?
You cannot directly show/hide protected frames in combat, only thing you can do is use the visibility driver BT4 provides to get a behaviour you want.
Gah, this was really a pain. Spent just about the whole day making my own buttons in kgpanels and then the only button that doesnt work in combat is the one for bartender4 config, checked the lua file tho and found a workaround script:
LibStub("AceConfigDialog-3.0"):Open("Bartender4")
Whats with all the "combatlockdown" stuff? Seems a bit unnecesary.
Most of the Bartender4 options will simply blow up in your face if you try to use them in combat, so if you avoid the combat checks i put in place, do not come back complaining, because i'll be like "I told you so" :)
Btw, in combat you're supposed to actually fight, not configure addons :D
point taken tho, will probably never configure my bar in combat. However i can remember some time (dunno if it was wow or some other mmo) pvp tags last like forever, and it was really annoying to stand there for like what felt like an hour (= 5sec :P). So thats probably why im so dedicated to fix this, lol.
Good thing is i learned a lot more lua code, so i guess its not so bad.
First i thought it might be because i copied the profile from my mainchar (druid) but even when selecting default or deathknight profile or creating a new one the stance configuration part is missing.
Death Knights do not support stances. Complain at Blizzard, nothing i can do to "make it work", sorry.
Yesterday I was in an instance, and when I pressed a skill, my main action bar just completely dissapeared, what I got in return was the 'bottom left actionbar'.
I tried using shift+scroll (or arrow up/down) but no matter how much I did that, my bar never came back, it's like my main action bar got replaced by the other one.
image: http://img16.imageshack.us/my.php?image=bartenderz.jpg
As you can see, the lowest bar is my action bar, and it's completely the same as the one just above that. I tried scrolling like I said, but my main action bar(1,2,3,4 etc) is no where to be found.
I'm struggling with this since yesterday, tried /console reloadui but nothing works. I really hate this especially since I can't do anything at all now!
Thanks I hope you can get back to me soon!
Check the Bartender options of that Bar if the stance conditions are still right, or try turning off "ActionBar Paging" in the options and see if it helps.
That helped, feel kinda silly now :rolleyes:
Hey man your addon is great I love it, thanks a bunch
Ah...i was simply assuming that the dk´s presences are handled like the usual stances, e.g. warrior or druid.