<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error in Enhanced Draw widget in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662724#M19557</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The enhanced Draw Widget work fine, however, when I use the mouse and click on the polygon that I drawn, right click the mouse, apart from the "Clear Feature" options, there are two other options below. when I select these two options, the function displayed a lot of red outline rectanlge and gone mad....how can I disable these two options if I don't need them?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help and look forward to your reply&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;John&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Dec 2010 06:10:25 GMT</pubDate>
    <dc:creator>KwokKin_Wai</dc:creator>
    <dc:date>2010-12-22T06:10:25Z</dc:date>
    <item>
      <title>Error in Enhanced Draw widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662715#M19548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I followed your instructions for integrating your enhanced draw widget into my Flex Viewer app&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but I'm getting the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Fault info: Error #1090: XML parser failure: element is malformed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I have not changed anything in your code. All search results on google refer to Action Script 3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problems window in Flash Builder 4 does not display any errors at all. Any ideas what could be causing this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bill&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 23:00:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662715#M19548</guid>
      <dc:creator>City_of_Port_Angeles_GIS</dc:creator>
      <dc:date>2010-10-21T23:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Enhanced Draw widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662716#M19549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bill,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Something must have happened to the xml text you are putting into your config.xml or somehow the DrawWidget.xml has gotten corrupted. Check for syntax errors in both.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 23:47:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662716#M19549</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-10-21T23:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Enhanced Draw widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662717#M19550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; That was the problem! Thank you very much. The widget works fine now except when I try&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to draw a polygon, circle or ellipse. I then get an error message from flash. I noticed that the units&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;drop down for distance is populated (meters, feet, etc.) but the one for area is empty. This is the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;error message I get:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TypeError: Error #1009: Cannot access a property or method of a null object reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at widgets.eDraw::DrawWidget/arealengthsCompleteHandler()&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at widgets.eDraw::DrawWidget/__geometryService_areasAndLengthsComplete()&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at flash.events::EventDispatcher/dispatchEventFunction()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at flash.events::EventDispatcher/dispatchEvent()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.ags.tasks:GeometryService/areasAndLengths/com.esri.ags.tasks:handleAreaLengths()&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; at Function/&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://adobe.com/AS3/2006/builtin::call" rel="nofollow" target="_blank"&gt;http://adobe.com/AS3/2006/builtin::call&lt;/A&gt;&lt;SPAN&gt;()&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.ags.tasks::BaseTask/handleResult()&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.ags.tasks:BaseTask/protected:sendURLVariables/com.esri.ags.tasks:result()&lt;C&gt;&lt;/C&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at mx.rpc::Responder/result()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; at mx.rpc::AsyncToken/&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.adobe.com/2006/flex/mx/internal::applyResult" rel="nofollow" target="_blank"&gt;http://www.adobe.com/2006/flex/mx/internal::applyResult&lt;/A&gt;&lt;SPAN&gt;()&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; at mx.rpc.events::ResultEvent/&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.adobe.com/2006/flex/mx/internal::callTokenResponders" rel="nofollow" target="_blank"&gt;http://www.adobe.com/2006/flex/mx/internal::callTokenResponders&lt;/A&gt;&lt;SPAN&gt;()&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; at HTTPOperation/&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent" rel="nofollow" target="_blank"&gt;http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent&lt;/A&gt;&lt;SPAN&gt;()&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; at mx.rpc::AbstractInvoker/&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.adobe.com/2006/flex/mx/internal::resultHandler" rel="nofollow" target="_blank"&gt;http://www.adobe.com/2006/flex/mx/internal::resultHandler&lt;/A&gt;&lt;SPAN&gt;()&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at mx.rpc::Responder/result()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at mx.rpc::AsyncRequest/acknowledge()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at DirectHTTPMessageResponder/completeHandler()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at flash.events::EventDispatcher/dispatchEventFunction()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at flash.events::EventDispatcher/dispatchEvent()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at flash.net::URLLoader/onComplete()&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've checked the DrawWidget.xml and I don't see anything wrong. No missing carets, no misspelling, etc. The polygon gets drawn, but the area does not display.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bill&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 21:56:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662717#M19550</guid>
      <dc:creator>City_of_Port_Angeles_GIS</dc:creator>
      <dc:date>2010-10-22T21:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Enhanced Draw widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662718#M19551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bill,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Copy all of this replacing everything in your DrawWidget.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;?xml version="1.0" ?&amp;gt;
&amp;lt;!--
////////////////////////////////////////////////////////////////////////////////
//
// Copyright © 2008 - 2009 ESRI
//
// All rights reserved under the copyright laws of the United States.
// You may freely redistribute and use this software, with or
// without modification, provided you include the original copyright
// and use restrictions.&amp;nbsp; See use restrictions in the file:
// &amp;lt;install location&amp;gt;/FlexViewer/License.txt
//
////////////////////////////////////////////////////////////////////////////////
--&amp;gt;
&amp;lt;configuration&amp;gt;
 &amp;lt;geometryservice&amp;gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer&amp;lt;/geometryservice&amp;gt;
 &amp;lt;spatialref&amp;gt;102003&amp;lt;/spatialref&amp;gt;
 &amp;lt;distanceunits&amp;gt;
