focusing a spawned application

P

problem child

Hi,

Been looking through python docs and searching the web, but haven't
found out how to do this.

What I've got so far is a (windowed) client app that connects to a
server (written in python). Both are running on the same machine. I want
the client app to instruct the server to launch windowed apps, which
I've been able to do so far (using os.system and os.spawnl). The problem
is that because the server is launching the app, the client app remains
topmost, with the spawned app sandwiched between the command prompt
window and the client app window.

Is there a cross-platform way to instruct that spawned app to go to the
front of the stack?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top