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: 

how to display text on video screen?

I want to display a text on videoscreen and it should be displayed only for 10 seconds.is their any options available.
0 Kudos
2 REPLIES 2
NewManLiving
Visitor

Re: how to display text on video screen?

Create a text layer, setlayer above everything else, create a timer for your message loop, use getmessage instead of wait on your port, check the timer and hide or remove the text layer when time is up
My Channels: 2D API Framework Presentation: https://owner.roku.com/add/2M9LCVC
Updated: 11-11-2015 - Completed Keyboard interface
The Joel Channel ( Final Beta )
0 Kudos
TheEndless
Channel Surfer

Re: how to display text on video screen?

As mentioned in your other thread (viewtopic.php?f=34&t=86086), you cannot customize the roVideoScreen. To do what you're wanting, you'll likely need to implement your own custom video player with roVideoPlayer instead.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
0 Kudos