<?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 modify the contents of a tab? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-modify-the-contents-of-a-tab/m-p/791002#M1518</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At 1.3 you can control the order by which your add-in is loaded by ArcGIS Pro using the "id" attribute of your Add-in (from the config.daml).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;P&gt;"Add-In#1" has an id attribute declared in the config.daml as &lt;SPAN&gt;{c1a60c8f-2f6f-4198-a5d6-ea964ebf678c}&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d;"&gt;Add-In#2 has an id of &lt;SPAN style="color: #3d3d3d;"&gt;{0d9f5aca-097b-4e49-9e44-505a61b99308}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Snippet from config.daml given below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;AddInInfo&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;id&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="color: blue;"&gt;{c1a60c8f-2f6f-4198-a5d6-ea964ebf678c}&lt;/SPAN&gt;"&lt;SPAN style="color: blue;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;version&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="color: blue;"&gt;1.0&lt;/SPAN&gt;"&lt;SPAN style="color: blue;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;desktopVersion&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;AddInInfo&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;id&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;"&lt;SPAN&gt;{0d9f5aca-097b-4e49-9e44-505a61b99308}&lt;/SPAN&gt;"&lt;SPAN style="color: blue;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;version&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="color: blue;"&gt;1.0&lt;/SPAN&gt;"&lt;SPAN style="color: blue;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;desktopVersion&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Pro will load Add-In#2 with GUID 0d9f5aca.. first followed by Add-In#1 with GUID c1a60c8f.. (Alphabetically sequenced).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Add-In# 1 can modify UI elements declared in Add-In#2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At 1.4, you will be able to control this better with a "Dependency" tag in the config.daml.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Uma Harano&lt;/P&gt;&lt;P&gt;ArcGIS Desktop SDK Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Sep 2016 01:17:04 GMT</pubDate>
    <dc:creator>UmaHarano</dc:creator>
    <dc:date>2016-09-27T01:17:04Z</dc:date>
    <item>
      <title>How to modify the contents of a tab?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-modify-the-contents-of-a-tab/m-p/791001#M1517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like it's possible to modify the content of a group I would like to modify the content of a tab using DAML. I tried:&lt;/P&gt;&lt;P&gt;&amp;lt;ArcGIS&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;updateModule refID="ut_desktop_addin"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tabs&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;updateTab refID="ut_desktop_addin_tab"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;insertGroup refID="ut_jobmanagement_group" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/updateTab&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tabs&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/updateModule&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/modules&amp;gt;&lt;BR /&gt;&amp;lt;/ArcGIS&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that does not work. The new group won't show up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The point is: I do not want to modify an existing Esri tab but I want to add a new group to one tab that comes with another of our AddIns. Is that generally possible? Or can I modify Esri Tabs and Groups only?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 12:34:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-modify-the-contents-of-a-tab/m-p/791001#M1517</guid>
      <dc:creator>KarlHuber</dc:creator>
      <dc:date>2016-09-26T12:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify the contents of a tab?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-modify-the-contents-of-a-tab/m-p/791002#M1518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At 1.3 you can control the order by which your add-in is loaded by ArcGIS Pro using the "id" attribute of your Add-in (from the config.daml).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;P&gt;"Add-In#1" has an id attribute declared in the config.daml as &lt;SPAN&gt;{c1a60c8f-2f6f-4198-a5d6-ea964ebf678c}&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d;"&gt;Add-In#2 has an id of &lt;SPAN style="color: #3d3d3d;"&gt;{0d9f5aca-097b-4e49-9e44-505a61b99308}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Snippet from config.daml given below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;AddInInfo&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;id&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="color: blue;"&gt;{c1a60c8f-2f6f-4198-a5d6-ea964ebf678c}&lt;/SPAN&gt;"&lt;SPAN style="color: blue;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;version&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="color: blue;"&gt;1.0&lt;/SPAN&gt;"&lt;SPAN style="color: blue;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;desktopVersion&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;AddInInfo&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;id&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;"&lt;SPAN&gt;{0d9f5aca-097b-4e49-9e44-505a61b99308}&lt;/SPAN&gt;"&lt;SPAN style="color: blue;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;version&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;=&lt;/SPAN&gt;"&lt;SPAN style="color: blue;"&gt;1.0&lt;/SPAN&gt;"&lt;SPAN style="color: blue;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;desktopVersion&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Pro will load Add-In#2 with GUID 0d9f5aca.. first followed by Add-In#1 with GUID c1a60c8f.. (Alphabetically sequenced).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Add-In# 1 can modify UI elements declared in Add-In#2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At 1.4, you will be able to control this better with a "Dependency" tag in the config.daml.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Uma Harano&lt;/P&gt;&lt;P&gt;ArcGIS Desktop SDK Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 01:17:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-modify-the-contents-of-a-tab/m-p/791002#M1518</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2016-09-27T01:17:04Z</dc:date>
    </item>
  </channel>
</rss>

