hiding second application
| Wed, 2008-02-13 16:50 | |
|
hi, i start a flash file. from this application i want to launch my own symbian c++ socket server to comunicate with it. the lauch from flash with i have tried the second i tried was void CServerAppUi::HandleForegroundEventL(TBool aForeground)but nothing happens. the server still tarting in foreground. has somebody tried the same thing, and is there a way to get my flash app back to the foreground. |
|






Forum posts: 49
Are you sure that this app name is _L("Server") ?? And also you must remember that there may be more than one program with the same name running on device so FindApp(_L("Server") method may not always return this task which you want.