(this was first posted in apollocoders, but it doesn't seem to be
active. sorry if this is not the place for AIR questions)

Hi all! 

the Network change event:

   
NativeApplication.nativeApplication.addEventListener(Event.NETWORK_CHANGE,
onNetworkChange);


does not seem to be dispatched if the main NativeWindow of the AIR api
is closed

    this.parent.stage.nativeWindow.close();


where 'this' points to the Document class of a Flash/AIR file

I need the main window closed in order to keep my api not showing in
the Windows taskbar.
I also need to know if the net connection is available (obvious).

Any help will be apreciated. Thanks!! 

Reply via email to