@priya_sp - you cannot “swap the images” in roListScreen.
Other than going bonkers with “Roku Scene Graph”, your other options in customizing is to use roImageCanvas (which might be good for you) and roScreen (probably not).
“priya_sp” wrote:
how to handle the remote key events if i go for roscreen or roimagecanvas ?
The same way like in roListScreen - you run a loop checking for messages from the component and albeit the event type is different, the meaning/handling is the same:
“priya_sp” wrote:
is there any way to divide the screen into two equal parts?
I imagine you are thinking something like HTML frames, so that you can put one ro-classic component on one side and another in the other half of the screen. The answer is “no”, there is no such feature.
whether x,y values in targetrect fit into all screens without problem..does it create problem in smaller screen?
2.i have created a rectangle using canvas..now is it possible to create the listscreen inside the rectangle canvas
i have divided the screen by drawing the 2 rectangles using ro-image canvas.Aftr that im trying to use api calls to get the data inside the 1 st rectangle.is it make sense ??
need the customized screen --where i want to call api’s and to render the data.if i go for ro-image canvas option( which is used to render only text and image).i was not able to call the api’s..which component i should use to render the api’s data as well as should customize the UI screen completely