<?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: Loading sequence of add-ins is erratic in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/loading-sequence-of-add-ins-is-erratic/m-p/1012688#M5900</link>
    <description>&lt;P&gt;According to this link&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Advanced-Topics#control-order-of-add-in-loading-using-daml" target="_blank"&gt;https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Advanced-Topics#control-order-of-add-in-loading-using-daml&lt;/A&gt;,&amp;nbsp;&amp;nbsp;dependencies are only for pro versions 2.0 and 2.1. Apparently in newer versions of pro, the dependencies are automatically sorted out by Pro. Unfortunately it doesn't say how they are sorted out.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Dec 2020 17:39:01 GMT</pubDate>
    <dc:creator>MarvisKisakye1</dc:creator>
    <dc:date>2020-12-29T17:39:01Z</dc:date>
    <item>
      <title>Loading sequence of add-ins is erratic</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/loading-sequence-of-add-ins-is-erratic/m-p/1012557#M5897</link>
      <description>&lt;P&gt;I have an addin A whose AddInInfo id starts with {368...} and addin B whose AddInInfo id starts with {5adb...}. I need these two addins to show up on the same group under the addins tab. Because addin A's AddInInfo id starts with a lower number, I created the group in addin A's daml and in addin B's daml, I set up updateGroup that refers to the group created in add in A.&lt;BR /&gt;When these addins are installed manually, the addins appear on the same group as expected. However, in order not to have to install all the add-ins manually, I added a folder in the 'add-in manager options' in ArcGIS Pro for pro to search for addins there on startup. When the addins are loaded from this well known folder, addin B doesn't show up on the group even though when I look in addin manager, it shows that both addins are installed meaning that it is indeed a group issue. It appears that the addin loading sequence is different when the addins are installed manually versus being installed automatically from the well known folder. How can I resolve this issue?&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/12882"&gt;@Wolf&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/9021"&gt;@UmaHarano&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 21:33:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/loading-sequence-of-add-ins-is-erratic/m-p/1012557#M5897</guid>
      <dc:creator>MarvisKisakye1</dc:creator>
      <dc:date>2020-12-28T21:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Loading sequence of add-ins is erratic</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/loading-sequence-of-add-ins-is-erratic/m-p/1012658#M5899</link>
      <description>&lt;P&gt;Did you try specifying dependencies in your DAML?&lt;/P&gt;&lt;P&gt;See step 9&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/labs/pro/manage-add-in-loading/" target="_blank"&gt;https://developers.arcgis.com/labs/pro/manage-add-in-loading/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 15:14:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/loading-sequence-of-add-ins-is-erratic/m-p/1012658#M5899</guid>
      <dc:creator>KirkKuykendall1</dc:creator>
      <dc:date>2020-12-29T15:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Loading sequence of add-ins is erratic</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/loading-sequence-of-add-ins-is-erratic/m-p/1012688#M5900</link>
      <description>&lt;P&gt;According to this link&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Advanced-Topics#control-order-of-add-in-loading-using-daml" target="_blank"&gt;https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Advanced-Topics#control-order-of-add-in-loading-using-daml&lt;/A&gt;,&amp;nbsp;&amp;nbsp;dependencies are only for pro versions 2.0 and 2.1. Apparently in newer versions of pro, the dependencies are automatically sorted out by Pro. Unfortunately it doesn't say how they are sorted out.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 17:39:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/loading-sequence-of-add-ins-is-erratic/m-p/1012688#M5900</guid>
      <dc:creator>MarvisKisakye1</dc:creator>
      <dc:date>2020-12-29T17:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Loading sequence of add-ins is erratic</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/loading-sequence-of-add-ins-is-erratic/m-p/1012747#M5901</link>
      <description>&lt;P&gt;It might be worth trying a dependencies element just to see what happens.&amp;nbsp; The wiki doesn't say it's no longer supported - just that it's "no longer needed".&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 20:32:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/loading-sequence-of-add-ins-is-erratic/m-p/1012747#M5901</guid>
      <dc:creator>KirkKuykendall1</dc:creator>
      <dc:date>2020-12-29T20:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Loading sequence of add-ins is erratic</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/loading-sequence-of-add-ins-is-erratic/m-p/1012756#M5902</link>
      <description>&lt;P&gt;Huh! That worked! Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 20:55:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/loading-sequence-of-add-ins-is-erratic/m-p/1012756#M5902</guid>
      <dc:creator>MarvisKisakye1</dc:creator>
      <dc:date>2020-12-29T20:55:44Z</dc:date>
    </item>
  </channel>
</rss>

