Both the Search Widget and Enhanced Search Widget will not zoom to the results of my dynamic map services. I am using the compiled versions. If I leave the Louisville sample data active in the configuration file it will zoom to those results when searched, but still not zoom to my services results. Individual service capabilities include Mapping (Map Data Query checked on), Feature Access (Query Editing checked on) and KML and all combinations of turning those on and off. zoomscale set to 5000 (tried dif numbers here too). I'm stumped. Never messed with the .swf file. Even tried reloading a fress copy of the widget from the install files. Also tried in multiple flexviewer iterations.
private function clickQueryResult(event:Event):void { var queryResult:QueryResult = ItemRenderer(event.target).data as QueryResult; if (queryResult.geometry is Polygon){ var pPoly:Polygon = queryResult.geometry as Polygon; map.extent = pPoly.extent.expand(1.75); }else { 😉 Thank-you yet again Robert !