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: 
btpoole
Channel Surfer

Springboard additional buttons

Is there anyway to get the springboard to accept more than 5 buttons? Creating an application where I would like to have approx 9 possible buttons. If this is not possible, can the springboard call another screen which accepts more than 5 buttons.
Thanks
0 Kudos
2 REPLIES 2
TheEndless
Channel Surfer

Re: Springboard additional buttons

No way (that I'm aware of) to allow 9 buttons on the springboard, but there are a few options...

  • Show the four most important options and make the fifth option a "More..." button that opens an roMessageDialog with the additional options

  • If metadata display beyond a short title and subtitle isn't important, you could use an roListScreen

  • You could create your own custom screen using roImageCanvas or roScreen
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
btpoole
Channel Surfer

Re: Springboard additional buttons

Thank you, kinda like the idea of roListScreen idea.
Thanks again
0 Kudos