dynamitemedia
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2010
03:54 PM
return to home only shows "retrieving" - fixed
for some reason one of the categories i pushed into the home screen when i exit to go back to the homescreen, it doesnt do anything but say "retrieving"
the other"kids.push" work just fine that i added and when you hit the up button takes you right back to the homescreen
its showing the feed being parsed everything not tossing any errors until i exit out its saying i have orphaned objects.
the other"kids.push" work just fine that i added and when you hit the up button takes you right back to the homescreen
its showing the feed being parsed everything not tossing any errors until i exit out its saying i have orphaned objects.
Twitter: iptvmyway facebook: iptvmyay
Channels: Warriors of War, Go Fight Live, Heading Outdoorz, IPTVmyway
Channels: Warriors of War, Go Fight Live, Heading Outdoorz, IPTVmyway
2 REPLIES 2
jbrave
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2010
04:17 PM
Re: return to home only shows "retrieving"
Make sure you are doing a setcontentlist to display the content when the category is selected. Also, sometimes you need to force a refresh of the screen, which I do by popping up a onelinedialog and then immediately closing it:
sub refresh()
dialog=Createobject("roOneLineDialog")
dialog.show()
dialog.close()
end sub
Screenshades: The first Screensaver for Roku2!
Musiclouds: The best free internet music, on your Roku!
Ouroborialis: Psychedelic Screensaver for Roku!
Musiclouds: The best free internet music, on your Roku!
Ouroborialis: Psychedelic Screensaver for Roku!
dynamitemedia
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2010
04:57 PM
Re: return to home only shows "retrieving"
i fixed it by adding the following:
might be ugly but works, tosses no errors now i can smile! 😄
else if msg.isScreenClosed() then
print "screen closed"
screen=preShowHomeScreen("", "")
showHomeScreen(screen)
exit while
might be ugly but works, tosses no errors now i can smile! 😄
Twitter: iptvmyway facebook: iptvmyay
Channels: Warriors of War, Go Fight Live, Heading Outdoorz, IPTVmyway
Channels: Warriors of War, Go Fight Live, Heading Outdoorz, IPTVmyway