destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2012
04:42 PM
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?
2 REPLIES 2

TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2012
10:48 AM
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)
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2012
09:03 PM
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
Thanks