Avi_Lieberman
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2012
01:18 AM
icon on button
Is it possible to add icon to a button?
in existing screen e.g. in springboard.
i want to do button like the rating button but with anther icon.
i don't want custom interface only change in the button.
thanks,
in existing screen e.g. in springboard.
i want to do button like the rating button but with anther icon.
i don't want custom interface only change in the button.
thanks,
5 REPLIES 5


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2012
09:00 AM
Re: icon on button
No, that's not something you can do with roSpringboardScreen
Avi_Lieberman
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2012
10:50 PM
Re: icon on button
but in other screen it's possible?
how i can do it's?
thanks,
how i can do it's?
thanks,

TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2012
11:03 PM
Re: icon on button
The only screen that allows custom icons on buttons is the roListScreen (see this blog post for an example). Otherwise you'd have to draw a completely custom screen either with 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)
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
Avi_Lieberman
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2012
01:07 AM
Re: icon on button
on roScreen i can put existing component?
i want the screen see like the roSpringboard.
how the like/no like in pandora works?
i want the screen see like the roSpringboard.
how the like/no like in pandora works?


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2012
09:05 AM
Re: icon on button
If you go the roScreen route, you have to draw everything from scratch. You can't add other components to a roScreen.
The thumbs up/down button on the springboard is a standard part of that screen (http://sdkdocs.roku.com/display/RokuSDK ... humbRating).
The thumbs up/down button on the springboard is a standard part of that screen (http://sdkdocs.roku.com/display/RokuSDK ... humbRating).