Similar to http://cegui.org.uk/forum/viewtopic.php?f=3&t=7083&p=33942&hilit=last+item+in+listbox#p33942, my ItemListBox was not rendering the last ItemEntry added to it. I tried the method of using
Code: Select all
invalidate()
Code: Select all
notifyScreenAreaChanged()
The fix was simply to choose a sorting method, and then call sortList() when I was finished adding entries.
I've added this here so that future 0.8.7 users can find it. Let me know if this isn't the right place.