Forum Discussion

evilmax17's avatar
evilmax17
Visitor
15 years ago

Theme attributes for button color on roParagraphScreen?

Is there a way to change the normal/highlighted color for buttons on roParagraphScreen?

I've tried the following, but they don't seem to work:

  • ButtonMenuHighlightText

  • ButtonMenuNormalText

  • ButtonHighlightText

  • ButtonNormalText

While we're at it, is there a way to change the colors of the keys on the roSearchScreen keyboard?

Thanks!

2 Replies

  • renojim's avatar
    renojim
    Community Streaming Expert
    The only things I've ever found to affect buttons are ButtonNormalColor, ButtonHighlightColor, ButtonMenuHighlightText and ButtonMenuNormalText. I tried a bunch of the things from the documentation a while back and gave up on it. I have a note in my code that ButtonMenuHighlightText and ButtonMenuNormalText work, but I didn't end up using them. I haven't tried them lately, but it's odd they didn't work for you.

    -JT
  • "renojim" wrote:
    The only things I've ever found to affect buttons are ButtonNormalColor, ButtonHighlightColor, ButtonMenuHighlightText and ButtonMenuNormalText. I tried a bunch of the things from the documentation a while back and gave up on it.

    -JT

    Yup, those worked for roParagraphScreen. Think I just plain misread the documentation there.

    Thanks!