retrotom
15 years agoVisitor
roSearchScreen enhancement request
I'm having issues using roSearchScreen because it is too "text"-driven. The issue is that there are duplicate text values in the suggestion screen -- and no way to accurately determine the actual selected suggestion result. Channels like Netflix work around this by including the year or something in the suggestion text. I will admit that it makes little to no sense to display the same value in the list two or more times. But in cases where this can't be helped, it's necessary to get the selected item or index -- not the supplied text. Would it be possible to extend roSearchScreen/roSearchScreenEvent to include the following:
Thanks,
RT
- roSearchScreenEvent - GetIndex should return the selected index in the suggestions list
- roSearchScreenEvent - GetData should return the selected item/value in the suggestions list
- roSearchScreen - Accept an array of roAssociativeArrays for suggestions; that way extended information can be tied to the suggestion items
- roSearchScreen - (In conjunction with the above request) Expose a method/property for GetSuggestionItems or something; right now, you would have to keep an array of objects and an array of strings in order to be able to look something up.
Thanks,
RT