private function wTemplate_closedHandler(event:Event):void { clear(); hideInfoWindow(); removeCursor(); CursorManager.removeAllCursors(); this.currentState = "IdentifyInput"; wTemplate.selectedTitlebarButtonIndex=0; setMapNavigation(null, null); setMapAction(null, null, null, null); // deactivate drawTool map.removeLayer(graphicsLayer); map.removeLayer(parcelGraphicsLayer); map.openHandCursorVisible = true; }
Solved! Go to Solution.