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!
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