SUM - modify patcher order in gui

Issue #28 new
Daria Tynan repo owner created an issue

SUM needs to be changed so the user can change the order the patchers run in in the gui. Ideally have the patcher order in the main panel and be able to move the entries up and down to change the order of patching. I don't currently know enough gui stuff to do this so if anyone wants to chip in and help me mucking things up that would be great.

Connected to resolving LOOT errors to actually be able to change the order when using LOOT.

Comments (1)

  1. ogerboss

    I don't have much experience with Swing, I favour PyQt for GUI-tasks. But the fundamental approaches should be the same and some ListView-like widget with moveable (drag&drop) entries should do the trick. This StackOverflow question might provide the answers you need. :)

  2. Log in to comment