<?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 Pause Selection in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/pause-selection/m-p/406915#M10575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to incorporate the selection tools to my Silverlight project utilizing ESRI.ArcGIS.Client.Editor.&amp;nbsp; Here is the code I am using:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;RadioButton Name="radNew" HorizontalAlignment="Left" Margin="48,111,0,0" VerticalAlignment="Top" Content="New" Command="{Binding Select}" CommandParameter="New" Foreground="White"/&amp;gt;
&amp;lt;RadioButton Name="radAdd" Margin="104,111,0,0" VerticalAlignment="Top" Content="Add" HorizontalAlignment="Left" Width="46" Command="{Binding Select}" CommandParameter="Add" Foreground="White"/&amp;gt;
&amp;lt;RadioButton Name="radRemove" Margin="154,111,157,0" VerticalAlignment="Top" Content="Remove" Command="{Binding Select}" CommandParameter="Remove" Foreground="White"/&amp;gt;
&amp;lt;Button Margin="0,111,16,0" VerticalAlignment="Top" Content="Change map location" HorizontalAlignment="Right" Command="{Binding Select}" CommandParameter="CancelActive"/&amp;gt;
&amp;lt;Button Margin="48,138,16,0" VerticalAlignment="Top" Content="Clear Selection" RenderTransformOrigin="0,0.773"&amp;nbsp; Command="{Binding ClearSelection}"/&amp;gt; &lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I would like to do us for the Button with Content="Change map location" when clicked, it will stop selecting so my users can pan, zoom, etc.&amp;nbsp; Once they have moved to their new location, they can continue to select.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently, after pressing the button, I begin selecting as if the CommandParameter="New".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone else done this before?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Appreciate the insight!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Nov 2010 16:16:46 GMT</pubDate>
    <dc:creator>MichaelRose</dc:creator>
    <dc:date>2010-11-19T16:16:46Z</dc:date>
    <item>
      <title>Pause Selection</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/pause-selection/m-p/406915#M10575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to incorporate the selection tools to my Silverlight project utilizing ESRI.ArcGIS.Client.Editor.&amp;nbsp; Here is the code I am using:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;RadioButton Name="radNew" HorizontalAlignment="Left" Margin="48,111,0,0" VerticalAlignment="Top" Content="New" Command="{Binding Select}" CommandParameter="New" Foreground="White"/&amp;gt;
&amp;lt;RadioButton Name="radAdd" Margin="104,111,0,0" VerticalAlignment="Top" Content="Add" HorizontalAlignment="Left" Width="46" Command="{Binding Select}" CommandParameter="Add" Foreground="White"/&amp;gt;
&amp;lt;RadioButton Name="radRemove" Margin="154,111,157,0" VerticalAlignment="Top" Content="Remove" Command="{Binding Select}" CommandParameter="Remove" Foreground="White"/&amp;gt;
&amp;lt;Button Margin="0,111,16,0" VerticalAlignment="Top" Content="Change map location" HorizontalAlignment="Right" Command="{Binding Select}" CommandParameter="CancelActive"/&amp;gt;
&amp;lt;Button Margin="48,138,16,0" VerticalAlignment="Top" Content="Clear Selection" RenderTransformOrigin="0,0.773"&amp;nbsp; Command="{Binding ClearSelection}"/&amp;gt; &lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I would like to do us for the Button with Content="Change map location" when clicked, it will stop selecting so my users can pan, zoom, etc.&amp;nbsp; Once they have moved to their new location, they can continue to select.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently, after pressing the button, I begin selecting as if the CommandParameter="New".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone else done this before?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Appreciate the insight!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 16:16:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/pause-selection/m-p/406915#M10575</guid>
      <dc:creator>MichaelRose</dc:creator>
      <dc:date>2010-11-19T16:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pause Selection</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/pause-selection/m-p/406916#M10576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can set Editor to ContinuousMode=true and bind your "Change Map Location" button to CancelActive command.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can try it in this sample:&lt;/SPAN&gt;&lt;BR /&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Nov 2010 22:40:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/pause-selection/m-p/406916#M10576</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-11-20T22:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pause Selection</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/pause-selection/m-p/406917#M10577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can set Editor to ContinuousMode=true and bind your "Change Map Location" button to CancelActive command.&lt;BR /&gt;&lt;BR /&gt;You can try it in this sample:&lt;BR /&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;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you Jennifer!&amp;nbsp; That did the trick.&amp;nbsp; I was binding Select rather than CancelActive.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 13:08:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/pause-selection/m-p/406917#M10577</guid>
      <dc:creator>MichaelRose</dc:creator>
      <dc:date>2010-11-22T13:08:02Z</dc:date>
    </item>
  </channel>
</rss>

