I’m curious if anyone has worked on this problem:
I’ve created an MP3 player based on the now classic code at:
http://www.thegoldenmean.com/technique/mp3player01.html
One of the shortcomings of the player (that users seem to notice) is that the listbox doesn’t scroll to reveal the currently selected item when the player is in “continuous” mode. The selected items disappear from view. I’m wondering if using FListbox.getScrollPosition and FListbox.setScrollPosition could be used to get the listbox menu to update and scroll the current selection to the top of the menu screen. If the listbox data object siimply returns an index number it seems like that number could be used to feed the getScrollPosition function.
I’m spending the holidays with relatives (away from my computer) so I can’t actually test this. Has anyone else found a fix?
Cheers.