View Single Post
08-09-14, 10:36 AM   #3
MaLarsson
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Aug 2014
Posts: 13
Thanks for the quick reply.

I tried to use the
Lua Code:
  1. anchor:SetUserPlaced(true)
but it did not work and after reading this page wowwiki I omitted that line from my code since:
There is usually no need to explicitly call this function; the flag is automatically set by Frame:StartMoving(), and when the frame's position is restored from the layout cache.
Is there something I'm missing? Do I need to add a saved variable in my .toc file for the SetUserPlaced method to work properly?
  Reply With Quote