<?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: How to insert control groups under 1 custom tab at runtime/during initialization from the separate addins? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-insert-control-groups-under-1-custom-tab-at/m-p/1262226#M9474</link>
    <description>&lt;P&gt;My colleague helped me to solve the problem. I was trying work it out from the main addin. Basically, I use&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;&amp;lt;updateModule refID="NRM_ArcProMainMenu_Module"&amp;gt;
      &amp;lt;groups&amp;gt;
        &amp;lt;updateGroup refID="Group_nrmlinking"&amp;gt;
          &amp;lt;insertButton refID="DepButtonCustomCategory"
                        insert="before"/&amp;gt;
        &amp;lt;/updateGroup&amp;gt;
      &amp;lt;/groups&amp;gt;
    &amp;lt;/updateModule&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;on the dependent addin which solved the problem&lt;/P&gt;</description>
    <pubDate>Mon, 27 Feb 2023 23:48:26 GMT</pubDate>
    <dc:creator>Amadeus111</dc:creator>
    <dc:date>2023-02-27T23:48:26Z</dc:date>
    <item>
      <title>How to insert control groups under 1 custom tab at runtime/during initialization from the separate addins?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-insert-control-groups-under-1-custom-tab-at/m-p/1262119#M9470</link>
      <description>&lt;P&gt;In my project, I need to create check boxes dynamically that turn on/off groups (buttons) from separate addins.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to create check boxes by using Custom Categories&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;Components = Categories.GetComponentElements("NRMCustomCategory");
//Then reading the states from other addins 
foreach (ComponentElement component in Components)
{
  string toolState = component.ReadAttribute("tool_state");
  string toolName = component.ReadAttribute("tool_name");
  string checkBoxName = toolName.Replace(" ", "");
//....
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Now, my checkboxes turn/on of the groups/controls but in their own tab. I would like to get them together under one tab I created for the main addin. I thought if I can read/write all DAML files during the initialazation I can put them altogether using something like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; &amp;lt;updateModule refID="NRM_ArcProMainMenu_Module"&amp;gt;
      &amp;lt;groups&amp;gt;
        &amp;lt;updateGroup refID="Group_nrmlinking"&amp;gt;
          &amp;lt;insertButton refID="DepButtonCustomCategory"
                        insert="before"/&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from my search I found these but I am not sure how to use these or if I am on the right path&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic14871.html" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic14871.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic14867.html" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic14867.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I would appreciate any help!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 20:18:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-insert-control-groups-under-1-custom-tab-at/m-p/1262119#M9470</guid>
      <dc:creator>Amadeus111</dc:creator>
      <dc:date>2023-02-27T20:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert control groups under 1 custom tab at runtime/during initialization from the separate addins?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-insert-control-groups-under-1-custom-tab-at/m-p/1262226#M9474</link>
      <description>&lt;P&gt;My colleague helped me to solve the problem. I was trying work it out from the main addin. Basically, I use&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;&amp;lt;updateModule refID="NRM_ArcProMainMenu_Module"&amp;gt;
      &amp;lt;groups&amp;gt;
        &amp;lt;updateGroup refID="Group_nrmlinking"&amp;gt;
          &amp;lt;insertButton refID="DepButtonCustomCategory"
                        insert="before"/&amp;gt;
        &amp;lt;/updateGroup&amp;gt;
      &amp;lt;/groups&amp;gt;
    &amp;lt;/updateModule&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;on the dependent addin which solved the problem&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 23:48:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-insert-control-groups-under-1-custom-tab-at/m-p/1262226#M9474</guid>
      <dc:creator>Amadeus111</dc:creator>
      <dc:date>2023-02-27T23:48:26Z</dc:date>
    </item>
  </channel>
</rss>

