RobMich
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2020
05:30 PM
Re: Can we style dialog boxes?
I have not experimented with this setting, but according to the documentation, the focusedTextColor field on the buttongroup should be working.
optiondialog.ButtonGroup.focusedTextColor = "0xFFFFFFFF"
Are you using a custom font for the button text? That could be causing it not to work.
chaklasiyanikun
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2020
03:14 AM
Re: Can we style dialog boxes?
No, I don't use Custom Font. I tried the same as per Document mention. My Example is here. But no luck.
white-wolf
Reel Rookie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2020
03:28 AM
Re: Can we style dialog boxes?
I managed to make this by using a darker white
dialog.buttonGroup.textColor = "0xFFFFFFFF" dialog.buttonGroup.focusedTextColor = "0xDDD9D7FF". 'darker white (shows as white)
hope it helps
- « Previous
-
- 1
- 2
- Next »