kailashnarayan
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2017
07:54 AM
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]
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]
1 REPLY 1
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2017
08:50 AM
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.
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