Thread Tools Display Modes
05-28-16, 02:41 PM   #1
Sp_i_ke
A Murloc Raider
Join Date: Apr 2009
Posts: 7
nameList

Using oUF Fail (1.66). In the core.lua in the part about the party frames (starting at line 577) I added the line: "sortMethod", "NAMELIST", so I can set a specific order in which the chars in a party appear by adding a second line: "nameList", "char1,char2,char3,char4,char5",. That all works perfectly fine.

What I can't figure out is how to add a second nameList in that same core.lua for a second party of 5 chars. Tried just adding a second "nameList", "char6,char7,char8,char9,char10", line. Then only the last nameList works. Tried separating two lists with a comma: "nameList", "char1,char2,char3,char4,char5", "char6,char7,char8,char9,char10", but that didn't work at all.

How would I go about to get this working?

Thanks
  Reply With Quote
08-07-16, 07:04 AM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Each header can only have one nameList. If you want a second group of frames with a different nameList, you need a second header.
__________________
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

WoWInterface » Featured Projects » oUF (Otravi Unit Frames) » nameList


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off