&amp;nbsp; &amp;lt;distanceunit abbr="m" conversion="1"&amp;gt;Meters&amp;lt;/distanceunit&amp;gt;
&amp;nbsp; &amp;lt;distanceunit abbr="km" conversion=".001"&amp;gt;Kilometers&amp;lt;/distanceunit&amp;gt;
&amp;nbsp; &amp;lt;distanceunit abbr="ft" conversion="3.2808"&amp;gt;Feet&amp;lt;/distanceunit&amp;gt;
&amp;nbsp; &amp;lt;distanceunit abbr="mi" conversion="0.000621"&amp;gt;Miles&amp;lt;/distanceunit&amp;gt;
 &amp;lt;/distanceunits&amp;gt;
 &amp;lt;areaunits&amp;gt;
&amp;nbsp; &amp;lt;areaunit abbr="sq m" conversion="1"&amp;gt;Square Meters&amp;lt;/areaunit&amp;gt;
&amp;nbsp; &amp;lt;areaunit abbr="sq km" conversion="0.000001"&amp;gt;Square Kilometers&amp;lt;/areaunit&amp;gt;
&amp;nbsp; &amp;lt;areaunit abbr="sq ft" conversion="10.763910417"&amp;gt;Square Feet&amp;lt;/areaunit&amp;gt;
&amp;nbsp; &amp;lt;areaunit abbr="sq mi" conversion="0.0000003861021"&amp;gt;Square Miles&amp;lt;/areaunit&amp;gt;
&amp;nbsp; &amp;lt;areaunit abbr="ac" conversion="0.00024710538147"&amp;gt;Acres&amp;lt;/areaunit&amp;gt;
&amp;nbsp; &amp;lt;areaunit abbr="ha" conversion="0.0001"&amp;gt;Hectares&amp;lt;/areaunit&amp;gt;
 &amp;lt;/areaunits&amp;gt;
