Download
(7 Kb)
Download
Updated: 02/17/24 03:39 PM
Pictures
File Info
Compatibility:
Scions of Ithelia (9.3.0)
Endless Archive (9.2.5)
Updated:02/17/24 03:39 PM
Created:06/14/14 02:23 PM
Monthly downloads:47,033
Total downloads:1,138,556
Favorites:733
MD5:
9.3.0
LibHarvensAddonSettings  Popular! (More than 5000 hits)
Version: 1.9.1
by: Harven, votan
Description
With this addon you can create and add your addon settings to the common settings page. The functionality is similar to great Seerah's LibAddonMenu addon but it's written from scratch. The settings page can be found in Settings->Addons menu. When you open that menu you will see sorted addons names. Chosen addon setting will appear after clicking addon name. Main features:
- only one addon settings are visible at a time,
- no control is created when you define your addon settings to avoid "Too many anchors processed" error,
- controls are created when you select an addon,
- when you select another addon the controls are reused, so the number of controls will stay at decent level

Usage
Edit your addon manifest file and add following line:
Code:
## DependsOn: LibHarvensAddonSettings
Then take a look at this example addon:
lua: HarvensAddonSettingsExample.lua
manifest: HarvensAddonSettingsExample.txt

Version 1.9.1
- Fixed drop-downs get cut off.
- API bump for update 41.

Version 1.9.0
- Fixed dropdown with long text.
- Fixed sticky controls after

Version 1.8.0
- Fixed error caused by API change, e.g. Harven's Potion Alert.
- Code refactoring. Thanks to @Scootworks.

Version 1.7.5
- editcontrol: new parameters textType and maxChars (thanks to Scootworks),
- editcontrol: save value if you leave the control without pressing enter (thanks to Scootworks),
- bye bye LibStub

Version 1.7.4
- Fixed controls reanchoring to the top of the panel when used together with LAM

Version 1.7.3
- Changed the type of this addon to library,
- Made LibStub optional,
- Compatibility fixes to 100029 API

Version 1.0.7.2
- Lots of changes since last update ;)

Version 1.0.4
- Added support for default values and "Defaults" button handler,
- Settings controls can be enabled/disabled,
- Done some code refactoring,
- Support for optional "options" table as second parameter to LibHarvensAddonSettings:AddAddon(), see example addon.

Version 1.0.3
- Fixed exception caused by adding more than one addon with the same name,
- Colors are removed from addons names.

Version 1.0.2
- Made some fixes suggested by Garkin.

Version 1.0.1
- Removed whole .xml file because when used in more than one addon, virtual controls were redefined and ESO doesn't like it. Insted the controls are created inside the lua code (still using control pools).
Optional Files (0)


Archived Files (11)
File Name
Version
Size
Uploader
Date
1.9.0
7kB
votan
02/13/22 12:03 PM
1.8.0
7kB
votan
04/11/21 09:44 AM
1.7.5
6kB
Harven
03/25/20 03:49 AM
1.7.4
6kB
Harven
11/01/19 08:32 AM
1.7.3
6kB
Harven
10/31/19 03:42 PM
1.0.7.2
7kB
Harven
02/27/19 03:56 AM
1.0.4
7kB
Harven
06/19/14 03:39 PM
1.0.3
6kB
Harven
06/17/14 10:37 AM
1.0.2
6kB
Harven
06/15/14 10:51 AM
1.0.1
6kB
Harven
06/14/14 03:58 PM
1.0.0
6kB
Harven
06/14/14 02:23 PM


Post A Reply Comment Options
Unread 02/17/24, 04:15 PM  
votan
 
votan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 577
File comments: 1667
Uploads: 40
Re: Can't download latest update

Originally Posted by rbpaiett
I tried thru Minion and I've tried a direct download and neither effort will work.
You have to wait until addons get approved. You should try again, now.
Report comment to moderator  
Reply With Quote
Unread 02/17/24, 03:51 PM  
rbpaiett

Forum posts: 0
File comments: 64
Uploads: 0
Can't download latest update

I tried thru Minion and I've tried a direct download and neither effort will work.
Report comment to moderator  
Reply With Quote
Unread 01/05/22, 08:58 AM  
Cheshire_Cat

Forum posts: 0
File comments: 29
Uploads: 0
Still having trouble

Getting this error:
AddOnLoad: Circular dependency detected between [LibHarvensAddonSettings] and [LibHarvensAddonSettings]
Last edited by Cheshire_Cat : 01/09/22 at 02:42 PM.
Report comment to moderator  
Reply With Quote
Unread 04/12/21, 03:04 AM  
votan
 
