Results: 75Comments by: arith
File: NoTaint UIDropDownMenu05-19-17
What I mean to say is that if an au...
Posted By: arith
What I mean to say is that if an author follows your usage instructions and only links UIDropDownMenu.xml they will have issues trying to use this library without also linking libstub. I have requested this in a few addons that are using outdated versions and they are hesitant to use the latest because following the included direc...
File: NoTaint UIDropDownMenu05-19-17
By the way, I think I figured o...
Posted By: arith
By the way, I think I figured out the problem when user install the no-lib version of addons, and then install libs separately but then run into trouble with UIDropDownMenu. I think the problem is the loading sequence. My theory is, for example, the addon Atlas will be loaded earlier than NoTaint_UIDropDown. Then when a user...
File: NoTaint UIDropDownMenu05-19-17
It seems the only way to get this t...
Posted By: arith
It seems the only way to get this to work with an addon now is to explicitly call libstub in your TOC file. For some reason libstub is not embedded in any include file in this library even though it is included in the folder. I think it's quite often that most of the libs will only include the link of LibStub in toc, not in ther xml...
File: NoTaint UIDropDownMenu05-15-17
Just commit revision 17 to add LibS...
Posted By: arith
Just commit revision 17 to add LibStub and introduce LibStub:NewLibrary to set version number. Since LibStub has been used, this will need to be loaded after LibStub. Please test it and let me know if any issue. Arith, I posted a few errors here since I can't find where I can make tickets http://www.wowinterface.com/forums/...
File: NoTaint UIDropDownMenu05-12-17
Just commit revision 17 to add LibS...
Posted By: arith
Just commit revision 17 to add LibStub and introduce LibStub:NewLibrary to set version number. Since LibStub has been used, this will need to be loaded after LibStub. Please test it and let me know if any issue.
File: NoTaint UIDropDownMenu05-12-17
Any chance to add some versioning f...
Posted By: arith
Any chance to add some versioning for the lib like this: local version = 3 if not Lib_UIDropDownMenu or Lib_UIDropDownMenu.version < version then Lib_UIDropDownMenu = { } Lib_UIDropDownMenu.version = version else return end So an older lib version won't override the functions of the newer ones? I will try to i...
File: NoTaint UIDropDownMenu05-12-17
Any chance to add some versioning f...
Posted By: arith
Any chance to add some versioning for the lib like this: local version = 3 if not Lib_UIDropDownMenu or Lib_UIDropDownMenu.version < version then Lib_UIDropDownMenu = { } Lib_UIDropDownMenu.version = version else return end So an older lib version won't override the functions of the newer ones? I will try to i...
File: Atlas Wrath of the Lich King03-31-17
Re: Incorrect Link
Posted By: arith
This is once again Warlords of Draenor instead of Warth of the Lich King. Oops....
File: NoTaint_UIDropDownMenu_Update03-21-17
The following line will likely need...
Posted By: arith
The following line will likely need a change: if ( strsub(button:GetParent():GetName(), 0,12) == "Lib_DropDownList" and strlen(button:GetParent():GetName()) == 13 ) then to this: if ( strsub(button:GetParent():GetName(), 0,16) == "Lib_DropDownList" and strlen(button:GetParent():GetName()) == 17 ) then Could you provide some mor...
File: NoTaint_UIDropDownMenu_Update03-21-17
The following line will likely need...
Posted By: arith
The following line will likely need a change: if ( strsub(button:GetParent():GetName(), 0,12) == "Lib_DropDownList" and strlen(button:GetParent():GetName()) == 13 ) then to this: if ( strsub(button:GetParent():GetName(), 0,16) == "Lib_DropDownList" and strlen(button:GetParent():GetName()) == 17 ) then Could you provide some mor...
File: AtlasLoot Enhanced01-11-17
Re: u guys still alive?
Posted By: arith
any plans of releasing an update? :D the search function for example is marked deeply red on my wish list! especially cause it once was there but had been patched out... :( guys you have to go to wowace / curse.com to get the latest release.
File: Accountant Classic12-25-16
Lua error. Happens often when I joi...
Posted By: arith
Lua error. Happens often when I join a group with World Quest Group Finder. Also happens sometimes when I enter combat. 1x AddOn 'Accountant_Classic' tried to call the protected function 'CompactRaidFrame2:ClearAllPoints()'. !BugGrabber\BugGrabber.lua:573: in function : in function `ClearAllPoin...
File: Atlas Wrath of the Lich King08-17-16
Re: mislabeled...
Posted By: arith
Warlords of Draenor? Oops.... Now fixed. thanks.
File: Atlas Battlegrounds07-21-16
the download link is from atlasburn...
Posted By: arith
the download link is from atlasburningcrusade Oops, thanks for notifying this. I have re-uploaded the correct file.
File: Atlas Arena07-19-16
Atlas still says it's deprecated an...
Posted By: arith
Atlas still says it's deprecated and deactivates it. same for me Please wait for a little bit as the new Atlas is about to be released.
File: Accountant Classic06-13-16
Re: Re: trash
Posted By: arith
Not only does this pile of gunk not work, but it corrupts the saved variables of the real accountant addon too. It's like you set out to prove that wow addons can indeed be malware despite the best efforts of blizzard to protect against that. Can you be more specific? Note that both "Accountant" and "Accountant Classic" were de...
File: Accountant Classic06-13-16
Re: trash
Posted By: arith
Not only does this pile of gunk not work, but it corrupts the saved variables of the real accountant addon too. It's like you set out to prove that wow addons can indeed be malware despite the best efforts of blizzard to protect against that. Can you be more specific?
File: Atlas11-14-14
Just a small suggestion: you may wa...
Posted By: arith
Just a small suggestion: you may want to add the link to the MoP module to the list of modules you have in the description. ^_^ (I kept getting an error when logging in and didn't think to look for this module, as I was convinced I had them all, judging by your list... until it dawned on me and I did a search. herpderp) Thanks...
File: Atlas11-10-14
You are confusing Atlas with AtlasL...
Posted By: arith
You are confusing Atlas with AtlasLoot. I have that loaded also.. No views. AtlasLoot related question / issue will need to go to AtlasLoot team, please visit here: http://www.wowinterface.com/downloads/info5541-AtlasLootEnhanced.html
File: Atlas08-18-13
Ok, looks like I found the problem....
Posted By: arith
Ok, looks like I found the problem. My ACP addon (Addon Control Panel), that manages addons within the game, had the 4 plugins/modules unchecked SO they weren't being accessed. Oddly, this was only on one of my characters and I hadn't unchecked them. Not sure how they got disabled. In any event, after turning them back on for that ch...
File: Atlas07-31-13
Re: Re: Re: Re: Re: Get
Posted By: arith
Sorry I should ask the question more clearly. I meant to ask what's your game client's language. Sometimes the problem might appear in some specific language. As the development and testing usually is done in English locale, sometimes we are not able to detect the possible issue in other languages. But anyway, I didn't get simila...
File: Atlas07-30-13
Re: Get
Posted By: arith
When I first log into a WoW character, I get an "Atlas has detected missing module(s)..." message/error window. It names 4 plugins (Atlas_Battleground, Atlas_DungeonLocs, Atlas_OutdoorRaids, Atlas_Transportation) BUT I have downloaded and installed these plugins, so WHY do I keep getting this message/error in WoW? They seem to work f...
File: Atlas06-26-13
Re: Maybe a little more clear info?
Posted By: arith
Hello, I am considering an add-on to replace my current map add-on because it will not work in some battle grounds (leaving me blind) and doesnt always work in instances (leaving me blind). ........ Ill check back in a week or two and hopefully there is an updated introduction available. :banana: Thanks for your valuable...
File: Atlas06-26-13
Sorry im late, thanks for update; a...
Posted By: arith
Sorry im late, thanks for update; anyway i still cant change tallents, is a message about Atlas when i use the tome of clear of mind bla bla... Did anyone still encounter the problem in switching talent with the recent builds?
File: Atlas Arena05-21-13
Sorry, now fixed. Error upon log...
Posted By: arith
Sorry, now fixed. Error upon logging in after update. Date: 2013-05-21 18:48:51 ID: 1 Error occured in: Global Count: 1 Message: ..\AddOns\Atlas_Arena\Atlas_Arena.lua line 188: '}' expected (to close '{' at line 185) near 'Range' Debug: Locals: AddOns: