<?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: Undo History in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/re-undo-history/m-p/1228732#M9022</link>
    <description>&lt;P&gt;There are different ways of &lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProGuide-Palettes-and-Split-Buttons" target="_self"&gt;grouping buttons&lt;/A&gt;, using tool palettes, button palettes, or button splits.&lt;/P&gt;&lt;P&gt;The &lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Framework/RibbonControls" target="_self"&gt;Ribbon Control&lt;/A&gt; sample is a good reference of how each of these are constructed and how they look on the ribbon.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Nov 2022 13:43:46 GMT</pubDate>
    <dc:creator>KenBuja</dc:creator>
    <dc:date>2022-11-04T13:43:46Z</dc:date>
    <item>
      <title>Re: Undo History</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/re-undo-history/m-p/1228568#M9020</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I'd like to duplicate the "Undo + undo history button" in the ribbon of ArcGIS Pro using a custom sdk addin. I used these two lines in my Config.daml file :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;button refID="esri_core_undoButton" /&amp;gt;&lt;BR /&gt;&amp;lt;button refID="esri_core_undoHistory" /&amp;gt;&lt;/P&gt;&lt;P&gt;However, the result is not the same as the standard button with the little dropdown arrow : there are two distinct buttons instead of two in one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Do you knwon if it is possible to group those two tools in one, as in the standard quick access tolbar ?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 22:54:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/re-undo-history/m-p/1228568#M9020</guid>
      <dc:creator>MatthiasBoucher</dc:creator>
      <dc:date>2022-11-03T22:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Undo History</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/re-undo-history/m-p/1228732#M9022</link>
      <description>&lt;P&gt;There are different ways of &lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProGuide-Palettes-and-Split-Buttons" target="_self"&gt;grouping buttons&lt;/A&gt;, using tool palettes, button palettes, or button splits.&lt;/P&gt;&lt;P&gt;The &lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Framework/RibbonControls" target="_self"&gt;Ribbon Control&lt;/A&gt; sample is a good reference of how each of these are constructed and how they look on the ribbon.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 13:43:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/re-undo-history/m-p/1228732#M9022</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2022-11-04T13:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Undo History</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/re-undo-history/m-p/1228742#M9023</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;groups&amp;gt;
  &amp;lt;!-- comment this out if you have no controls on the Addin tab to avoid
        an empty group--&amp;gt;
  &amp;lt;group id="TestEditUndoButton_Group1" caption="Add Undo button" appearsOnAddInTab="true"&amp;gt;
    &amp;lt;!-- host controls within groups --&amp;gt;
		&amp;lt;splitButton refID="esri_core_undoSplitButton" size="small"/&amp;gt;
  &amp;lt;/group&amp;gt;
&amp;lt;/groups&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Wolf_0-1667570317075.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/55298i05B36BEA09991B0D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Wolf_0-1667570317075.png" alt="Wolf_0-1667570317075.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Wolf_0-1667570317075.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can find all undo associated daml ids here:&amp;nbsp;&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/DAML-ID-Reference-ADCore.daml" target="_blank"&gt;DAML ID Reference ADCore.daml · Esri/arcgis-pro-sdk Wiki (github.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 14:00:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/re-undo-history/m-p/1228742#M9023</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2022-11-04T14:00:35Z</dc:date>
    </item>
  </channel>
</rss>