votan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 577
File comments: 1667
Uploads: 40
Originally Posted by TypicalPrior
Just wanted to say thank you to the one who updated this library cause now the Potion Alerts settings are showing up again.
Perfect
Harven gave me the permission to maintain his addons.
Report comment to moderator  
Reply With Quote
Unread 04/12/21, 01:26 AM  
TypicalPrior

Forum posts: 7
File comments: 76
Uploads: 0
Just wanted to say thank you to the one who updated this library cause now the Potion Alerts settings are showing up again.
Report comment to moderator  
Reply With Quote
Unread 03/14/21, 02:20 PM  
ShadoKitten

Forum posts: 0
File comments: 1
Uploads: 0
Is it just me?

I don't know if I'm doing something wrong but I don't see an option for the mod in Setting->Add-Ons and when I have the checkbox checked in Add-ons tab, my world map does not show.



Last edited by ShadoKitten : 03/14/21 at 02:34 PM.
Report comment to moderator  
Reply With Quote
Unread 03/14/21, 01:15 AM  
thief007

Forum posts: 0
File comments: 1
Uploads: 0
Re: Update 29 Issue

In file LibHarvensAddonSettings.lua change line 134
Code:
editControl:SetText(zo_strgsub(self.getFunction(), "|", "||"))
to
Code:
editControl:SetText(zo_strgsub(self.getFunction(), "|", "||"), true)
Originally Posted by BSKCorp
Any time I click on settings with Harven's Quest Journal and the Lib I get this error

Part 1 -
https://i.gyazo.com/c66e7201ab7cf205...2a0a373beb.png

Part 2 -
https://i.gyazo.com/2324a82f369aea10...cedbcd9492.png

I am trying to see what I can do to fix it myself but I do not know enough LUA to do so lol... My bandaid and duct tape method wont work on this I don't think.

Anyone has any ideas?
Report comment to moderator  
Reply With Quote
Unread 03/09/21, 03:53 PM  
BSKCorp
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 46
Uploads: 5
Update 29 Issue

Any time I click on settings with Harven's Quest Journal and the Lib I get this error

Part 1 -
https://i.gyazo.com/c66e7201ab7cf205...2a0a373beb.png

Part 2 -
https://i.gyazo.com/2324a82f369aea10...cedbcd9492.png

I am trying to see what I can do to fix it myself but I do not know enough LUA to do so lol... My bandaid and duct tape method wont work on this I don't think.

Anyone has any ideas?
Report comment to moderator  
Reply With Quote
Unread 08/25/20, 03:29 PM  
Nukluk
 
Nukluk's Avatar

Forum posts: 0
File comments: 30
Uploads: 0
LibHarvensAddonSettings Breaking Votan's Mini Map

EDIT 8/26/2020: I found/solved my issue but want to keep this post here in case it's helpful for others.

Causing the Issue:
The AwesomeGuildStore addon caused the issue I outlined below. Once I disabled (only) this addon, and re-enabled everything else, my mini map glitching problem was resolved.


NOT Causing the Issue:
Votan's Mini Map and LibHarvensAddonsSettings were not the root cause of my mini map going all wonky.

IGNORE THIS GRAY Text:
I am posting the following in Votan's Mini Map comments area. Posting here too in hopes someone can fix this issue:

Something is definitely wrong since the last patch. I can't use Votan's Mini Map anymore either. I've loaded the latest versions of that addon's dependencies, including the "LibHarvensAddonSettings".


