Application closed, but Icon remains in task list without title of icon.
Hello All,
I have developed application in s60 3rd. & now testing it according to symbian signed test criteria.
I m facing this problem.
Application closed, but Icon remains in task list without title of icon.
How to solve this? any pointer to this is appreciated.
One more question is this behavior affects in getting the application symbian signed?
thanks
bnvaikos
Re: Application closed, but Icon remains in task list without title of icon.
[QUOTE=bnvaikos;356103]Application closed, but Icon remains in task list without title of icon.
One more question is this behavior affects in getting the application symbian signed?[/QUOTE]Then it is actually not closed, and it definitely affects passing (not passing) the tests.
The application is still waiting for something. The first two things coming into my mind are nested schedulers and threads. Does the application use any of them?
Can you reproduce this behavior in the emulator? That can make things easier.
Re: Application closed, but Icon remains in task list without title of icon.
[QUOTE=wizard_hu_;356123]Then it is actually not closed, and it definitely affects passing (not passing) the tests.
The application is still waiting for something. The first two things coming into my mind are nested schedulers and threads. Does the application use any of them?
Can you reproduce this behavior in the emulator? That can make things easier.[/QUOTE]
thanks for the reply
Application is running in b/g always. when any body closes from task list it exit.
If I open task list again... can't see the application icon ... means it has been closed. so why got such type of behaviour..?
any clue..
thanx
bnvaikos
Re: Application closed, but Icon remains in task list without title of icon.
i am not sure but whats the reason wizard tells is right. can you please check, all destructor called when you are exiting from your application?