Select to view content in your preferred language

Web Editing Geoprocessing Widget

780
4
04-12-2014 12:35 PM
fatizanady
Deactivated User
hi everyone,

I download the widget: "Web Editing Geoprocessing Widget" from: "http://www.arcgis.com/home/item.html?id=798746aaabcc4e8f872a321257d8cfd4" I tried to implement it in the flex viewer 3.4 but I receive the following error:
"Unable to resolve <esri:  Draw> in a component implementation."

Any hepl please?
Thanks.
Tags (2)
0 Kudos
4 Replies
fatizanady
Deactivated User
this is the code:
0 Kudos
BjornSvensson
Esri Regular Contributor
I download the widget: "Web Editing Geoprocessing Widget" from: "http://www.arcgis.com/home/item.html?id=798746aaabcc4e8f872a321257d8cfd4" I tried to implement it in the flex viewer 3.4...


That's an old widget from 2009 for the original Sample Flex Viewer, version 1.x I think.  It will not work with the 3.x Flex Viewer.

It was created before the "Edit widget" existed. Depending on what you are trying to do, you might be able to use the Edit widget (which is now part of the product) instead.
0 Kudos
fatizanady
Deactivated User
thanks bjorn 🙂
0 Kudos
fatizanady
Deactivated User
hi bjorn,
I managed to eliminate this problem I replace <esri:draw> by <esri:  DrawTool>.
for editing lines the widget  works fine, but when I use the same  widget for points and polygon I receive the following error message:
"Unexpected fault:
[FaultEvent fault = [RPC Fault faultString = "Unable to complete operation." faultCode = "400" faultDetail = "Error running the tool."] messageId = null type = "fault" bubbles = false cancelable = true eventPhase = 2]"

we find the widget edit polygon  attached below.
Any suggestion will be very appreciated .
0 Kudos