Issue Symptoms:
  • Votan's Minimap 'glitches' several times per second, trying to render the map of the zone/place I'm in, and the entire Glenumbra map (I'm not in Glenumbra). It mostly stays on the Glenumbra map, but has 1/10th second glitches to the maps where I'm at. Even after the troubleshooting below, the mini map glitching remains.
Previous Troubleshooting:
  • I've removed every addon that has "LibHarvensAddonsSettings", except Votan's Minimap, and restarted the game.
  • In addition, I also removed every Harven's and Votan's addon, except Votan's Minimap, and restarted the game.

Edit: Also, ESO is showing LibHarvensAddonsSettings is out of date.
Last edited by Nukluk : 08/26/20 at 06:54 AM.
Report comment to moderator  
Reply With Quote
Unread 07/31/20, 05:03 PM  
prtpj

Forum posts: 2
File comments: 74
Uploads: 1
Re: Possible workaround for error & disabled Esc menu

Didnt work for me

Because this bug on this lib I cant use anymore vontan's minimap

Originally Posted by Sorrieah
Disclaimer: I am not an addon author or someone who knows anything about Lua, I just read the previous posts here and figured I'd consolidate what I learned from them for people looking for answers.

If you're getting an error like the one in previous posts, followed by the Esc menu not working, try the following:
  1. Backup your addons folder!
  2. Run a search in your ESO live Addons folder for "LibHarvensAddonSettings". Delete any versions packaged with a different addon. One known addon to have this issue is the Harven's Subtitles addon, and Harven's Thieves Trove Markers might also (but I don't have it to check). The subtitles addon also has LibStub packaged with it, that you may as well delete if you have it installed separately.
  3. In the *.lua files for each addon you deleted, the following line:
    Code:
    local LibHarvensAddonSettings = LibStub("LibHarvensAddonSettings-1.0")
  4. Change the part that reads
    Code:
    LibStub("LibHarvensAddonSettings-1.0")
    to
    Code:
    LibHarvensAddonSettings
  5. Try running ESO and see if it worked...

This worked for me, but I only had Harven's Subtitles to test with. Hopefully it works for you.
Report comment to moderator  
Reply With Quote
Unread 07/17/20, 12:42 PM  
GottaSlay

Forum posts: 0
File comments: 30
Uploads: 0
Update the addon please

<3
Report comment to moderator  
Reply With Quote
Unread 06/30/20, 01:40 AM  
patdrum

Forum posts: 0
File comments: 4
Uploads: 0
NEEDS A UPDATE

this addon needs an update since the chapter came out the addon settings wont show up. now its messing with items in my inventory. please update.
Report comment to moderator  
Reply With Quote
Unread 06/27/20, 03:12 PM  
prtpj

Forum posts: 2
File comments: 74
Uploads: 1
Re: Possible workaround for error & disabled Esc menu

I will try this, but before just wanna to tell, the addons you mentioned (Subtitles and thieves trove) I havent any of them AND I have the issue with ESC and all other menus arent working.
I did a downgrade to the version 1.7.4 of this lib and almost everything is working. The only two addons which arent working for me is: Votan's Lore Library Search and Harven's AS to LAM adapter. Both ask for the new version of LibHarvensAddonsSettings

Originally Posted by Sorrieah
Disclaimer: I am not an addon author or someone who knows anything about Lua, I just read the previous posts here and figured I'd consolidate what I learned from them for people looking for answers.

If you're getting an error like the one in previous posts, followed by the Esc menu not working, try the following:
  1. Backup your addons folder!
  2. Run a search in your ESO live Addons folder for "LibHarvensAddonSettings". Delete any versions packaged with a different addon. One known addon to have this issue is the Harven's Subtitles addon, and Harven's Thieves Trove Markers might also (but I don't have it to check). The subtitles addon also has LibStub packaged with it, that you may as well delete if you have it installed separately.
  3. In the *.lua files for each addon you deleted, the following line:
    Code:
    local LibHarvensAddonSettings = LibStub("LibHarvensAddonSettings-1.0")
  4. Change the part that reads
    Code:
    LibStub("LibHarvensAddonSettings-1.0")
    to
    Code:
    LibHarvensAddonSettings
  5. Try running ESO and see if it worked...

This worked for me, but I only had Harven's Subtitles to test with. Hopefully it works for you.
Report comment to moderator  
Reply With Quote
Unread 06/27/20, 02:46 AM  
Sorrieah

Forum posts: 0
File comments: 11
Uploads: 0
Lightbulb Possible workaround for error & disabled Esc menu

Disclaimer: I am not an addon author or someone who knows anything about Lua, I just read the previous posts here and figured I'd consolidate what I learned from them for people looking for answers.

If you're getting an error like the one in previous posts, followed by the Esc menu not working, try the following:
  1. Backup your addons folder!
  2. Run a search in your ESO live Addons folder for "LibHarvensAddonSettings". Delete any versions packaged with a different addon. One known addon to have this issue is the Harven's Subtitles addon, and Harven's Thieves Trove Markers might also (but I don't have it to check). The subtitles addon also has LibStub packaged with it, that you may as well delete if you have it installed separately.
  3. In the *.lua files for each addon you deleted, the following line:
    Code:
    local LibHarvensAddonSettings = LibStub("LibHarvensAddonSettings-1.0")
  4. Change the part that reads
    Code:
    LibStub("LibHarvensAddonSettings-1.0")
    to
    Code:
    LibHarvensAddonSettings
  5. Try running ESO and see if it worked...

This worked for me, but I only had Harven's Subtitles to test with. Hopefully it works for you.
Report comment to moderator  
Reply With Quote
Unread 06/02/20, 01:58 PM  
Helldir
 
Helldir's Avatar

Forum posts: 7
File comments: 20
Uploads: 0
Re: Re: Re: Duplicate name?

Originally Posted by Trollwut
Okay, played around and for me it was this addon: https://www.esoui.com/downloads/info...Subtitles.html
Thanks. Disabling Harven's Subtitles also did it for me. Hope he opdates it soon.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: