ZandzOfTime
15 years agoVisitor
roGridScreen and video problem
Hello,
I read threads on issue with non-stackability of roGridScreen and video, so I close the grid screen and then play the video, but when I exit the video screen, the roku exits the app.
How do I avoid this? I have simple while loop that calls grid screen function, and the grid screen exits when a video is selected, I then hand the video informations to a video player function, which play the select video. But when video is exit the app exit too, even though the loop immediately call the grid screen again.
Can someone help me with this?
Thank you,
Zanzof
I read threads on issue with non-stackability of roGridScreen and video, so I close the grid screen and then play the video, but when I exit the video screen, the roku exits the app.
How do I avoid this? I have simple while loop that calls grid screen function, and the grid screen exits when a video is selected, I then hand the video informations to a video player function, which play the select video. But when video is exit the app exit too, even though the loop immediately call the grid screen again.
while true
action=gridscreen("flat-16x9") 'list videos (working)
displayvideo(action) ' play video (working!)
end while
Can someone help me with this?
Thank you,
Zanzof