Hi All, Is there a way to detect if a modal Alert is being displayed if you don't have reference to the Alert instance? I have a bug with a custom popup that is triggered with roll over/out event on an image, basically set a timer check back in couple hundred millis if the mouse is still over(hitTestPoint) and if so display the custom popup. However, at times the application displays an alert and I dont want show the popup if a Modal alert is currently displayed. Currently, there is many areas that are responsible for displaying the Alerts and I am trying to identify a quick and easy way to determine if an Alert is being displayed.
When a modal Alert is displayed, does the focus change? Is there some property on my main component(module) that would tell me that it is not the top layer anymore? Any help much appreciated, Greg

