| Reply | « Previous Thread | Next Thread » |
|
Hi all.
I'm using: ---------------------------------------------------------------------------- TApaTask task(iEikonEnv->WsSession( )); task.SetWgId( CEikonEnv::Static()->RootWin().Identifier()); task.SendToBackground(); --------------------------------------------------------------------------- Or: ------------------------------------------------------------------------------- iEikonEnv->RootWin().SetOrdinalPosition(10, ECoeWinPriorityNeverAtFront ); -------------------------------------------------------------------------------- my problem is that I want the app to keep running while at the backround but the above code makes it not to do anything... Thanks, nmnir.
Last edited by nmnir : 2004-11-08 at 12:02.
|
|
AFAIK, SendToBackground works just fine. Check your code for any other potential errors. What should your code do while in background?
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|