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: 
destruk
Binge Watcher

Changing description style on same screen?

Maybe I'm not doing it correctly - when I set a description style to "video" and create an roSpringboard screen, and then .show() the screen it shows up perfectly fine. If I later, in the same routine, want to redefine the description style to movie, load or stretch the thumbnail to fit, and show() the screen again the thumbnail size/area doesn't change like it should. Is there any way to make this happen without destroying the rospringboard screen and recreating it?
0 Kudos
2 REPLIES 2
TheEndless
Channel Surfer

Re: Changing description style on same screen?

Are you calling SetDescriptionStyle() before you call SetContent()? I just tested that here and it seems to work.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
0 Kudos
destruk
Binge Watcher

Re: Changing description style on same screen?

ok, what I need to do is set the "contenttype" as well as the description style, then it works to stretch/smush/resize the displayed thumbnail.
Thanks
0 Kudos