toddaa
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2012
10:54 AM
refreshShowDetail after ScreenClosed
Is there a way to refresh the show detail (refreshShowDetail from appDetailScreen.brs) when the video screen is closed by the back button on the remote?
2 REPLIES 2
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2012
12:37 PM
Re: refreshShowDetail after ScreenClosed
In your screen that originally called the videoplayer, you can refresh the show detail on the very next line - that way when the videoscreen closes it immediately refreshes from the prior statement that called the video screen.
Alternately, you could pass a reference handle to the existing screen with the show information to the routine that plays the video or creates the video screen, and have that routine update the previous screen through the handle reference.
Alternately, you could pass a reference handle to the existing screen with the show information to the routine that plays the video or creates the video screen, and have that routine update the previous screen through the handle reference.
toddaa
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2012
04:57 AM
Re: refreshShowDetail after ScreenClosed
You first option works better for me. I was headed down the second, but the first is much easier/faster to implement.
Thanks!
Thanks!