
June 29th, 2003, 10:25 AM
|
|
Junior Member
|
|
Join Date: Jun 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Anyway to do this in python?
Hi, I just need you to point in the right direction. I am a newbie to python and I have been assigned by my group to look into whether its possible to do this with python:
We have to able to tell when the application window loses focus or another window is opened. The idea is that only the application should be on focus for the duration of its task. If user selects anything else it has to perform an action. I am thinking of something like LostFocus or similar in python. Any help would be appreciated!
|