anusha_tirunaha
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2014
02:42 AM
Please help me with back button navigation
In my application i have a few roImageCanvas screens. I want to navigate from one screen to other using back button. So i have used remote back button (index 0) and statement 'return -1' inside it in my code. I am able to navigate back but its getting stuck. What can be done to fix this ?
Please suggest me.
Thanks in advance
Please suggest me.
Thanks in advance
3 REPLIES 3

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2014
10:25 AM
Re: Please help me with back button navigation
You should have a return -1 statement after your
event.
- Joel
Else if Msg.IsScreenClosed()
event.
- Joel
anusha_tirunaha
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2014
07:52 PM
Re: Please help me with back button navigation
Thanks for the reply
I have tried using IsScreenClosed and have returned -1 .It is going back but my screen is freezing ,none of the customized events are working..........
I have tried using IsScreenClosed and have returned -1 .It is going back but my screen is freezing ,none of the customized events are working..........
salman23
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2014
02:46 AM
Re: Please help me with back button navigation
"anusha.tirunahari" wrote:
Thanks for the reply
I have tried using IsScreenClosed and have returned -1 .It is going back but my screen is freezing ,none of the customized events are working..........
I have once encountered the same problem.When i navigate back to my previous screens ,the events seems stucked.The reason was , the event loop of the top screen in my display stack had not been returned or exited in event.isScreenClosed() event .
It might be the reason.Just check it out.