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: 
lock_4815162342
Channel Surfer

Programmatically Change Overhang Logo

My channel is made up of a series of grids. Is there anyway I can have different overhang logo's(top banner/GridScreenLogo) for different grids? I have seen other channels do it but I cant figure out how to do this.

Can I preset the image for each grid?

Can I set up a variable check that will change the image?

Thank you very much for your help. 🙂
0 Kudos
2 REPLIES 2
EnTerr
Roku Guru

Re: Programmatically Change Overhang Logo

Theming is global by design. You could mutate it every time you initialize a new grid though
createObject("roAppManager").setThemeAttribute(attrName, attrValue)
0 Kudos
lock_4815162342
Channel Surfer

Re: Programmatically Change Overhang Logo

Thank you this is exactly what I needed. 😄
0 Kudos