FML2010
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2010
05:06 PM
detail screen in video player example
i cant get these to actually change colors its staying a grey color which i cant see on black
its strange cause this works:
theme.SpringboardActorColor = "#FFFFFF"
theme.SpringboardRuntimeColor = "#FFFFFF"
theme.SpringboardGenreColor = "#FFFFFF"
its strange cause this works:
theme.SpringboardTitleText = "#FFFFFF"
theme.SpringboardSynopsisText = "#FFFFFF"
13 REPLIES 13
FML2010
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2010
10:34 AM
Re: detail screen in video player example
still no good on this, anyone have any input on how to change the colors?
also its not displaying Director or rating image, and yes i have read over the docs and looked at the other examples, and honestly it should be showing as far as i can see but its not
also its not displaying Director or rating image, and yes i have read over the docs and looked at the other examples, and honestly it should be showing as far as i can see but its not
FML2010
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2010
10:15 AM
Re: detail screen in video player example
i looked at eztakes and its showing there but not on mine

TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2010
02:18 PM
Re: detail screen in video player example
Have you tried Text instead of Color?
It may be a typo in the documentation.
theme.SpringboardActorText = "#FFFFFF"
theme.SpringboardRuntimeText = "#FFFFFF"
theme.SpringboardGenreText = "#FFFFFF"
It may be a typo in the documentation.
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)
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
Anonymous
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2010
02:51 PM
Re: detail screen in video player example
And not quite everything is capable of being set to custom colors just yet.
FML2010
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2010
10:23 AM
Re: detail screen in video player example
that makes sense, i tried the "text" as well but no good...

RokuKevin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2010
09:28 AM
Re: detail screen in video player example
Just tested those three theme parameters, and they are working fine for me.... Looking at the previous question you had, I think you may have just forgotten to call setDescriptionStyle("movie") on your springboard. Without setting the description style the actors, runtime, and genre aren't displayed at all...
--Kevin
theme.SpringboardActorColor = "#FF0000"
theme.SpringboardRuntimeColor = "#FF0000"
theme.SpringboardGenreColor = "#FF0000"
....
screen = CreateObject("roSpringboardScreen")
screen.setDescriptionStyle("movie")
--Kevin
FML2010
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2010
11:27 AM
Re: detail screen in video player example
Strange thing was when you set to movie and not video it changes some of the other colors...
But Videos is a better option anyways, since i have no movies...
But Videos is a better option anyways, since i have no movies...
dynamitemedia
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2010
11:04 AM
Re: detail screen in video player example
How is it possible to change the color of the keyboard scree where you set the title?
I have tried every combo but its still grey which is not good on this grey back ground i have
I have tried every combo but its still grey which is not good on this grey back ground i have
Twitter: iptvmyway facebook: iptvmyay
Channels: Warriors of War, Go Fight Live, Heading Outdoorz, IPTVmyway
Channels: Warriors of War, Go Fight Live, Heading Outdoorz, IPTVmyway

RokuKevin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2010
01:00 PM
Re: detail screen in video player example
On roSearchScreen, the title theme color is:
theme.SearchHeaderText = "#0000FF"
On roKeyboardScreen, there is not title and the label under the text entry box is not currently skinnable.
--Kevin
theme.SearchHeaderText = "#0000FF"
On roKeyboardScreen, there is not title and the label under the text entry box is not currently skinnable.
--Kevin