"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.