Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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.

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
0 Kudos
2 REPLIES 2

Re: roCodeRegistrationScreen Title Colour

Bump - any suggestions?
0 Kudos
RokuJoel
Binge Watcher

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
0 Kudos