Hi guys,
I have a problem with the GridScreen:
I have a GridScreen to show my movies, then I can click on a movie to show it's SpringBoard details screen.
In the SpringBoard, I can click to watch the movie but when the movie plays, the video is all screwed up showing parts of the GridScreen in the background.
I solved the video problem by destroying the GridScreen with the function Close() before I go into the SpringBoard.
Now the problem is that when I press Up on the remote from SpringBoard, it'll go back to my channel's main screen instead of GridScreen because the GridScreen isn't my main screen.
I want it to go back to GridScreen but I think it won't since I destroyed it with Close().
Is there a way to hide the GridScreen instead or to reload it when go back from SpringBoard?
I greatly appreciate your help, thanks.