<?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: Cancel Edition when using ContinuousMode in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/cancel-edition-when-using-continuousmode/m-p/657697#M16869</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you know if this bug has been fixed in the latest version (i.e. version 2.1 build 446)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Feb 2011 18:39:27 GMT</pubDate>
    <dc:creator>FrancoisChartrand</dc:creator>
    <dc:date>2011-02-04T18:39:27Z</dc:date>
    <item>
      <title>Cancel Edition when using ContinuousMode</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/cancel-edition-when-using-continuousmode/m-p/657695#M16867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the Editor on a GraphicsLayer with the ContinuousMode set to true. All the graphics present in the GraphicsLayer are drawn using a method similar to &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#DrawGraphics"&gt;this sample&lt;/A&gt;&lt;SPAN&gt;. When the EditVertices command is executed (parameter null), any graphic that will be clicked will switch to edition (which is fine).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, while editing vertices of a graphic, if I press the CancelActive button and then click on another graphic again, to EditVertices command seems to be still active because the clicked graphic will switch to edition even if the CancelActive command has been executed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it the expected behaviour? What is the proper way to cancel the EditVertices command when using the ContinuousMode? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that I wasn't able to reproduce this behaviour with a FeatureLayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can provide my sample application if required.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 12:20:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/cancel-edition-when-using-continuousmode/m-p/657695#M16867</guid>
      <dc:creator>FrancoisChartrand</dc:creator>
      <dc:date>2010-10-21T12:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cancel Edition when using ContinuousMode</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/cancel-edition-when-using-continuousmode/m-p/657696#M16868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your post, I was able to replicate it using our SDK sample: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#EditToolsAutoSave"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#EditToolsAutoSave&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is a bug, because if you choose Select command while Continuouse Mode is on and then Cancel, you are not able to Select again until you activate Select. We will try to get it fixed in the future release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 13:52:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/cancel-edition-when-using-continuousmode/m-p/657696#M16868</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-10-21T13:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cancel Edition when using ContinuousMode</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/cancel-edition-when-using-continuousmode/m-p/657697#M16869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you know if this bug has been fixed in the latest version (i.e. version 2.1 build 446)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 18:39:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/cancel-edition-when-using-continuousmode/m-p/657697#M16869</guid>
      <dc:creator>FrancoisChartrand</dc:creator>
      <dc:date>2011-02-04T18:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cancel Edition when using ContinuousMode</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/cancel-edition-when-using-continuousmode/m-p/657698#M16870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes this bug had been fixed for v2.1 Final. The current SDK sample is run against v2.1 Final (see link below) no longer reproduce this error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To replicate:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#EditToolsAutoSave"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#EditToolsAutoSave&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Check Continuous Action&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Click Edit Vertices&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Click on graphic to begin editing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Click Cancel Action&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Click on any graphic to begin editing again // EditVertices should not be active at this point.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 23:10:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/cancel-edition-when-using-continuousmode/m-p/657698#M16870</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-02-04T23:10:35Z</dc:date>
    </item>
  </channel>
</rss>

