<?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 Missing default cancel button on OK only ArcGIS.Desktop.Framework.Dialogs.MessageBox in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/missing-default-cancel-button-on-ok-only-arcgis/m-p/1035147#M6328</link>
    <description>&lt;P&gt;Similar to&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-sdk-questions/messagebox/m-p/826655," target="_blank"&gt;https://community.esri.com/t5/arcgis-pro-sdk-questions/messagebox/m-p/826655&lt;/A&gt;,&amp;nbsp; minor question about&amp;nbsp;ArcGIS.Desktop.Framework.Dialogs.MessageBox vs.&amp;nbsp;System.Windows.MessageBox :&lt;/P&gt;&lt;P&gt;On the System.Windows.MessageBox the&amp;nbsp;MessageBoxButton.OK option allows the Esc key to Cancel/Close the messagebox.&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the ArcGIS.Desktop.Framework.Dialogs.MessageBox the&amp;nbsp;MessageBoxButton.OK option doesn't do anything when the Esc key is pressed.&lt;/P&gt;&lt;P&gt;Was this accidental (a bug) or intentional?&lt;/P&gt;&lt;P&gt;Just curious. Thanks much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Running in Pro 2.2.0.4&lt;/P&gt;</description>
    <pubDate>Wed, 10 Mar 2021 21:14:07 GMT</pubDate>
    <dc:creator>Justin_ODell</dc:creator>
    <dc:date>2021-03-10T21:14:07Z</dc:date>
    <item>
      <title>Missing default cancel button on OK only ArcGIS.Desktop.Framework.Dialogs.MessageBox</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/missing-default-cancel-button-on-ok-only-arcgis/m-p/1035147#M6328</link>
      <description>&lt;P&gt;Similar to&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-sdk-questions/messagebox/m-p/826655," target="_blank"&gt;https://community.esri.com/t5/arcgis-pro-sdk-questions/messagebox/m-p/826655&lt;/A&gt;,&amp;nbsp; minor question about&amp;nbsp;ArcGIS.Desktop.Framework.Dialogs.MessageBox vs.&amp;nbsp;System.Windows.MessageBox :&lt;/P&gt;&lt;P&gt;On the System.Windows.MessageBox the&amp;nbsp;MessageBoxButton.OK option allows the Esc key to Cancel/Close the messagebox.&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the ArcGIS.Desktop.Framework.Dialogs.MessageBox the&amp;nbsp;MessageBoxButton.OK option doesn't do anything when the Esc key is pressed.&lt;/P&gt;&lt;P&gt;Was this accidental (a bug) or intentional?&lt;/P&gt;&lt;P&gt;Just curious. Thanks much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Running in Pro 2.2.0.4&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 21:14:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/missing-default-cancel-button-on-ok-only-arcgis/m-p/1035147#M6328</guid>
      <dc:creator>Justin_ODell</dc:creator>
      <dc:date>2021-03-10T21:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Missing default cancel button on OK only ArcGIS.Desktop.Framework.Dialogs.MessageBox</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/missing-default-cancel-button-on-ok-only-arcgis/m-p/1036192#M6341</link>
      <description>&lt;P&gt;Hi Justin,&lt;/P&gt;&lt;P&gt;This is a bug, and has been reported to the development team. Thanks for reporting this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;</description>
      <pubDate>Sat, 13 Mar 2021 00:06:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/missing-default-cancel-button-on-ok-only-arcgis/m-p/1036192#M6341</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2021-03-13T00:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Missing default cancel button on OK only ArcGIS.Desktop.Framework.Dialogs.MessageBox</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/missing-default-cancel-button-on-ok-only-arcgis/m-p/1037516#M6364</link>
      <description>&lt;P&gt;Uma,&lt;/P&gt;&lt;P&gt;Thanks for confirming!&lt;/P&gt;&lt;P&gt;- Justin&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 08:33:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/missing-default-cancel-button-on-ok-only-arcgis/m-p/1037516#M6364</guid>
      <dc:creator>Justin_ODell</dc:creator>
      <dc:date>2021-03-17T08:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Missing default cancel button on OK only ArcGIS.Desktop.Framework.Dialogs.MessageBox</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/missing-default-cancel-button-on-ok-only-arcgis/m-p/1093971#M7087</link>
      <description>&lt;P&gt;The defaultMessageResult didn't worked for me. It is always OK!&lt;/P&gt;&lt;P&gt;I tried it with both Cancel and None:&lt;/P&gt;&lt;P&gt;Arc.MessageBox.Show("msg", "Title",MessageBoxButton.OK, someIcon, MessageBoxResult.Cancel/None)&lt;BR /&gt;Is this the same bug?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Running Pro 2.7.2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 13:01:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/missing-default-cancel-button-on-ok-only-arcgis/m-p/1093971#M7087</guid>
      <dc:creator>ghefarm</dc:creator>
      <dc:date>2021-08-31T13:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Missing default cancel button on OK only ArcGIS.Desktop.Framework.Dialogs.MessageBox</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/missing-default-cancel-button-on-ok-only-arcgis/m-p/1094094#M7091</link>
      <description>&lt;P&gt;You have to display the cancel button in order to get the Cancel result.&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;var results = MessageBox.Show("msg", "Title", 
                                    System.Windows.MessageBoxButton.OKCancel, 
                                    System.Windows.MessageBoxImage.Information)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 18:12:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/missing-default-cancel-button-on-ok-only-arcgis/m-p/1094094#M7091</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2021-08-31T18:12:16Z</dc:date>
    </item>
  </channel>
</rss>

