Switch back from the tasklist, my application does not accept the any input
Mobile and Embedded
2
Posts
1
Posters
1.6k
Views
1
Watching
-
wrote on 7 Nov 2011, 02:13 last edited by
My application will lunch the borwser using QProcess::execute("BrowserNG.exe");
then I long press the menu key, and bring out the task list. I select my application, and it is shown, but it does not accept any input. seems that the application is dead. When I quit the browser, my application works again.I develop on symbian 3 Qt
-
wrote on 7 Nov 2011, 02:17 last edited by
OK,solved, I change to startDetached()
1/2