View Single Post
08-30-14, 06:59 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Assuming the layout uses :SpawnHeader to create the party frames, just change the value of the "sortOrder" attribute from "INDEX" to "NAME" or add it with that value if it doesn't exist, eg.

Code:
local party = oUF:SpawnHeader("MyLayoutPartyHeader", nil, "party", "sortOrder", "NAME")
__________________
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