<?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: Odd undo behavior inside of dockpane in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/odd-undo-behavior-inside-of-dockpane/m-p/1324132#M10274</link>
    <description>&lt;P&gt;That worked! thank you so much!&lt;/P&gt;</description>
    <pubDate>Wed, 30 Aug 2023 21:06:15 GMT</pubDate>
    <dc:creator>MBambino_ATS</dc:creator>
    <dc:date>2023-08-30T21:06:15Z</dc:date>
    <item>
      <title>Odd undo behavior inside of dockpane</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/odd-undo-behavior-inside-of-dockpane/m-p/1323903#M10265</link>
      <description>&lt;P&gt;I am working on a project using the ArcGIS Pro SDK. The project contains a MapView, as well as a few custom dockpanes that can show additional information and controls for elements that appear on the map. When I make an edit inside of the dockpane, the edit applies, saves, and shows correctly, but the undo button does not become active. If I click into another pane, however (such as the map view or the contents panel), the undo button activates and even contains the edits made inside of the dockpane as well as other map related edits. If I click back into the dockpane, the undo button disables. is there a way to make the undo buttons behave correctly when inside of the dockpane?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 14:43:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/odd-undo-behavior-inside-of-dockpane/m-p/1323903#M10265</guid>
      <dc:creator>MBambino_ATS</dc:creator>
      <dc:date>2023-08-30T14:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Odd undo behavior inside of dockpane</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/odd-undo-behavior-inside-of-dockpane/m-p/1324013#M10268</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to add more behavior to default dock pane implementation:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;  //Gets the OperationManager associated with the current map or null
  public override OperationManager OperationManager {
    get {
        return MapView.Active?.Map.OperationManager;
        //or LayoutView.Active... for the Layout
   }
 }&lt;/LI-CODE&gt;&lt;P&gt;More info here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProGuide-Dockpanes#customize-initial-position" target="_blank" rel="noopener"&gt;ProGuide DockPanes · Esri/arcgis-pro-sdk Wiki · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 17:32:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/odd-undo-behavior-inside-of-dockpane/m-p/1324013#M10268</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2023-08-30T17:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Odd undo behavior inside of dockpane</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/odd-undo-behavior-inside-of-dockpane/m-p/1324132#M10274</link>
      <description>&lt;P&gt;That worked! thank you so much!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 21:06:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/odd-undo-behavior-inside-of-dockpane/m-p/1324132#M10274</guid>
      <dc:creator>MBambino_ATS</dc:creator>
      <dc:date>2023-08-30T21:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Odd undo behavior inside of dockpane</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/odd-undo-behavior-inside-of-dockpane/m-p/1369845#M11003</link>
      <description>&lt;P&gt;I was struggling through this as well. Thanks for the answer. &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 23:00:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/odd-undo-behavior-inside-of-dockpane/m-p/1369845#M11003</guid>
      <dc:creator>David_Lindsey</dc:creator>
      <dc:date>2024-01-12T23:00:35Z</dc:date>
    </item>
  </channel>
</rss>