&amp;lt;/configuration&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:01:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662718#M19551</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T04:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Enhanced Draw widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662719#M19552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Thanks a lot for taking the time to answer. I'm sure the demands on your time are pressing if they're anything like what I have to deal with here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I pasted in your code but I still get the same error message when I try to draw anything that has an area. The drop down menu for area units is still empty. I tried the Adobe help for Flash 4, but couldn't&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;seem to find anything that pertained to my problem. If I could just figure out why the drop down menu isn't being populated, I think I might be able to resolve this. So far no luck. Any more ideas&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Also, does ESRI have an MVP for this forum and if so how do I vote?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bill&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 22:57:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662719#M19552</guid>
      <dc:creator>City_of_Port_Angeles_GIS</dc:creator>
      <dc:date>2010-10-26T22:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Enhanced Draw widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662720#M19553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bill,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; This is very strange. Are you using the compiled or uncompiled?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 23:07:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662720#M19553</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-10-26T23:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Enhanced Draw widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662721#M19554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I am using the uncompiled version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bill&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 14:25:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662721#M19554</guid>
      <dc:creator>City_of_Port_Angeles_GIS</dc:creator>
      <dc:date>2010-10-27T14:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Enhanced Draw widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662722#M19555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bill,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I don't really have a clue why you are running into this issue. Can you download it again and replace everything?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 14:29:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662722#M19555</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-10-27T14:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Enhanced Draw widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662723#M19556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; That was the answer! Works like a charm and NO ERROR MESSAGES! Beautiful widget Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;keep up the good work and thanks again for all your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bill&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 22:46:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662723#M19556</guid>
      <dc:creator>City_of_Port_Angeles_GIS</dc:creator>
      <dc:date>2010-10-27T22:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Enhanced Draw widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662724#M19557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The enhanced Draw Widget work fine, however, when I use the mouse and click on the polygon that I drawn, right click the mouse, apart from the "Clear Feature" options, there are two other options below. when I select these two options, the function displayed a lot of red outline rectanlge and gone mad....how can I disable these two options if I don't need them?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help and look forward to your reply&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;John&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 06:10:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662724#M19557</guid>
      <dc:creator>KwokKin_Wai</dc:creator>
      <dc:date>2010-12-22T06:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Enhanced Draw widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662725#M19558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;John,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; You must be talking about "show redraw regions" that is something that you only just when you use a machine that has flash player debug version. You don't get those options on a normal version of flash player so no need to worry about them.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 10:49:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662725#M19558</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-12-22T10:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Enhanced Draw widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662726#M19559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Exactly, after I complied the programe and put the program to ArcGIS server, the functions gone when I open the web for displaying. I don't need to worry about these functions in web environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for your help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;John&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 14:33:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662726#M19559</guid>
      <dc:creator>KwokKin_Wai</dc:creator>
      <dc:date>2010-12-22T14:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Enhanced Draw widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662727#M19560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;John,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; So like I said when you check it from a machine that does &lt;/SPAN&gt;&lt;STRONG&gt;not have&lt;/STRONG&gt;&lt;SPAN&gt; flash builder debug version you will not see those options.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 17:05:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662727#M19560</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-12-22T17:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Enhanced Draw widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662728#M19561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Robert, the widget works well but my measurements are off.&amp;nbsp; Here is what I have&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;geometryservice&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://icarus/ArcGIS/rest/services/Geometry/GeometryServer" rel="nofollow" target="_blank"&gt;http://icarus/ArcGIS/rest/services/Geometry/GeometryServer&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/geometryservice&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;spatialref&amp;gt;3736&amp;lt;/spatialref&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;distanceunits&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;distanceunit abbr="m" conversion="1"&amp;gt;Meters&amp;lt;/distanceunit&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;distanceunit abbr="km" conversion=".001"&amp;gt;Kilometers&amp;lt;/distanceunit&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;distanceunit abbr="ft" conversion="3.2808"&amp;gt;Feet&amp;lt;/distanceunit&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;distanceunit abbr="mi" conversion="0.000621"&amp;gt;Miles&amp;lt;/distanceunit&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/distanceunits&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;areaunits&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;areaunit abbr="sq m" conversion="1"&amp;gt;Square Meters&amp;lt;/areaunit&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;areaunit abbr="sq km" conversion="0.000001"&amp;gt;Square Kilometers&amp;lt;/areaunit&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;areaunit abbr="sq ft" conversion="10.763910417"&amp;gt;Square Feet&amp;lt;/areaunit&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;areaunit abbr="sq mi" conversion="0.0000003861021"&amp;gt;Square Miles&amp;lt;/areaunit&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;areaunit abbr="ac" conversion="0.00024710538147"&amp;gt;Acres&amp;lt;/areaunit&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;areaunit abbr="ha" conversion="0.0001"&amp;gt;Hectares&amp;lt;/areaunit&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/areaunits&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;pointunits&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;pointunit abbr="spal" wkid="3736"&amp;gt;NAD83 WY East(SP Feet)&amp;lt;/pointunit&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;pointunit abbr="wgs84dd" wkid="4326"&amp;gt;Decimal Degrees (WGS84)&amp;lt;/pointunit&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;pointunit abbr="wgs84dms" wkid="4326"&amp;gt;DMS (WGS84)&amp;lt;/pointunit&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;pointunit abbr="utm19n" wkid="2960"&amp;gt;NAD 1983 UTM 19N&amp;lt;/pointunit&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/pointunits&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Measurements are off only with area and perimeter and I can't figure out why.&amp;nbsp; I have it pointing to my own geometry service set to our area for WY state plane.&amp;nbsp; Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 13:57:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662728#M19561</guid>
      <dc:creator>ShawnKraft</dc:creator>
      <dc:date>2011-01-27T13:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Enhanced Draw widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662729#M19562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shawn,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The draw and my enhanced draw widget have always required the WKID to be one that uses meters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Try and use the WKID: 26913 instead:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;spatialref&amp;gt;26913&amp;lt;/spatialref&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 14:15:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662729#M19562</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-01-27T14:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Enhanced Draw widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662730#M19563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That worked. Thanks Robert.&amp;nbsp; For some reason I thought I had to use wkid for my area.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 14:21:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662730#M19563</guid>
      <dc:creator>ShawnKraft</dc:creator>
      <dc:date>2011-01-27T14:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Enhanced Draw widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662731#M19564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Version 2.2.4 - 02/24/2011&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info on previous versions is in the ReadMe.txt&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Getting error on double click to end measure tool.&amp;nbsp; Occurs after sitting idle for a few minutes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[FaultEvent fault=[RPC Fault faultString="Unexpected &amp;lt; encountered" faultCode="null" faultDetail="null"] messageId=null type="fault" bubbles=false cancelable=true eventPhase=2]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2011 19:34:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662731#M19564</guid>
      <dc:creator>PaulLang</dc:creator>
      <dc:date>2011-03-11T19:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Enhanced Draw widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662732#M19565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Changed from: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; .xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;spatialref&amp;gt;26913&amp;lt;/spatialref&amp;gt; to &amp;lt;spatialref&amp;gt;2264&amp;lt;/spatialref&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;.mxml to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;private var spatialref:Number = 2264;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems to work fine now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2011 20:09:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662732#M19565</guid>
      <dc:creator>PaulLang</dc:creator>
      <dc:date>2011-03-11T20:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Enhanced Draw widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662734#M19567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;M Giles,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; What does your main config.xml look like?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 18:11:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662734#M19567</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-02-29T18:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Enhanced Draw widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662735#M19568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; &amp;lt;widget label="Draw / Measure"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; icon="assets/images/i_measure.png"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/eDraw/DrawWidget.xml"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="widgets/eDraw/DrawWidget.swf"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:01:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/error-in-enhanced-draw-widget/m-p/662735#M19568</guid>
      <dc:creator>MattGiles</dc:creator>
      <dc:date>2021-12-12T04:01:24Z</dc:date>
    </item>
  </channel>
</rss>

