Questie

Questie

116M Downloads

Make Zone selector dropdown list alphabetical order for Quests by Zone at Journey

arphox opened this issue · 1 comments

commented

Description

Go to Journey, then click the Quests by Zone tab.
Select any continent, and the right dropdown list becomes active.
I would like that dropdown list to be in alphabetical order to be able to find a zone faster.

Screenshot of current state:
kép

(Also I am interested in implementing this, if you have any idea how to do it, please let me know and I try to implement it by myself.)

commented

I just saw your comment about wanting to know how to implement this, i submitted a pull request for this feature (#1383) so i can speak a little bit to it.

Since we wanted to sort a collection on screen, i just went over to stack overflow and searched for sorting lua tables. From there, i looked into how that SetList function works from ACE GUI. These two links were all i really needed.

https://stackoverflow.com/questions/2038418/associatively-sorting-a-table-by-value-in-lua

https://www.wowace.com/projects/ace3/pages/ace-gui-3-0-widgets