Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
cpjamloki
Visitor

Transition from roImageCanvas to roScreen

Hi,

For some reasons, I need to transfer screen control from roImageCanvas to roScreen. There comes a small black screen during the screen transition that is undesirable (it gives an impression that the application went off for a fraction of second).

Can you please advise if we can put any spinner or "loading..." text for user to understand that there is something going on? In roImageCanvas, we had the liberty to use list.push to show that something was going on and user needs to "stay put".

This is what I am referring to regarding roImageCanvas screen transition.

list = []
list.push({Text:"Loading...", TextAttrs:{halign: "center", valign: "center", color:"#FFFFFF", font: m.mediumFont}, TargetRect:m.loadingTextRect})


Please advise if we have something that can bridge the gap between roImageCanvas and roScreen.
0 Kudos
1 REPLY 1
Komag
Roku Guru

Re: Transition from roImageCanvas to roScreen

I think you might need to just use roScreen only
0 Kudos