<?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: Inline Gallery 'Customize' and 'Tools' menu items in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/inline-gallery-customize-and-tools-menu-items/m-p/1523912#M11976</link>
    <description>&lt;P&gt;Thanks Uma,&lt;/P&gt;&lt;P&gt;That's not quite what I'm asking for. I can't seem anyway to get the Customize features you can see on the Geoprocessing Analysis inline gallery. Specifically, where you can hide certain gallery group items, by removing them or rearranging them.&lt;/P&gt;&lt;P&gt;Appreciate any ideas.&lt;/P&gt;&lt;P&gt;Allie&lt;/P&gt;</description>
    <pubDate>Mon, 19 Aug 2024 17:21:17 GMT</pubDate>
    <dc:creator>ARWES24</dc:creator>
    <dc:date>2024-08-19T17:21:17Z</dc:date>
    <item>
      <title>Inline Gallery 'Customize' and 'Tools' menu items</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/inline-gallery-customize-and-tools-menu-items/m-p/1516847#M11942</link>
      <description>&lt;P&gt;Hi Everyone!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I implemented the inline gallery template item and got that working. However, I noticed that the inline gallery seen on the Analysis tab for Geoprocessing tools has a niffty 'Customize' utility, and 'Tools' lookup menu item at the bottom that does not appear with the SDK inline gallery item template.&amp;nbsp; Anyone know if this is possible to implement? Not seeing anything that leaps out in the SDK documentation.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 18:19:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/inline-gallery-customize-and-tools-menu-items/m-p/1516847#M11942</guid>
      <dc:creator>ARWES24</dc:creator>
      <dc:date>2024-08-08T18:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Inline Gallery 'Customize' and 'Tools' menu items</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/inline-gallery-customize-and-tools-menu-items/m-p/1516933#M11943</link>
      <description>&lt;P&gt;I did find&amp;nbsp;esri_utilitynetwork_ShowCustomizeGallery available in the options to customize the ribbon, but if I add it to the config.daml it has no awareness of my gallery items. I also tried &amp;lt;insertButton refID="esri_geoprocessing_CustomizeGalleryButton" /&amp;gt; and it pulled the Geoprocessing items when I hit "Reset to default" so I'm guessing these controls are bound to the ArcGIS Galleries and can't be used elsewhere.&lt;/P&gt;&lt;P&gt;&amp;lt;insertButton refID="esri_utilitynetwork_ShowCustomizeGallery" /&amp;gt;&lt;BR /&gt;&amp;lt;/gallery&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 20:10:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/inline-gallery-customize-and-tools-menu-items/m-p/1516933#M11943</guid>
      <dc:creator>ARWES24</dc:creator>
      <dc:date>2024-08-15T20:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Inline Gallery 'Customize' and 'Tools' menu items</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/inline-gallery-customize-and-tools-menu-items/m-p/1523906#M11975</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/816261"&gt;@ARWES24&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using the Pro SDK, you can create an Inline gallery on the Pro Ribbon similar to what you see for the GP inline gallery.&lt;BR /&gt;&lt;BR /&gt;There is a community sample that provides ideas on how this can be done:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Content/OpenItemDialogBrowseFilter" target="_blank"&gt;https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Content/OpenItemDialogBrowseFilter&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UmaHarano_0-1724087652897.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/112791i998053054718AEE9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="UmaHarano_0-1724087652897.png" alt="UmaHarano_0-1724087652897.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&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;</description>
      <pubDate>Mon, 19 Aug 2024 17:14:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/inline-gallery-customize-and-tools-menu-items/m-p/1523906#M11975</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2024-08-19T17:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Inline Gallery 'Customize' and 'Tools' menu items</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/inline-gallery-customize-and-tools-menu-items/m-p/1523912#M11976</link>
      <description>&lt;P&gt;Thanks Uma,&lt;/P&gt;&lt;P&gt;That's not quite what I'm asking for. I can't seem anyway to get the Customize features you can see on the Geoprocessing Analysis inline gallery. Specifically, where you can hide certain gallery group items, by removing them or rearranging them.&lt;/P&gt;&lt;P&gt;Appreciate any ideas.&lt;/P&gt;&lt;P&gt;Allie&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 17:21:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/inline-gallery-customize-and-tools-menu-items/m-p/1523912#M11976</guid>
      <dc:creator>ARWES24</dc:creator>
      <dc:date>2024-08-19T17:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Inline Gallery 'Customize' and 'Tools' menu items</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/inline-gallery-customize-and-tools-menu-items/m-p/1523963#M11977</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The Gallery class has methods to remove and move items in its collection. So the way I would do that is to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a "Customize Gallery" in your gallery. (Refer to the sample link that creates these kinds of links in a gallery. Clicking on this will invoke a command).&lt;/LI&gt;&lt;LI&gt;When you click this, a modal ProWindow is displayed. In this window, you code the behavior to move your controls.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;A bit of coding involved, but the Pro API has the required pieces to accomplish this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 18:36:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/inline-gallery-customize-and-tools-menu-items/m-p/1523963#M11977</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2024-08-19T18:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Inline Gallery 'Customize' and 'Tools' menu items</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/inline-gallery-customize-and-tools-menu-items/m-p/1523971#M11978</link>
      <description>&lt;P&gt;So the bottom line is... No, there is nothing in the SDK to support this without custom coding.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 18:39:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/inline-gallery-customize-and-tools-menu-items/m-p/1523971#M11978</guid>
      <dc:creator>ARWES24</dc:creator>
      <dc:date>2024-08-19T18:39:40Z</dc:date>
    </item>
  </channel>
</rss>

