zarko_popovski
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2013
02:35 AM
Roku LT SW:5.1 Build:1178 issues
Hi
After auto update on 16 Aug. my channel start working very strange. After downloading and parsing JSON data from the web service when roPosterScreen should be displayed, the screen blink with black flash once or twice and the channel automatically close, what is strange that the channel is closing without stack trace log in debugger. While downloading and parsing JSON data i have one progress dialog which i close when everything is finished just before to show the poster screen with data set. As i tested with dummy objects from poster screen sdk example, dummy objects are displayed correctly which is very strange. I believe it could be some framework memory issue, or i dont know. Is there any solution for this?
Thanks
After auto update on 16 Aug. my channel start working very strange. After downloading and parsing JSON data from the web service when roPosterScreen should be displayed, the screen blink with black flash once or twice and the channel automatically close, what is strange that the channel is closing without stack trace log in debugger. While downloading and parsing JSON data i have one progress dialog which i close when everything is finished just before to show the poster screen with data set. As i tested with dummy objects from poster screen sdk example, dummy objects are displayed correctly which is very strange. I believe it could be some framework memory issue, or i dont know. Is there any solution for this?
Thanks
1 REPLY 1

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2013
04:44 PM
Re: Roku LT SW:5.1 Build:1178 issues
Hi, you need to have a facade screen, this is usually done as follows:
What you are seeing is normal behavior, however, the behavior was (I think accidentally) changed in firmware 5.0 and the most recent public release of 3.1, and reverted in later firmware updates (on 5.1).
- Joel
sub main()
facade=createobject("roimagecanvas")
facade.show()
What you are seeing is normal behavior, however, the behavior was (I think accidentally) changed in firmware 5.0 and the most recent public release of 3.1, and reverted in later firmware updates (on 5.1).
- Joel