just quickie (or maybe not:]):
Is it possible to get a list of running applications / processes, and while working in the background, check which process is active?
In addition, if the answer was yes in some way, is it possible to react to changing the active window / application in the same way as if it were an event, or to associate a custom event with it (for example, Event.SystemActiveAppChange )?
Thanks for the answers as well as for the pointers.
EDIT : due to a possible misunderstanding, I mean local applications - on your win / mac / linux machine - I would like (as I learn the language) to keep track of which applications I use the most, can I make a small schedule?
So, the fact is that in an AIR application developed in FLEX, I would like to get / list all running applications / processes, as well as which one is active (on a user's PC / Mac / Linux)
source share