Re: [flexcoders] Re: Visible issue

2009-02-04 Thread Tom Chiverton
On Friday 30 Jan 2009, lehaianh1986 wrote: In debug mode the error at line NativeApplication.nativeApplication.activeWindow.stage.nativeWindow.visibl e = true; how to solve it? Find out what is null. -- Tom Chiverton Helping to carefully reintermediate real-time high-end e-commerce

[flexcoders] Re: Visible issue

2009-01-30 Thread lehaianh1986
I've got something like creationCompleteHandler: var sysTrayIcon:SystemTrayIcon = NativeApplication.nativeApplication.icon as SystemTrayIcon; sysTrayIcon.addEventListener(MouseEvent.CLICK,undock); undock: if