Get list of running processes, get active process (and it's application) Flex/AIR
        Posted  
        
            by Adam Kiss
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Adam Kiss
        
        
        
        Published on 2010-01-25T18:12:24Z
        Indexed on 
            2010/05/16
            21:20 UTC
        
        
        Read the original article
        Hit count: 255
        
Hello, just a quickie (or maybe not:] ):
Is it possible to get somehow list of running applications/processes and, while running in background, check which process is active?
Additionally - if somehow, the answer was yes, is it possible to react for change of active window / application react just as if it was Event, or bind to it custom event (e.g. Event.SystemActiveAppChange)?
Thank you for answers as well as pointers.
EDIT: Due to probable missunderstanding, I mean local applications - on your win/mac/linux machine - I would like to (in process of learning of language) track what apps I use the most, make a little graph maybe?
So, the point is: in AIR app, developed in FLEX, I would like to get/list all running applications/processes, as well as which one is active (on user's PC/Mac/Linux)
© Stack Overflow or respective owner