<?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: Forbid creating new project/open project in Pro Configuration in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/forbid-creating-new-project-open-project-in-pro/m-p/1027131#M6183</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that was already a nod in the right direction.. I came up with this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;	  &amp;lt;updateModule refID="esri_core_module"&amp;gt;
		  &amp;lt;controls&amp;gt;
			  &amp;lt;deleteButton refID="esri_core_newProjectButton" /&amp;gt;
			  &amp;lt;deleteButton refID="esri_core_openProjectButton" /&amp;gt;
			  &amp;lt;deleteButton refID="esri_core_saveProjectAsButton" /&amp;gt;
		  &amp;lt;/controls&amp;gt;
	  &amp;lt;/updateModule&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;And looking at the QAT, it worked:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QAT.png" style="width: 200px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/6123i2EC9AD651F76819F/image-size/large?v=v2&amp;amp;px=999" role="button" title="QAT.png" alt="QAT.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But I can still create/open projects in the "project tab":&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RibbonTab.png" style="width: 623px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/6122i50DD835A9EB30C0A/image-size/large?v=v2&amp;amp;px=999" role="button" title="RibbonTab.png" alt="RibbonTab.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I browsed through the DAML IDs in this link:&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/DAML-ID-Reference-ADCore.daml" target="_blank"&gt;https://github.com/Esri/arcgis-pro-sdk/wiki/DAML-ID-Reference-ADCore.daml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But I couldn't figure out which ones I need to add to updateModule to get rid of new/open project in the "project tab"&lt;/P&gt;</description>
    <pubDate>Tue, 16 Feb 2021 12:57:15 GMT</pubDate>
    <dc:creator>RehmSoftware</dc:creator>
    <dc:date>2021-02-16T12:57:15Z</dc:date>
    <item>
      <title>Forbid creating new project/open project in Pro Configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/forbid-creating-new-project-open-project-in-pro/m-p/1026801#M6177</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have created a Pro Configuration for ArcGIS Pro and through that configuration either a new project is created or a specific existing project is opened upon startup. So after ArcGIS is initialized and ready, a project is open. Now I wonder if there's a way to disable the "new project"/"open project"/"save as"-functionality in ArcGIS Pro since I don't want the user to work with a different project as long as my configuration is active. I worked around by subscribing to ProjectOpened/Saved-Events and then disabling conditions so my Add-In is not active anymore and I also used ConfigurationManager.OnCanExecuteCommand to disable new/open from the QAT.. but the user can still do it from the "Project"-Tab that's always present.&lt;/P&gt;&lt;P&gt;Did I miss something or is this functionality not yet implemented?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 10:46:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/forbid-creating-new-project-open-project-in-pro/m-p/1026801#M6177</guid>
      <dc:creator>RehmSoftware</dc:creator>
      <dc:date>2021-02-15T10:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Forbid creating new project/open project in Pro Configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/forbid-creating-new-project-open-project-in-pro/m-p/1026963#M6180</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In your configuration daml file you can modify existing ArcGIS Pro ribbons, menus and etc. For example delete New project, Open project or etc. tools/commands. You just need to know module id and tool/command IDs&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 21:05:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/forbid-creating-new-project-open-project-in-pro/m-p/1026963#M6180</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2021-02-15T21:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Forbid creating new project/open project in Pro Configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/forbid-creating-new-project-open-project-in-pro/m-p/1027131#M6183</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that was already a nod in the right direction.. I came up with this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;	  &amp;lt;updateModule refID="esri_core_module"&amp;gt;
		  &amp;lt;controls&amp;gt;
			  &amp;lt;deleteButton refID="esri_core_newProjectButton" /&amp;gt;
			  &amp;lt;deleteButton refID="esri_core_openProjectButton" /&amp;gt;
			  &amp;lt;deleteButton refID="esri_core_saveProjectAsButton" /&amp;gt;
		  &amp;lt;/controls&amp;gt;
	  &amp;lt;/updateModule&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;And looking at the QAT, it worked:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QAT.png" style="width: 200px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/6123i2EC9AD651F76819F/image-size/large?v=v2&amp;amp;px=999" role="button" title="QAT.png" alt="QAT.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But I can still create/open projects in the "project tab":&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RibbonTab.png" style="width: 623px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/6122i50DD835A9EB30C0A/image-size/large?v=v2&amp;amp;px=999" role="button" title="RibbonTab.png" alt="RibbonTab.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I browsed through the DAML IDs in this link:&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/DAML-ID-Reference-ADCore.daml" target="_blank"&gt;https://github.com/Esri/arcgis-pro-sdk/wiki/DAML-ID-Reference-ADCore.daml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But I couldn't figure out which ones I need to add to updateModule to get rid of new/open project in the "project tab"&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 12:57:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/forbid-creating-new-project-open-project-in-pro/m-p/1027131#M6183</guid>
      <dc:creator>RehmSoftware</dc:creator>
      <dc:date>2021-02-16T12:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Forbid creating new project/open project in Pro Configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/forbid-creating-new-project-open-project-in-pro/m-p/1027163#M6185</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To delete the New Project and Open Project tabs, these DAML line will do the trick:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProSnippets-DAML#backstage-tab-delete-pros-tabs-and-insert-your-own-tab" target="_self"&gt;Backstage tab: Delete Pro's tabs and insert your own tab&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 14:45:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/forbid-creating-new-project-open-project-in-pro/m-p/1027163#M6185</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2021-02-16T14:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Forbid creating new project/open project in Pro Configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/forbid-creating-new-project-open-project-in-pro/m-p/1027503#M6201</link>
      <description>&lt;P&gt;Thank you Uma, that did the trick.. I wasn't aware that what I was calling "project tab" is referred to as backstage &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 07:45:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/forbid-creating-new-project-open-project-in-pro/m-p/1027503#M6201</guid>
      <dc:creator>RehmSoftware</dc:creator>
      <dc:date>2021-02-17T07:45:43Z</dc:date>
    </item>
  </channel>
</rss>

