Thread Tools Display Modes
04/22/14, 06:07 PM   #1
Divona
 
Divona's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 12
Originally Posted by inspyr1314 View Post
If you could be so kind, a few posts above you mentioned ~~


and



~~ could you please, in dummy terms, explain to me how to "fix" those two potential problems that you pointed out?

Thanks
I have uploaded a patch that might help fix the error for Reticle Settings. Pretty much I've now clear anchors before set them. Hope this help.

http://www.esoui.com/downloads/info342.html
  Reply With Quote
04/22/14, 06:42 PM   #2
inspyr1314
 
inspyr1314's Avatar
Join Date: Apr 2014
Posts: 6
Hi Divona,

I uninstalled my RecticleSettings via minion, then downloaded and installed your patched version but I am still getting that error

(I had Thurisaz Guildtools and ZrMM off at the time too as they were causing the same error individually as well)
  Reply With Quote
04/22/14, 08:32 PM   #3
Sp00sty
Join Date: Apr 2014
Posts: 67
Just to confirm please

Line 1005: ctrl:ClearAnchors()
Line 1006: ctrl:SetAnchor(point, ctrlTo, relativePoint)
Line 1007: ctrl:SetAnchor(point, ctrlTo, relativePoint)
Line 1006 is okay to leave, just can't have two of the same line?
  Reply With Quote
04/22/14, 09:06 PM   #4
Vicster0
 
Vicster0's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 82
Something about the dynamic anchors associated with the Tooltips also seem to be capable of causing this error. I don't have much yet, but if you want to see what I mean just create a control and anchor it directly to one of them.
  Reply With Quote
04/22/14, 09:43 PM   #5
inspyr1314
 
inspyr1314's Avatar
Join Date: Apr 2014
Posts: 6
@Sp00sty

he means line 1007 needs to have a double dash so that it isn't parsed. Like so:

Line 1005: ctrl:ClearAnchors()
Line 1006: ctrl:SetAnchor(point, ctrlTo, relativePoint)
Line 1007: --ctrl:SetAnchor(point, ctrlTo, relativePoint)
  Reply With Quote
04/23/14, 06:43 AM   #6
Sp00sty
Join Date: Apr 2014
Posts: 67
Thanks,

I understood to comment it out, I was just wondering why the first line was okay but the double wasn't.

No need to explain, I don't know enough about Lua coding, it just appeared both lines were doing the same thing but once was okay.

Cheers
  Reply With Quote
04/24/14, 08:14 AM   #7
Divona
 
Divona's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 12
It's appear that "Too many anchors processed" cause by installed many of the AddOns that:
  1. Use LibAddonMenu-1.0 library.
  2. Have many options in their settings panel.
When all the AddOns that called upon LibAddonMenu continue to pile up together, you'll like to get the error, as if the game client or library has reach it limit.

Could someone test this theory out by create an AddOns with over 300-500 lines of

LAM:AddHeader
LAM:AddCheckbox
LAM:AddSlider
LAM:AddDropdown
LAM:AddColorPicker

and see if the error pop up?
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » "Too Many Anchors processed"


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off