I download the source code of Flex Viewer 3.6 and input it to Flash builder. After reading the following post from ESRI, I realize the config file of GeoprocessingWidget.xml does not even exist, then how do we set the widget? Thanks!
http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Geoprocessing_widget_tags/01m30000002s000000/
The set up codes in main config.xml is as the following:
|
<widget label="Geoprocessing" left="10" top="400"
icon="assets/images/GeoprocessingTool48.png"
config="widgets/Geoprocessing/GeoprocessingWidget.xml"
url="widgets/Geoprocessing/GeoprocessingWidget.swf"/>
|