
PopUpManager.centerPopUp(myfloatdg);
1. The ability to autozoom to the full extent of all selected items when the search has been run.
ex: http://forums.esri.com/Thread.asp?c=158&f=2421&t=298832
I have beat my head against the wall and am completely clueless how to achieve this.
import com.esri.ags.utils.GraphicUtil;//
/////////// MAKE THE MAP'S EXTENT ZOOM TO THE Search Results.
var graphicsExtent:Extent = GraphicUtil.getGraphicsExtent(featureSet.features);
if (graphicsExtent)
{
map.extent = graphicsExtent;
}