started process does not gain focus

Login to reply to this topic.
Tue, 2008-07-08 17:10
Joined: 2006-08-13
Forum posts: 44

I am trying to launch a process from another process using the following code:

RProcess gui;
gui.Create(_L("\\sys\\bin\\callmanager.exe"), _L(""));
gui.Resume();

aparently nothing happens, but if I press long on the menu key I can see the started process has been started, it just did not jump to system foreground.
As additional info I will mention that the process from which I launch is not a process with any UI (no appui class).

any ideas ?


Wed, 2008-07-09 06:09
Joined: 2008-01-16
Forum posts: 165
Re: started process does not gain focus

Hi tal132,

If your problem is only to put your process in foreground.
Just Change its Z-order. Use OrdinalPosition and SetOrdinalPosition APIs of RWindowGroup class.


Thanks & Regards,
Md.Khalid Ahmad

  • Login to reply to this topic.