Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Navigation Issue (Sliding Panel)

We are facing an issue regarding navigation in Roku application.

1. We have login functionality in our application, so once the user is logged in we need to go to the home screen.

OverhangPanelSetScene (to use slide panel) which is again a scene, so when I try to open this screen from login it's not opening.[/font][/size][/color]

So how to tackle this issue?[/font][/size][/color]

It's something like opening a scene over a scene.[/font][/size][/color]
0 Kudos
1 REPLY 1
joetesta
Roku Guru

Re: Navigation Issue (Sliding Panel)

I haven't had to do this yet but what happens if you try to handle it from Main, do CreateScene again for the new screen when it's needed? (trigger that in Main with an observer on a field that gets set by the login scene)
Otherwise I could suggest having the OverhangPanelSet as the only scene and the login built as a component inside its XML, it can appear separately from / before / on top of the panelset.
aspiring
0 Kudos