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: 
Biju
Visitor

how to display roku device number on the screen

how to display roku device number on the screen as watermark
0 Kudos
2 REPLIES 2
RokuJoel
Binge Watcher

Re: how to display roku device number on the screen

Two ways I can think of:

on roPosterScreen, use showmessage() to display the device id on the screen

on a custom screen using roImageCanvas or roScreen, display some partially transparent text on the screen in the top layer

- Joel
0 Kudos
Biju
Visitor

Re: how to display roku device number on the screen

Thank u Joel for your reply, but where to put these codes? is it on appmain.brs
can u explin me detail about the second option
0 Kudos