Start application on a specific monitor in Adobe AIR

2

I'm developing an application in Adobe Air exe that uses 2 monitors, the application calculates how many monitors the computer has, and calculates using a rectangle to popular them.

This way it's all right, my question is why the mouse has decided to be the main monitor.

For example: If I open the application on the left screen, the application starts on the left screen, open the application on the right screen, the application opens in the right screen

.

Is there any way to prevent the mouse manage the main monitor?

    
asked by anonymous 12.08.2015 / 10:20

1 answer

1

First, you need to define which monitor the application will launch on, then retrieve the information from the display area of that monitor by using the

12.08.2015 / 20:38