Sunday, April 4, 2010

detect other open windows ?

Can AIR at this point detect other open windows and interact with them ? I mean can AIR have get methods for x,y,width,height of other open windows exepct of the AIR app ?

detect other open windows ?

An AIR application can get windows it has opened, using the NativeApplication.openedWindows property. It cannot detect the windows opened by other applications.

No comments:

Post a Comment