Can Adobe Air track other windows?

Can Adobe Air be used to track other windows? I want to create an application that keeps track of how long some windows have been open. Is it possible?

0


a source to share


2 answers


I'll just give you a dumb answer: No.



+7


a source


You can use your own processes in AIR. If a process can track what you want and communicate to its AIR application, it might be possible. By informing that your AIR application starts its own process, which you will deploy along with your package.



0


a source







All Articles