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

Hi,

I noticed lot of applications doing that, where they shows a small settings icon at the right hand corner,

Regards,
Prajwal

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

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

“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.