My requirements is I need to create a scroll list box that creates and displays a list of options for the player. I'm looking to make a strategy RPG so I'll be needing this a lot. In this particular case I'm displaying a list a classes with the goal of the player selecting one for recruitment. I'll admit it has taken me a week just to assemble this portion of my game and it's gotten very frustrating. Here's the entire CapX file. Most of the relevant functions are in the listbox group. The bottom right button in Layout 1 summons the list.
To do:
* Scale the scrollbar to the size of the listbox.
* Display a tooltip on class mouseover.
* Enable Dragdrop from the listbox.
* Possibly package this as a tutorial or a plugin.