prajwalshetty
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2015
01:20 PM
Display a icon on the right hand side of the grid screen
Hi All,
Could some one please help me in figuring out on how to display a icon for ex : Options & settings * image in the right hand side of the grid screen? I tried using image canvas but when i use it for some reason none of the default highlighting and focus events on the grid screen are working.
Regards,
Prajwal
Could some one please help me in figuring out on how to display a icon for ex : Options & settings * image in the right hand side of the grid screen? I tried using image canvas but when i use it for some reason none of the default highlighting and focus events on the grid screen are working.
Regards,
Prajwal
4 REPLIES 4
prajwalshetty
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2015
01:27 PM
Re: Display a icon on the right hand side of the grid screen
Hi,
I noticed lot of applications doing that, where they shows a small settings icon at the right hand corner,
Regards,
Prajwal
I noticed lot of applications doing that, where they shows a small settings icon at the right hand corner,
Regards,
Prajwal


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2015
04:32 PM
Re: Display a icon on the right hand side of the grid screen
In most cases, that hint is part of the larger overhang image (GridScreenOverhangSliceHD, GridScreenOverhangSliceSD). You can also do it as an overhang logo (GridScreenLogoHD, GridScreenLogoSD).
http://sdkdocs.roku.com/display/sdkdoc/roAppManager
http://sdkdocs.roku.com/display/sdkdoc/roAppManager
prajwalshetty
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2015
07:28 AM
Re: Display a icon on the right hand side of the grid screen
Thanks Chris for the quick turn around
So is it a expected behavior that imagecanvas and gridscreen do not work along together. Sorry for troubling again with my question just trying to understand is that i am doing something wrong or is it a expected behavior. If i mixed imagecanvas and gridscreen like custom video player none of the grid screen functionalaties like image highlighting grid image focus or click doesnot work.
Thanks again for the help.
Regards,
Prajwal
So is it a expected behavior that imagecanvas and gridscreen do not work along together. Sorry for troubling again with my question just trying to understand is that i am doing something wrong or is it a expected behavior. If i mixed imagecanvas and gridscreen like custom video player none of the grid screen functionalaties like image highlighting grid image focus or click doesnot work.
Thanks again for the help.
Regards,
Prajwal

TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2015
10:29 AM
Re: Display a icon on the right hand side of the grid screen
"prajwalshetty" wrote:
Thanks Chris for the quick turn around
So is it a expected behavior that imagecanvas and gridscreen do not work along together. Sorry for troubling again with my question just trying to understand is that i am doing something wrong or is it a expected behavior. If i mixed imagecanvas and gridscreen like custom video player none of the grid screen functionalaties like image highlighting grid image focus or click doesnot work.
Thanks again for the help.
Regards,
Prajwal
You cannot combine multiple screen types. In some instances, you can draw an roImageCanvas on top of another screen, but in those cases, as you've discovered, the roImageCanvas takes focus, so it's only useful for displaying modal elements, like a dialog or menu.
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)