<?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: Problem with editor.select in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/problem-with-editor-select/m-p/302710#M7797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was able to replicate both issues and we marked them as defect. I will be working on getting these two fixed in future release. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For #1 - this seem to only happen when the SelectionMode for the layer is SelectionOnly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For #2 - this seem to happen when the new selection does not include any feature from the other layers. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the meantime, you can use the EditorWidget, this seem to not have the two bugs that you mentioned, or you can iterate through graphics of each layer and ensure that when graphic.Selected is true, mark graphic.Selected to false before performing new selection.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Aug 2010 16:34:13 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2010-08-17T16:34:13Z</dc:date>
    <item>
      <title>Problem with editor.select</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/problem-with-editor-select/m-p/302708#M7795</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 currently working with editor's selection and I have founded two problems:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) When the editors drawmode is set to polygon and user draws area that contains no features in it, the editor stops working (despite it is set on continousmode). Same behaviour can be seen e.g. in samples &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#FeatureLayerSelection"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#FeatureLayerSelection&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) When map has two (or more) featurelayers, editor is set to polygon drawmode and the command is Editor.Select("New"), new selection clears previous selections only from one of the featurelayers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have anyone noticed the same problems? Is there any workaround?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 11:07:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/problem-with-editor-select/m-p/302708#M7795</guid>
      <dc:creator>Jukka-PekkaSuontaus</dc:creator>
      <dc:date>2010-08-17T11:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with editor.select</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/problem-with-editor-select/m-p/302709#M7796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;1) When the editors drawmode is set to polygon and user draws area that contains no features in it, the editor stops working (despite it is set on continousmode). Same behaviour can be seen e.g. in samples &lt;A href="http://help.arcgis.com/en/webapi/sil...LayerSelection"&gt;http://help.arcgis.com/en/webapi/sil...LayerSelection&lt;/A&gt;.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This seems to happen when layer is SelectionOnly mode. If you try this other sample, selecting on an area without feature does not end "Add to selection." &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;BLOCKQUOTE class="jive-quote"&gt;2) When map has two (or more) featurelayers, editor is set to polygon drawmode and the command is Editor.Select("New"), new selection clears previous selections only from one of the featurelayers.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not able to replicate this. The Editor you are using here has set its LayerIDs property to include all the feature layers? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will look into both of these and let you know what I find. Thank you for your post.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 13:29:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/problem-with-editor-select/m-p/302709#M7796</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-08-17T13:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with editor.select</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/problem-with-editor-select/m-p/302710#M7797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was able to replicate both issues and we marked them as defect. I will be working on getting these two fixed in future release. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For #1 - this seem to only happen when the SelectionMode for the layer is SelectionOnly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For #2 - this seem to happen when the new selection does not include any feature from the other layers. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the meantime, you can use the EditorWidget, this seem to not have the two bugs that you mentioned, or you can iterate through graphics of each layer and ensure that when graphic.Selected is true, mark graphic.Selected to false before performing new selection.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 16:34:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/problem-with-editor-select/m-p/302710#M7797</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-08-17T16:34:13Z</dc:date>
    </item>
  </channel>
</rss>

