In my app, I load and delete graphics layers to/from the map. When a map graphic mouseover event occurs, the graphic is used to perform the "getObjectsUnderPoint" function and display attribute information for any graphics that are stacked at that location. I add Map Event LAYER_ADD and LAYER_REMOVE listeners, which point to a function that determines if the map's info window is open, and closes it if that condition is true.
It seems that the info window is not catching the map events. Using Flex Builder's debug mode, I know the info window close function is not being called. I know I didn't post code; is there anything I might be missing?