I have an AIR app that gets launched periodically via a command line call. It's a GUI based app that needs to be actually visible and showing, but I don't want it to interrupt whoever's logged in by putting the window in front of what they're doing. I've tried calling orderToBack(); on both the WindowedApplication and the NativeWindow to no avail. I'm sure this is a common occurrence, but I can't find anything in the documentation that works.
↧