how to display roku device number on the screen as watermark
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
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
