dandroid
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2013
01:40 PM
Set text color for title text on roParagraphScreen?
Is it possible to set the color for title text on roParagraphScreen? I know you can set the color of breadcrumb text but I do not think you can use breadcrumbs on roParagraphScreen.
Thanks.
Thanks.
3 REPLIES 3
bandal
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2013
02:02 PM
Re: Set text color for title text on roParagraphScreen?
Set in appMain.brs or where you set the theme.
theme.ParagraphBodyText = "#000000"
theme.ParagraphHeaderText = "#000000"
DA
theme.ParagraphBodyText = "#000000"
theme.ParagraphHeaderText = "#000000"
DA
dandroid
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2013
05:18 AM
Re: Set text color for title text on roParagraphScreen?
That's only the header and body text though. I need the title text (top right text)
bandal
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2013
07:24 AM
Re: Set text color for title text on roParagraphScreen?
The top right is the Breadcrumb.
I tried to find it and thought it was a setting like
theme.BreadcrumbTextRight = "#FF55FF"
But, nothing changed. There could be a hidden attribute not in the documentation to set it or it is something we can't set.
DA
I tried to find it and thought it was a setting like
theme.BreadcrumbTextRight = "#FF55FF"
But, nothing changed. There could be a hidden attribute not in the documentation to set it or it is something we can't set.
DA