
AlexHolsgrove
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2014
02:19 AM
roCodeRegistrationScreen Title Colour
I'm trying to change the colour of the title text on the roCodeRegistrationScreen but can't get rid of the grey.
I couldn't see anything in the SDK Docs: http://sdkdocs.roku.com/display/sdkdoc/roAppManager. I can use 'SetBreadcrumbText' instead of 'SetTitle' but would like to know if the above is possible?
Thanks
registrationScreen = CreateObject("roCodeRegistrationScreen")
registrationScreen.SetTitle("Change My Colour")
I couldn't see anything in the SDK Docs: http://sdkdocs.roku.com/display/sdkdoc/roAppManager. I can use 'SetBreadcrumbText' instead of 'SetTitle' but would like to know if the above is possible?
Thanks
2 REPLIES 2

AlexHolsgrove
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2014
04:37 AM
Re: roCodeRegistrationScreen Title Colour
Bump - any suggestions?

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2014
05:00 PM
Re: roCodeRegistrationScreen Title Colour
http://sdkdocs.roku.com/display/sdkdoc/roAppManager
That list is pretty comprehensive, so if it isn't there you probably can't directly control it there, although it could perhaps be indirectly affected somewhere else. No requirement to use roCodeRegistrationScreen either for displaying a linking code, you can use another screen type that perhaps gives you more control over colors.
- Joel