Hello. I'm developping with ArcGIS for flex 2.5. The program displays two types of information on the map; one with infoWindowRenderer (as an MXML tag, within esri:FeatureLayer tag), the other with infoWindow (myMap.infoWindow.show(event.mapPoint)). I defined two buttom to switch from a window to another. However, when I switch to a window, the previous one still contains the last content. asa result, both the nrw content and the last one are diplayed. How to clear the last content of the previous window?
Thanks
Jean