So ideally, you want an option wxSTAY_AT_BACK :)

However, on a different point, on Linux, if I use 

        $pid = Wx::ExecuteArgs( [ ... ], wxEXEC_SYNC ); 

I could probably use the $pid to show the application (at least, I can if I
right-click, and so probably I could from a command, too).  I don't know
about windows, but maybe there is a similar command.

Maybe I'd have to use wxEXEC_ASYNC, so I could loop around checking until it
started and then put it at the front.

Good luck. 

Regards

Steve




-----Original Message-----
From: Johan Vromans [mailto:jvrom...@squirrel.nl] 
Sent: 03 May 2013 08:53
To: Steve Cookson
Subject: Re: Problem with fg/bg windows

"Steve Cookson" <steve.cook...@sca-uk.com> writes:

> There is a frame-level option wxSTAY_ON_TOP

Yes, but this would need to be applied to application B. Unfortunately,
Application B is an external application I do not have control over.

-- Johan


Reply via email to