started process does not gain focus
| Tue, 2008-07-08 17:10 | |
|
I am trying to launch a process from another process using the following code: RProcess gui; 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. any ideas ? |
|






Forum posts: 165
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