Bartender doesn't actually set or save the keybindings by itself, it asks the game to remember them, and the game saves them on the game server, so even deleting local files wouldn't necessarily get rid of them.
I thought bartender used to have an option to move icons when they were locked in place. For example, using your shift key + drag icon to override the lock option. Am i not looking in the right place or did bartender never had this option? Because its not working for me atm :/
I thought bartender used to have an option to move icons when they were locked in place. For example, using your shift key + drag icon to override the lock option. Am i not looking in the right place or did bartender never had this option? Because its not working for me atm :/
I just checked with 4.5.13.2 release and the Button Lock functionality is still working. It's in the topleft section of the options panel when u press /bt
I just checked with 4.5.13.2 release and the Button Lock functionality is still working. It's in the topleft section of the options panel when u press /bt
Ye ok, i know about that option and it does work. But in the past i think you could use shift + drag the spellicon (as an alternative to the option in the menu).
I was wondering if that was still possible, so I can quickly move some spells
Ovale Spell Priority is a rotation-helper addon with a feature to show the keybinding associated with the spell that it suggests and display it as a hint for the user.
Basically, it hooks ACTIONBAR_SLOT_CHANGED to use GetActionInfo(slot) on the changed slot, and maps that slot number to a name, e.g. ACTIONBUTTON9, and uses GetBindingKey(name) to get the current keybinding for that spell. This works fine with the default action bars, but does not currently work for people using Bartender4. What's the right way to get this same information from Bartender4?
Based on a quick look through LibActionButton-1.0 I'd guess you need to register for a callback:
function MyAddon:OnButtonContentsChanged(button, state, kind, value)
-- button - reference to the button object
-- state - string, corresponds to button:GetAttribute("state")
-- kind - string, eg. action, spell, empty
-- value - action ID, spell ID, etc.
end
local LAB = LibStub("LibActionButton-1.0")
LAB.RegisterCallback(MyAddon, "OnButtonContentsChanged")
You should be able to get the binding for a button using:
button:GetHotkey()
You may also want to register for the "OnKeybindingChanged" callback which passes a reference to the button and the new key binding.
I'm having a weird issue where when I have BT4 installed my mouse buttons quit working. I can't right or left-click to turn/change camera angle at all. I have tried disabling all other mods and having only BT4 running and it still does it so I'm pretty sure it's not just a conflict with a different mod. I've tried to read the last few months worth of submissions and I didn't see anyone else having this problem.
I am able to turn all my other mods on EXCEPT BT4 and I don't have this issue at all. It only happens when BT4 is installed and running. Also it doesn't happen right away. If I have BT4 enabled and I log in for the first 15 - 90 seconds everything works fine, then after that I can't use my mouse buttons anymore. I've also tried 3 different mice just to eliminate a hardware problem with the mouse. No matter what brand or style (wired/wireless) mouse I use it does the same thing, but only when BT4 is installed and enabled.
Client language is US english.
BT4 version is 4.5.13.2-8-gdbd8c46 (although the last 5 versions all do the same thing).
I'm not getting an error, just after 30 seconds or so I can't use my mouse buttons anymore.
Hopefully someone is still reading this because I have been using this mod since early 2009 and I love it but I haven't played WoW for about 2 years now so I'm not sure which version this started happening.
Next time it happens, type "/fstack" and see what's listed. It sounds like some addon is creating an invisible frame over the entire screen (assuming mouse buttons "don't work" over the entire screen) that's catching mouse events. This doesn't really sound like something BT4 can cause, though, and I certainly haven't ever had any such problem. ???
I'll try that when I get home and report back. I'm sure it's not another addon because as I stated, I had only BT4 running, no other mods were even installed and it happened. If I uninstall BT4 and have all my other mods running or just have the default Blizz UI it doesn't happen, no matter how long I play. If i uninstall (either delete folders or just disable on the addons screen) everything else and only have BT4 running it happens in about 30 seconds. I'll check the 'fstack and see what I get though. Thanks for the reply! :)
Sounds like you might have an empty bar flowing around your screen, which will block your mouse. Best to simply unlock the bars and check there is no green thingys randomly in the middle of your screen.
I couldn't find anything else about it, so I hope this isn't posted somewhere else already.. I have some trouble with bartender, particularly with the possess-bar.
Whenever I enter a vehicle, I get the action bar you should get, so that's all fine.
This goes on the same place as my bar 1, or my 1-9 action buttons.
However, when I then try to use those action buttons, nothing happens. They only work when I manually click on the buttons. I have even tried re-keybinding while in the vehicle, but this does not work either.
The keybinding shows the letters, so I know which buttons they are connected to: as I said before, 1-9. I don't see any reason why they should not work.
I've even tried disabling the entire possess-bar and vehicle bar, hoping to get the default bar, but that didn't work either. I've always had trouble with the possession bar, so can anyone help solve this?
Whenever I enter a vehicle, I get the action bar you should get, ... However, when I then try to use [the keys bound to] those action buttons, nothing happens. They only work when I manually click on the buttons.
Skip steps 2-4. If you get to the end and still have the same problem, attach your BT4 saved variables file (see step 7) to a post so someone can look at it.
Posting a possible noob question. I've been using Bartender coupled with Bagnon for awhile so this was never a problem. However, with all the new bag additions from 6.0.2 I was inclined to stop using bagnon for the mean time.
Currently, my bartender is set to one bar however when I click on the bag it ONLY opens the backpack. I've looked around to see if I was missing a setting, and I unfortunately figure its probably right in front of my face while I just keep overlooking it.
However, when I then try to use those action buttons, nothing happens. They only work when I manually click on the buttons. I have even tried re-keybinding while in the vehicle, but this does not work either.
The keybinding shows the letters, so I know which buttons they are connected to: as I said before, 1-9. I don't see any reason why they should not work.
I've even tried disabling the entire possess-bar and vehicle bar, hoping to get the default bar, but that didn't work either. I've always had trouble with the possession bar, so can anyone help solve this?
It may just be me, but I have the EXACT same issue. Little note : I installed BT clean last night. Only config options I used where hiding all bars but 1, 9 and 10 (and stance/class/vehicle) - I noticed this in the Flying into UC with the Hallow's End quests.
Just so I can test : Anyone know a way to easily do the possess/vehicle thing?
Just so I can test : Anyone know a way to easily do the possess/vehicle thing?
The daily dragon quest on the middle level of the dragon tower (I don't remember offhand what it's actually called) in Dragonblight is good for this. Just remember to not turn in the quest until you're done testing. :p
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Clicking the defaults button in the Interface Options might reset them.
I just checked with 4.5.13.2 release and the Button Lock functionality is still working. It's in the topleft section of the options panel when u press /bt
Ye ok, i know about that option and it does work. But in the past i think you could use shift + drag the spellicon (as an alternative to the option in the menu).
I was wondering if that was still possible, so I can quickly move some spells
thx for the confirmation :) Ill try to figure out what is wrong with my addon
Basically, it hooks ACTIONBAR_SLOT_CHANGED to use GetActionInfo(slot) on the changed slot, and maps that slot number to a name, e.g. ACTIONBUTTON9, and uses GetBindingKey(name) to get the current keybinding for that spell. This works fine with the default action bars, but does not currently work for people using Bartender4. What's the right way to get this same information from Bartender4?
You should be able to get the binding for a button using:
You may also want to register for the "OnKeybindingChanged" callback which passes a reference to the button and the new key binding.
I am able to turn all my other mods on EXCEPT BT4 and I don't have this issue at all. It only happens when BT4 is installed and running. Also it doesn't happen right away. If I have BT4 enabled and I log in for the first 15 - 90 seconds everything works fine, then after that I can't use my mouse buttons anymore. I've also tried 3 different mice just to eliminate a hardware problem with the mouse. No matter what brand or style (wired/wireless) mouse I use it does the same thing, but only when BT4 is installed and enabled.
Client language is US english.
BT4 version is 4.5.13.2-8-gdbd8c46 (although the last 5 versions all do the same thing).
I'm not getting an error, just after 30 seconds or so I can't use my mouse buttons anymore.
Hopefully someone is still reading this because I have been using this mod since early 2009 and I love it but I haven't played WoW for about 2 years now so I'm not sure which version this started happening.
I couldn't find anything else about it, so I hope this isn't posted somewhere else already.. I have some trouble with bartender, particularly with the possess-bar.
Whenever I enter a vehicle, I get the action bar you should get, so that's all fine.
This goes on the same place as my bar 1, or my 1-9 action buttons.
However, when I then try to use those action buttons, nothing happens. They only work when I manually click on the buttons. I have even tried re-keybinding while in the vehicle, but this does not work either.
The keybinding shows the letters, so I know which buttons they are connected to: as I said before, 1-9. I don't see any reason why they should not work.
I've even tried disabling the entire possess-bar and vehicle bar, hoping to get the default bar, but that didn't work either. I've always had trouble with the possession bar, so can anyone help solve this?
http://phanx.net/addons/help
Skip steps 2-4. If you get to the end and still have the same problem, attach your BT4 saved variables file (see step 7) to a post so someone can look at it.
Currently, my bartender is set to one bar however when I click on the bag it ONLY opens the backpack. I've looked around to see if I was missing a setting, and I unfortunately figure its probably right in front of my face while I just keep overlooking it.
Anyone care to help me out? : /
I suppose it makes sense to open all bags when the OneBag option is set and the backpack icon is clicked.
It may just be me, but I have the EXACT same issue. Little note : I installed BT clean last night. Only config options I used where hiding all bars but 1, 9 and 10 (and stance/class/vehicle) - I noticed this in the Flying into UC with the Hallow's End quests.
Just so I can test : Anyone know a way to easily do the possess/vehicle thing?
The daily dragon quest on the middle level of the dragon tower (I don't remember offhand what it's actually called) in Dragonblight is good for this. Just remember to not turn in the quest until you're done testing. :p