Multi-page menu

Issue #53 resolved
Chimaine created an issue

Some menus may require more options than what can be displayed. There are ways to implement paging within scripts, but this seems like an issue that could be common.

Pagination could be implemented into the client-side UI, so that it adds pagination where required by the UI scale.

Comments (2)

  1. Fabian Maurer

    I'd build in on top of the existing ShowMenu. Like reserving the top 1/2 buttons for navigation and handelign these cases. And of course shifting the index of the clicked button so it's the correct index in the array.

    Maybe making it depended from UI scale, like "max scale is 4 items max" and "smallest scale is 7 items max".

  2. Log in to comment