View Single Post
12-02-14, 10:40 PM   #17
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
I think you missed the point of my last two posts, which is that as far as I can tell, the default UI never moves the party frames, so you do not need to hook any functions or wait for any events to move them. Just move them, without any wrapping:

Code:
PartyMemberFrame1:SetPoint(ns.unitframesPartyPosition.relAnchor, UIParent, ns.unitframesPartyPosition.offSetX, ns.unitframesPartyPosition.offSetY)
That's all you need.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote