Results: 16Comments by: fakeh
File: Clique04-05-21
Re: Re: Cmd key on MacOs
Posted By: fakeh
In 9.0.1, IsMetaKeyDown and associated support was added for Cmd key bindings. I tried to add support to my local clique but got lost in the way that the bindings are applied via attributes. Should be easy to add, what's it do? What's the purpose of it? The MacOS command (a.k.a. cmd, meta, ⌘) can now be bound in-game as a...
File: Clique03-11-21
Cmd key on MacOs
Posted By: fakeh
In 9.0.1, IsMetaKeyDown and associated support was added for Cmd key bindings. I tried to add support to my local clique but got lost in the way that the bindings are applied via attributes.
File: OPie04-06-11
Bartender
Posted By: fakeh
Hi there, Bartender keeps calling SetOverrideBindingClick for any bindings mapped to ACTIONBUTTON, therefore binding an OPie ring to any of these bindings will cause the binding to continually and annoyingly disappear. I'm not sure that there's anything that OPie can to about this but thought I should post that the work-aroun...
File: Action Bar Saver10-06-10
Originally posted by Niightblade...
Posted By: fakeh
Originally posted by Niightblade Does this work on the current Beta? With the following hacky changes my needs on the beta are satisfied, but I haven't extensively tested. 85c85 < local spell = GetSpellInfo(id) --- > local spell, rank = GetSpellName(id, BOOKTYPE_SP...
File: cargBags09-13-10
Thanks a lot Cargor. It's obvious t...
Posted By: fakeh
Thanks a lot Cargor. It's obvious to me now that you can't have one button showing in multiple containers - a button's a frame and you can't just render that more than once! It occurred to me that that was the exact symptom of the problem but I was for some reason blind to the cause that was staring right at me :P I now have a klu...
File: cargBags09-12-10
Originally posted by Cargor Theor...
Posted By: fakeh
Originally posted by Cargor Theoretically you could overwrite a core-function in your layout to handle multiple buttons per slot - it would be Implementation:UpdateSlot(), originally in base/implementation.lua @ line 325. Hi again, and thanks. I've been pursuing this and have hit a stumbling block. I ended up assigning a grou...
File: SLDataText09-12-10
Where did the Experience and Calend...
Posted By: fakeh
Where did the Experience and Calendar elements go? It works fine if you just copy them across from an old version. But somewhat hassleful. Dan.
File: cargBags09-11-10
Originally posted by Cargor Thank...
Posted By: fakeh
Originally posted by Cargor Thanks for the suggestion. I'm going to include it, but probably store the setID in the key instead of value to make checking easier. Great :) Is it possible to have an item appearing in multiple containers? I'd like a container for each of my equipment sets (with buttons to withdraw and deopsit f...
File: cargBags09-11-10
Multiple setIDs
Posted By: fakeh
Hi Cargor, Thank you so much for an excellent framework. Could we have support for items occurring in multiple equipment sets? Something like (untested): for setID = 1, GetNumEquipmentSets() do local name = GetEquipmentSetInfo(setID) local items = GetEquipmentSetItemIDs(name) for slot, id in pairs(items) do...
File: Power Auras Classic06-02-10
SetTheory: Sets of AddOn configurations.
Posted By: fakeh
Hi there, My own AddOn, SetTheory (http://wow.curse.com/downloads/wow-addons/details/settheory.aspx) integrates with PowerAuras (and other AddOns/UI features) and allows you to create sets of AddOn configurations which can then be activated with a couple of clicks. For example, you can define a healing set that activates your talen...
File: ZMobDB Advanced609-15-09
Recently I've experienced a few mod...
Posted By: fakeh
Recently I've experienced a few models exhibiting weird behaviour, female night elves lose their heads and male tauren stand side-on. No one else getting this?
File: OPie08-24-09
Originally posted by Foxlit Anoth...
Posted By: fakeh
Originally posted by Foxlit Another alternative (also requiring Echo) is to use conditional bindings within OPie. The requirement is that you must be able to express conditions under which you want an OPie ring to open for a binding using macro conditionals. Supposing you wanted to bind a ring to the "3" key only while outside a ve...
File: OPie08-24-09
Originally posted by shkm As the...
Posted By: fakeh
Originally posted by shkm As the new version adds macro capabilities, so yes, it is possible! Hell, I just finished writing something about it on my blog. The issues I experienced somehow lost me my manners: I'd like to thank the author for implementing such a powerful feature. Edit Aherm, turns out it didn't work the way I tho...
File: OPie08-24-09
Hi Foxlit, Firstly my congratul...
Posted By: fakeh
Hi Foxlit, Firstly my congratulations, this is a fantastic addon. Originally posted by Foxlit I'm a little surprised that this isn't available (I had a look around and couldn't find anything on it at least). I'd like to be able to integrate OPie into a macro, meaning I'd like the macro to open an OPie ring as opposed to ha...
File: Power Auras Classic06-28-09
SetTheory - sets of addon configurations
Posted By: fakeh
Hi, If you use PowerAuras to support different play-styles and specs that you find yourself switching between a lot you might like an addon I've written called 'SetTheory'. It allows you to define different sets of addon configurations and switch between them with one button press saving you time and making those times when you en...
File: Buffed!05-13-09
Hi, Any plans to add a BuffHUD-...
Posted By: fakeh
Hi, Any plans to add a BuffHUD-esque layout preset?