locateResult.content = "Number of Features: " + (tempData.length - 1).toString(); locateResult.icon = "assets/images/excel.png"; locateResult.layerID = String(layerNumber); ResultAC.addItem(locateResult); for(var i:int = 0;i<tempData.length;i++) //change from for(var i:int = 0;i<(tempData.length - 1);i++) //change to
All,
With Roberts help an updated version for use with 3.0 has been uploaded to the resource center.
The update also has a few additions and bug fixes:
[INDENT]�?�Bug fixes for one more graphic being added to the graphics layer with 0,0 coordinates and the first point not having a click handler.
�?�Esri popup used to display attributes.
�?�Ability to specify a link field and alias.
�?�Zoom to extent of features when feature panel clicked [/INDENT]
http://www.arcgis.com/home/item.html?id=b8d2f6a9063e44669eddfdd2d32244e8
Regards
Anthony