The SimpleRowList.zip sample has been fixed. Nice, thanks. So the init() function from SimpleRowListScene scene was missing: function init() m.theRowList = m.top.FindNode("theRowList") m.theRowList.SetFocus(true) end function - we had to set the focus to the rowList component from the sce...