<?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: New Button on Versions Tab in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/new-button-on-versions-tab/m-p/1118995#M7371</link>
    <description>&lt;P&gt;Hi thanks a lot for your help!!!&lt;/P&gt;&lt;P&gt;I've one last question. I've built a test with a button in the geoprocessing group in the analysis tab and it works.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pspada_WT_0-1637427966664.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/27978i2076647FDE2F5D22/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pspada_WT_0-1637427966664.png" alt="pspada_WT_0-1637427966664.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pspada_WT_1-1637428001369.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/27979i266957CABE74671F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pspada_WT_1-1637428001369.png" alt="pspada_WT_1-1637428001369.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But when i test with the Versioning group in the Versioning tab It don't.&lt;/P&gt;&lt;P&gt;I think the refID are right. What I'm doing wrong?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pspada_WT_2-1637428110006.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/27980i8DE9D58BFAFFEB41/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pspada_WT_2-1637428110006.png" alt="pspada_WT_2-1637428110006.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 20 Nov 2021 17:09:13 GMT</pubDate>
    <dc:creator>pspada_WT</dc:creator>
    <dc:date>2021-11-20T17:09:13Z</dc:date>
    <item>
      <title>New Button on Versions Tab</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/new-button-on-versions-tab/m-p/1118939#M7369</link>
      <description>&lt;P&gt;Hi, I'm trying to develop an Add-in that add a new button to the versions Tab.&lt;/P&gt;&lt;P&gt;It's possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 22:35:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/new-button-on-versions-tab/m-p/1118939#M7369</guid>
      <dc:creator>pspada_WT</dc:creator>
      <dc:date>2021-11-19T22:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: New Button on Versions Tab</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/new-button-on-versions-tab/m-p/1118961#M7370</link>
      <description>&lt;P&gt;You can create a module add-in project, then add an ArcGIS Pro button in that project.&amp;nbsp; By default the button will be on an add-in tab.&amp;nbsp; &amp;nbsp;Now you have to modify the content of the config.daml to insert your button into another tab, group, etc.&amp;nbsp; &amp;nbsp;This document gives an overview of DAML:&amp;nbsp;&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Framework#introduction-to-daml-desktop-application-markup-language" target="_self"&gt;ProConcepts Framework · Esri/arcgis-pro-sdk Wiki (github.com)&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;here is a video:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=16KDyev6_3g&amp;amp;t=186s" target="_self"&gt;ArcGIS Pro SDK for .NET: Working With DAML - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also this sample modifies an existing ArcGIS Pro tab:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Framework/WorkingWithDAML" target="_blank" rel="noopener"&gt;arcgis-pro-sdk-community-samples/Framework/WorkingWithDAML at master · Esri/arcgis-pro-sdk-community-samples (github.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Now you need to find the daml id for the version tab / group into which you need to add your button.&lt;/P&gt;&lt;P&gt;To find the daml id you can use the 'Show command IDs' option in ArcGIS Pro:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Wolf_0-1637365941363.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/27972i5F8C6CAA441248FA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Wolf_0-1637365941363.png" alt="Wolf_0-1637365941363.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or use the DAML ID reference:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ArcGIS-Pro-DAML-ID-Reference" target="_blank" rel="noopener"&gt;ArcGIS Pro DAML ID Reference · Esri/arcgis-pro-sdk Wiki (github.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 23:50:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/new-button-on-versions-tab/m-p/1118961#M7370</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2021-11-19T23:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: New Button on Versions Tab</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/new-button-on-versions-tab/m-p/1118995#M7371</link>
      <description>&lt;P&gt;Hi thanks a lot for your help!!!&lt;/P&gt;&lt;P&gt;I've one last question. I've built a test with a button in the geoprocessing group in the analysis tab and it works.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pspada_WT_0-1637427966664.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/27978i2076647FDE2F5D22/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pspada_WT_0-1637427966664.png" alt="pspada_WT_0-1637427966664.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pspada_WT_1-1637428001369.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/27979i266957CABE74671F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pspada_WT_1-1637428001369.png" alt="pspada_WT_1-1637428001369.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But when i test with the Versioning group in the Versioning tab It don't.&lt;/P&gt;&lt;P&gt;I think the refID are right. What I'm doing wrong?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pspada_WT_2-1637428110006.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/27980i8DE9D58BFAFFEB41/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pspada_WT_2-1637428110006.png" alt="pspada_WT_2-1637428110006.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Nov 2021 17:09:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/new-button-on-versions-tab/m-p/1118995#M7371</guid>
      <dc:creator>pspada_WT</dc:creator>
      <dc:date>2021-11-20T17:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: New Button on Versions Tab</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/new-button-on-versions-tab/m-p/1119048#M7373</link>
      <description>&lt;P&gt;I've figure out. I have put a wrong module name. I've used "esri_mapping_module" but is "esri_mapping".&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Nov 2021 14:38:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/new-button-on-versions-tab/m-p/1119048#M7373</guid>
      <dc:creator>pspada_WT</dc:creator>
      <dc:date>2021-11-21T14:38:12Z</dc:date>
    </item>
  </channel>
</rss>

