this problem code
while (true)
msg = wait(0, port)
if (type(msg) = "roListScreenEvent
if (msg.isScreenClosed())
return -1
else if (msg.isListItemFocused())
screen.SetBreadcrumbText("Menu", contentList_livetv[msg.GetIndex()].Title)
else if (msg.isListItemSelected())
m.menuFunctions_livetv[msg.GetIndex()]()
endif
endif
end while
Our system http://www.rokumanager.com