Attract-Mode Support Forum
Attract-Mode Support => Scripting => Topic started by: JDGJr on March 28, 2015, 06:13:41 PM
-
I'm playing with a modification of the Basic layout, and I plan to use only a few ROMs. I'd like the list items to stay at the same location while the selection moves, and not have the few items move beyond the top or bottom of the list.
Has anyone done this before?
thanks!
John
-
You won't be able to use a listbox for this.
-
Yeah the built-in ListBox doesn't support that kind of behaviour.
You could achieve this in a layout but you would have to handle the customized list behaviour in the script itself. It would be kind of like how the grid layout has a selection that can move around the grid without moving the images themselves (until you hit the edges)... so that could be an example to look at for ideas.