Forum Discussion

dandroid's avatar
dandroid
Visitor
13 years ago

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.

3 Replies

  • Set in appMain.brs or where you set the theme.

    theme.ParagraphBodyText = "#000000"
    theme.ParagraphHeaderText = "#000000"

    DA
  • That's only the header and body text though. I need the title text (top right text)
  • 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