oh Neriak. I've started making a few changes on Fence, so far they've just had the purpose of preventing more than one copy from loading if someone has both the new KCI and Fence installed.
oh Neriak. I've started making a few changes on Fence, so far they've just had the purpose of preventing more than one copy from loading if someone has both the new KCI and Fence installed.
Great news, Kaelten. I'm curious to see what you've changed. Updating my local copy now :)
Edit: Ah I see, that's what hasModule() is for .. cool :)
Hi, and thanks for yet another great mod! :)
Just want to ask if you could ask some sort of filter to fence?
(exact name search, stacks of 5/10/20 etc)
Hi, and thanks for yet another great mod! :)
Just want to ask if you could ask some sort of filter to fence?
(exact name search, stacks of 5/10/20 etc)
Thanks :) Since you are the second person asking this right now, what exactly do you mean by exact name search. Can you elaborate that please? I already have an exact item search by click in Fence (ctrl-right click) if you meant this. But I'm open for requests and feedback, of course.
Hi, and thanks for yet another great mod! :)
Just want to ask if you could ask some sort of filter to fence?
(exact name search, stacks of 5/10/20 etc)
Thanks :) Since you are the second person asking this right now, what exactly do you mean by exact name search. Can you elaborate that please? I already have an exact item search by click in Fence (ctrl-right click) if you meant this. But I'm open for requests and feedback, of course.
With exact name search and if I search for runecloth (and maybe combined with only showing stacks of 20) I don't want to see any bolt of runecloth, or patterns, or bags etc... Hope this made it clearer... :)
Now the search is standard, showing everything that contains the search text... Of course the exact name search would have to be an option (check box next to search box?)
Now the search is standard, showing everything that contains the search text... Of course the exact name search would have to be an option (check box next to search box?)
You're right. It _is_ already in :)
Quote from Spiralis »
Now the search is standard, showing everything that contains the search text... Of course the exact name search would have to be an option (check box next to search box?)
Ok now I understand. Hrm, I don't think I'll offer a gui for it, since modifying the AH gui does always make problems with other mods, skinning tools etc. So I could add in a toggle for exact search text.
Another way you could do exact searches without modifying the AH UI would be to use a character in the search string.
e.g. "+runecloth" vs "runecloth" where the "+" symbol denotes an exact name search.
If that's too hard for people to remember, you could add a tooltip to the text box, describing the search symbol usage. That's modifying the UI, but not in such a destructive way.
Another way you could do exact searches without modifying the AH UI would be to use a character in the search string.
e.g. "+runecloth" vs "runecloth" where the "+" symbol denotes an exact name search.
If that's too hard for people to remember, you could add a tooltip to the text box, describing the search symbol usage. That's modifying the UI, but not in such a destructive way.
Excellent idea, that's something I can play with! Thanks a ton :)
btw: updated version
SinglePrice.lua: added option to either show bids on an item via text ("Bid") or by fading the bid money frame.
Fence:
- changed truncate algorithm on item text (fit better now)
- made modules local to gain some speed
- minor code changes
----
Modified : /trunk/Fence/Core.lua
Modified : /trunk/Fence/modules/Fence_SinglePrice.lua
Hey Phyber - I do appreciate that you added AH_Wipe fuctionality to Fence, but it broke Deuce Commander and KCI2..:
"DeuceCommander-1.1\\DeuceCommander.lua:67: Dewdrop-2.0: args.Interface Enhancements.args.Fence.args.wipe: \"name\" must be a string\nAce2\\AceLibrary\\AceLibrary.lua:84: in function `error'\nDewdrop-2.0-22324 (DewdropLib):918: in function `FeedAceOptionsTable'\nDeuceCommander-1.1\\DeuceCommander.lua:67: in function `OnMenuRequest'\nFuBarPlugin-2.0-22729:966: in function <...\\FuBarPlugin-2.0\\FuBarPlugin-2.0\\FuBarPlugin-2.0.lua:956>\nDewdrop-2.0-22324 (DewdropLib):1521: in function <...erface\\AddOns\\DewdropLib\\Dewdrop-2.0\\Dewdrop-2.0.lua:1470>\nDewdrop-2.0-22324 (DewdropLib):2241: in function <...erface\\AddOns\\DewdropLib\\Dewdrop-2.0\\Dewdrop-2.0.lua:2201>\nDewdrop-2.0-22324 (DewdropLib):2454: in function <...erface\\AddOns\\DewdropLib\\Dewdrop-2.0\\Dewdrop-2.0.lua:2421>\n<in C code>: in function `Open'\nFuBarPlugin-2.0-22729:1011: in function `OpenMenu'\nFuBarPlugin-2.0-22729:836: in function <...\\FuBarPlugin-2.0\\FuBarPlugin-2.0\\FuBarPlugin-2.0.lua:834>\nFuBar-2.0.22732\\FuBar.lua:1152: in ",
[2] = "function <Interface\\AddOns\\FuBar\\FuBar.lua:1146>\nTablet-2.0-22728 (TabletLib):2519: in function <Interface\\AddOns\\TabletLib\\Tablet-2.0\\Tablet-2.0.lua:2517>\n\n ---",
"KC_Items-1.0.22298\\KC_Items.lua:31: Dewdrop-2.0: args.wipe: \"name\" must be a string\nAceAddon-2.0-21703 (Ace2):447: in function <Interface\\AddOns\\Ace2\\AceAddon-2.0\\AceAddon-2.0.lua:424>\n<in C code>: ?\nAceEvent-2.0-22135 (Ace2):319: in function `TriggerEvent'\nAceEvent-2.0-22135 (Ace2):961: in function <Interface\\AddOns\\Ace2\\AceEvent-2.0\\AceEvent-2.0.lua:954>\n\n ---",
Note: on the top level of your options, you do not need to declare a 'desc' or 'name' field, it would be taken from your Addon's description and name. If you do declare it, it will not be overridden.
To me it's an issue in DeuceCommander ... I'm getting tired fixing DC 'errors' which aren't real errors but lacks in DC. So, I'd really appreciate it if you guys would also report those issues to the DC maintainer.
I know Otto :) Somehow DC doesn't like it when you don't add a string for 'name' or 'desc'. As I described above, Dewdrop doesn't care at all. It'll pull stuff when it doesn't find any of them. I'll fix stuff on the SVN, but it's really the last time I'll find workarounds for a bug in DC :)
Hope you understand my feelings, I don't want to sound rude or so.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Edit: Ah I see, that's what hasModule() is for .. cool :)
Just want to ask if you could ask some sort of filter to fence?
(exact name search, stacks of 5/10/20 etc)
With exact name search and if I search for runecloth (and maybe combined with only showing stacks of 20) I don't want to see any bolt of runecloth, or patterns, or bags etc... Hope this made it clearer... :)
Ok now I understand. Hrm, I don't think I'll offer a gui for it, since modifying the AH gui does always make problems with other mods, skinning tools etc. So I could add in a toggle for exact search text.
e.g. "+runecloth" vs "runecloth" where the "+" symbol denotes an exact name search.
If that's too hard for people to remember, you could add a tooltip to the text box, describing the search symbol usage. That's modifying the UI, but not in such a destructive way.
btw: updated version
Thanx!
source: http://www.wowace.com/wiki/AceOptions_data_table
To me it's an issue in DeuceCommander ... I'm getting tired fixing DC 'errors' which aren't real errors but lacks in DC. So, I'd really appreciate it if you guys would also report those issues to the DC maintainer.
But since the initial error came from KCI2 (just noticed I posted in reverse order) I posted here.
Will find DC's thread and repost
**edit**
It all works fine with that file commented out of the toc.
**edit**
Inserting " name = L["Wipe"]," after line 64 also solved problems.
Hope you understand my feelings, I don't want to sound rude or so.