Quick AIR Development Trick - Send to Second Monitor
I've been developing and debugging an AIR app for an upcoming demo, and running into the same problem, I start debugging the app in ADL, and immediately have to move it over to my second monitor so I can see code while looking at the app.
Or I could just set the X and Y coordinates in my application manifest file. Now it launches on the second monitor every time.
Just have to remember to switch back before production.
1 response so far ↓
1 Joseph Labrecque
I cannot imagine how much time this would have saved me over the past couple of years. Brilliantly simple solution.Leave a Comment