<?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: Esri’s Move Tool stops custom Tool from working in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/esri-s-move-tool-stops-custom-tool-from-working/m-p/1565140#M12372</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Activating next tool deactivates previous tool. Why do you use Move tool to select point? You can select it from code&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2024 14:40:10 GMT</pubDate>
    <dc:creator>GKmieliauskas</dc:creator>
    <dc:date>2024-12-05T14:40:10Z</dc:date>
    <item>
      <title>Esri’s Move Tool stops custom Tool from working</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/esri-s-move-tool-stops-custom-tool-from-working/m-p/1565131#M12371</link>
      <description>&lt;P&gt;Have a custom MapTool that generally works well. When a point that has a path to a file in its attribute table is clicked using the tool, the file is opened. But when Esri’s Move Tool is used to select a point (point doesn’t need to be moved) and then the Tool is activated, the &amp;nbsp;OnToolDeactivateAsync runs, but when point is clicked with the tool, the OnSketchCompleteAsync is not triggered and the tool stops working.&lt;/P&gt;&lt;P&gt;Has anyone run into this issue, and did they find a solution? Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 14:19:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/esri-s-move-tool-stops-custom-tool-from-working/m-p/1565131#M12371</guid>
      <dc:creator>StevenCorpus</dc:creator>
      <dc:date>2024-12-05T14:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Esri’s Move Tool stops custom Tool from working</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/esri-s-move-tool-stops-custom-tool-from-working/m-p/1565140#M12372</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Activating next tool deactivates previous tool. Why do you use Move tool to select point? You can select it from code&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 14:40:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/esri-s-move-tool-stops-custom-tool-from-working/m-p/1565140#M12372</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2024-12-05T14:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Esri’s Move Tool stops custom Tool from working</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/esri-s-move-tool-stops-custom-tool-from-working/m-p/1565331#M12377</link>
      <description>&lt;P&gt;The reason for the tool is not to move anything. The issue is that once Esri's move tool is used and then the custom tool is activated sometime after, the custom tool activates (&lt;SPAN&gt;OnToolDeactivateAsync runs), but&amp;nbsp;OnSketchCompleteAsync is no longer triggered and the tool stops working&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 21:00:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/esri-s-move-tool-stops-custom-tool-from-working/m-p/1565331#M12377</guid>
      <dc:creator>StevenCorpus</dc:creator>
      <dc:date>2024-12-05T21:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Esri’s Move Tool stops custom Tool from working</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/esri-s-move-tool-stops-custom-tool-from-working/m-p/1565332#M12378</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The reason for the tool is not to move anything. The issue is that once Esri's move tool is used and then the custom tool is activated sometime after, the custom tool activates (&lt;/SPAN&gt;&lt;SPAN&gt;OnToolDeactivateAsync runs), but&amp;nbsp;OnSketchCompleteAsync is no longer triggered and the tool stops working&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 21:01:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/esri-s-move-tool-stops-custom-tool-from-working/m-p/1565332#M12378</guid>
      <dc:creator>StevenCorpus</dc:creator>
      <dc:date>2024-12-05T21:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Esri’s Move Tool stops custom Tool from working</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/esri-s-move-tool-stops-custom-tool-from-working/m-p/1565335#M12379</link>
      <description>&lt;P&gt;So if a user uses Esri's move tool, our tool no longer works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 21:03:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/esri-s-move-tool-stops-custom-tool-from-working/m-p/1565335#M12379</guid>
      <dc:creator>StevenCorpus</dc:creator>
      <dc:date>2024-12-05T21:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Esri’s Move Tool stops custom Tool from working</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/esri-s-move-tool-stops-custom-tool-from-working/m-p/1587580#M12660</link>
      <description>&lt;P&gt;Same problem...&amp;nbsp; I concur it's the "Move" tool that disables all of my custom map tools.&amp;nbsp; The "Edit" tool does not cause a problem.&amp;nbsp; In fact, if I perform a subsequent "Edit", my tools will begin working again.&lt;/P&gt;&lt;P&gt;@Esri fix it!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 17:52:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/esri-s-move-tool-stops-custom-tool-from-working/m-p/1587580#M12660</guid>
      <dc:creator>jseger5</dc:creator>
      <dc:date>2025-02-20T17:52:08Z</dc:date>
    </item>
  </channel>
</rss>

