Thread Tools Display Modes
04/24/20, 01:46 AM   #1
Akopian Atrebates
Premium Member
Join Date: Jan 2015
Posts: 9
An Error involve "two anchors"

Getting the following error. I have an idea of where to look, but I am wondering if any of you have some special insight as to why this occurs. I presume it has to do with addons both trying to do the same thing, but I wonder if there is more to it than that.

Control [ZO_PlayerAttributeHealth] already has two anchors, adding another will have no effect.
  Reply With Quote
04/24/20, 04:03 AM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
This often happens when someone tries to re-anchor a control without clearing the old anchors first.
E.g. Addon A tells the control to stick to point A with the top-left corner and to point B with the bottom-right. Then Addon B comes along and suddenly tells it to stick to point C with the top-left corner which is ok as it will just override the previous value, but instead of the bottom-right it chooses the top-right corner for point D, which makes the control go "AaaaaaAAAAhh!!! I'm a rectangle! I can't stick to 3 different points like that! What do you want from me?! Leave me alone!!"
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » An Error involve "two anchors"


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