hi everyone,
for the geoprocessing widget (GeoprocessingWidget_ExtractData) wel be functional in my project flex viewer i'm follow the following
steps:
1 - I publish the map service.
2 - I share the service in the same folder where I already publish the map service.
3 - in the Config.xml I add this:
4 - in the GeoprocessingWidget_ExtractData I add this:
my problem isthat during the execution of the project nothing happens the widget does not work and no error message!!
Attachment 31891what I can do??? help me please.
for the geoprocessing widget (GeoprocessingWidget_ExtractData) wel be functional in my project flex viewer i'm follow the following
steps:
1 - I publish the map service.
2 - I share the service in the same folder where I already publish the map service.
3 - in the Config.xml I add this:
Code:
<widgetgroup label="Tâches de Geotraitement">
<widget label="Extraction des données"
icon="assets/images/i_layers.png"
config="widgets/Geoprocessing/GeoprocessingWidget_ExtractData.xml"
url="widgets/Geoprocessing/GeoprocessingWidget.swf"/>
<widget label="buffer" left="600" top="90"
icon="widgets/BufferDistance/assets/images/i_buffer40.png"
config="widgets/BufferDistance/BufferDistanceWidget.xml"
url="widgets/BufferDistance/BufferDistanceWidget.swf"/>
</widgetgroup>
my problem isthat during the execution of the project nothing happens the widget does not work and no error message!!
Attachment 31891what I can do??? help me please.