Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
cpjamloki
Visitor

SetSearchTerms(searchTerms as Object) in roSearchScreen

This interface shows maximum 9 search terms at a time.
If in my array more than 10 value as a search terms how i can show them at a one time?
Is there any scrolling method or trick for this?
please suggest.
0 Kudos
3 REPLIES 3
cpjamloki
Visitor

Re: SetSearchTerms(searchTerms as Object) in roSearchScreen

If anybody have any idea please share.
0 Kudos
TheEndless
Channel Surfer

Re: SetSearchTerms(searchTerms as Object) in roSearchScreen

The roSearchScreen only shows nine results, as you've discovered. If you want to show more than nine results, then you should redirect to a poster or grid screen when the user selects the "Search" button. There are many Roku channels that implement this that you could look to for an example.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
0 Kudos
cpjamloki
Visitor

Re: SetSearchTerms(searchTerms as Object) in roSearchScreen

Thanks TheEndless for your kind reply.Your suggestion are always helpful.
0 Kudos