Biju
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2012
04:26 AM
how to display roku device number on the screen
how to display roku device number on the screen as watermark
2 REPLIES 2

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2012
09:52 AM
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
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
Biju
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2012
09:32 AM
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
can u explin me detail about the second option