View Single Post
12-15-13, 06:33 AM   #13
Mayron
A Frostmaul Preserver
 
Mayron's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 275
Originally Posted by Phanx View Post
If you set, for example "BOTTOMRIGHT to the CENTER of the UIParent" and then "BOTTOM to the CENTER of the UIParent", technically you have set both of those points, and you should be able to retrieve them via GetPoints(1) and GetPoints (2), but practically you won't see a differerence, because how can two different parts of your frame both be exactly in the center of the UIParent? That's why you need to use ClearAllPoints.
Yes thats true. I fixed the issue in the end just by altering how the setting worked in other ways and controlled the points better while taking into consideration all the tips I was given so thank you and everyone else
  Reply With Quote