<?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: Adding a group to an existing tab in DAML in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/adding-a-group-to-an-existing-tab-in-daml/m-p/1351831#M10722</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;First step is to manage modules dependencies. You need to add dependency to module where group (tab) exists. For ArcGIS Pro module it could look like that:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  &amp;lt;dependencies&amp;gt;
    &amp;lt;dependency name="ADMapping.daml" /&amp;gt;
  &amp;lt;/dependencies&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For custom module:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  &amp;lt;dependencies&amp;gt;
    &amp;lt;!-- id of "Add-in B" same as AddInInfo id="{00000000-0000-0000-0000-000000000000}"--&amp;gt;
    &amp;lt;dependency name="{00000000-0000-0000-0000-000000000000}" /&amp;gt;
  &amp;lt;/dependencies&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It will manage module loading order. At the time you want to insert button group/tab will be already created.&lt;/P&gt;&lt;P&gt;Second step is updating group/tab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;updateModule refID="esri_mapping"&amp;gt;
  &amp;lt;groups&amp;gt;
    &amp;lt;updateGroup refID="esri_mapping_navigateGroup"&amp;gt;
      &amp;lt;insertButton refID="New_Menu_Item_Button" /&amp;gt;
    &amp;lt;/updateGroup&amp;gt;
  &amp;lt;/groups&amp;gt;
&amp;lt;/updateModule&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More info &lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProSnippets-DAML" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Nov 2023 06:24:15 GMT</pubDate>
    <dc:creator>GKmieliauskas</dc:creator>
    <dc:date>2023-11-21T06:24:15Z</dc:date>
    <item>
      <title>Adding a group to an existing tab in DAML</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/adding-a-group-to-an-existing-tab-in-daml/m-p/1351747#M10721</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to add to a custom group to another custom group. I have only been successful adding a button to the existing custom group (tab). There a way to add a group to another group or do I have to add each button separately?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 22:57:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/adding-a-group-to-an-existing-tab-in-daml/m-p/1351747#M10721</guid>
      <dc:creator>BinhLe</dc:creator>
      <dc:date>2023-11-20T22:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a group to an existing tab in DAML</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/adding-a-group-to-an-existing-tab-in-daml/m-p/1351831#M10722</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;First step is to manage modules dependencies. You need to add dependency to module where group (tab) exists. For ArcGIS Pro module it could look like that:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  &amp;lt;dependencies&amp;gt;
    &amp;lt;dependency name="ADMapping.daml" /&amp;gt;
  &amp;lt;/dependencies&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For custom module:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  &amp;lt;dependencies&amp;gt;
    &amp;lt;!-- id of "Add-in B" same as AddInInfo id="{00000000-0000-0000-0000-000000000000}"--&amp;gt;
    &amp;lt;dependency name="{00000000-0000-0000-0000-000000000000}" /&amp;gt;
  &amp;lt;/dependencies&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It will manage module loading order. At the time you want to insert button group/tab will be already created.&lt;/P&gt;&lt;P&gt;Second step is updating group/tab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;updateModule refID="esri_mapping"&amp;gt;
  &amp;lt;groups&amp;gt;
    &amp;lt;updateGroup refID="esri_mapping_navigateGroup"&amp;gt;
      &amp;lt;insertButton refID="New_Menu_Item_Button" /&amp;gt;
    &amp;lt;/updateGroup&amp;gt;
  &amp;lt;/groups&amp;gt;
&amp;lt;/updateModule&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More info &lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProSnippets-DAML" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 06:24:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/adding-a-group-to-an-existing-tab-in-daml/m-p/1351831#M10722</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2023-11-21T06:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a group to an existing tab in DAML</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/adding-a-group-to-an-existing-tab-in-daml/m-p/1352109#M10727</link>
      <description>&lt;P&gt;This works! thank you. I revisit other posts as well on dependencies and used the GUID ID for the existing addin. Thanks for your reply&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 17:30:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/adding-a-group-to-an-existing-tab-in-daml/m-p/1352109#M10727</guid>
      <dc:creator>BinhLe</dc:creator>
      <dc:date>2023-11-21T17:30:43Z</dc:date>
    </item>
  </channel>
</rss>

