I set it in the FeatureLayer definition so I'm thinking it gets called after the Features get marked. (i.e.): <esri:FeatureLayer id="fLayer" visible="true" mode="snapshot" symbol="{MeterMark}" outFields="MeterNumber" updateEnd="zoomToExtent(event)" url="http://vmvea-arcgis:8399/arcgis/rest/services/Dispatch_Map/MapServer/0"/>I wasn't calling selectFeatures, but I have changed my code to call the selectFeatures function to select all the features present in the layer, but the extent still doesn't change. Do i need to refresh the map or something to get it to move the view?