
Originally Posted by
abhinay.krs
Hi,I am continuing the discussion as i still not got a solution to it.
what My application does is:
It connects to the internet downloads some data like
A-Primary text
b ,c,-secondary text
A
b,c
...
..
parses it(XML parsing)and creates a CAknDoublestyle listbox
and and its each item has the data in the form
A
b ,c
.so the whole app works well.
but when i am exiting the application it has two problems
when i click on exit in the listbox view it again displays
the listbox view.That is when i debug it the view class
HandleCommandL() handles the unhandled command by forwarding it to
the AppUI and the AppUI calls exit().
but after the execution of this line the listbox is displayed again
and again i click on exit from the menu it gives a KERN-EXEC 3 Panic.
It gives this panic after the closing brace of the view destructor that
from where i destroy the container.
It will be very helpful if you guys can tell me what could the problem be in both
the cases for having to click exit twice and second for the panic.
Thank you.