[flexcoders] Re: check popup window is open

2005-07-13 Thread Rajesh Jayabalan
Hi, THanks Nick. Rajesh J --- In flexcoders@yahoogroups.com, "Sauro, Nick" <[EMAIL PROTECTED]> wrote: > All objects which are children of UIObject have a boolean property > called 'visible'. Try that. I haven't tried it, but I think that is > something you are interested in. > > Nick Sauro

[flexcoders] Re: check popup window is open

2005-07-13 Thread Rajesh Jayabalan
Hi, I am not sure how. I did var windFlag; function showWindow(modal) { Alert.show(windFlag); if (popup == null || windFlag == "true") { windFlag = "false"; popup = mx.managers.PopUpManager.createPopUp(_root, marketingrequest, modal, {deferred: true, windowClosed:windFlag}); } } in my