View Single Post
04/24/14, 02:08 PM   #30
Shinni
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 167
Originally Posted by Seerah View Post
No. This error pops up if you have too many anchors set for a control. It usually occurs when creating a control from a template that already has anchors set to whatever its parent will be. When you try to set your own anchors from the Lua file, the game complains. You just need to use :ClearAnchors() on it first. I have seen it before and fixed it this way.
This error happens as well when there are to many objects on the screen (HarvestMap likes to spam the map with map pins, so it happens sometimes).
So there is either a global limit to anchors or a limit to how often a control can be referenced (2nd argument of SetAnchor) by anchors.
  Reply With Quote