how to display a image slideshow on roImageCanvas

I need an images to slide continuously in a loop on the upper half of the image canvas .The rest of the canvas is filled with other stuff like some buttons and lists were i m using universal events .
I tried using roSlideshow on roImageCanvas …I am setting the slideshow in a layer and setting it to particular coordinates …it is not taking the coordinates .And it s not any other layers below it…please help

Is this even possible using roSlideShow on roImageCavas…
Please provide a code snippet on how to use roSlideShow on roImageCavas.Please…
Or else please… suggest me any other way how to proceed…please…

You wouldn’t mix the two, instead, use roImageCanvas alone to do all the display. If you are displaying a user interface with buttons and lists, you would be better off using roScreen and related components

  • Joel

Joel, are there any examples of using roScreen to display an interface similar to Netflix or Hulu’s (with a slideshow of promotional images on top and a gridscreen below)?

Or perhaps something more like the Break.com interface?

The Break.com channel uses roScreen.

  • Joel

Yes, I understood that Break.com uses roScreen. My question is whether a sample exists with similar navigation and working videoplayer for us to adapt?