<?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: Monitor Resolution Changes and Dialog issue in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/monitor-resolution-changes-and-dialog-issue/m-p/1373098#M11022</link>
    <description>&lt;P&gt;I just had a similar issue where I was trying to delete some features and the delete data dialog box was not appearing on my screen (ArcGIS Pro 3.1.2; going from working on a 30-inch monitor to a 27-inch). I just docked my taskbar to one side of my screen, and the dialog box appeared near the bottom. I was able to drag it back to the center of my screen, and when I tried deleting data again, the dialog box popped up in the middle of my screen.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jan 2024 18:48:40 GMT</pubDate>
    <dc:creator>BillGrimm</dc:creator>
    <dc:date>2024-01-22T18:48:40Z</dc:date>
    <item>
      <title>Monitor Resolution Changes and Dialog issue</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/monitor-resolution-changes-and-dialog-issue/m-p/825943#M3023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently found out an issue on the openitemdialog, saveitemdialog in ArcGIS pro.&lt;/P&gt;&lt;P&gt;The issue occurred&amp;nbsp;when user suddenly switch back and use the ArcGIS pro from big screen (32 inch, high resolution external monitor ) to 12 inch monitor (laptop).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those dialog windows open and display below the taskbar, at around bottom 50 pixel of the monitor. (This affect open project dialog as well)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to force and launch those dialog to the centre of the screen?&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt; OpenItemDialog addToMapDialog &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;OpenItemDialog&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
                &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
                    Title &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Select a text file"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
                    MultiSelect &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;false&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
                    BrowseFilter &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; textFilter &lt;SPAN class="comment token"&gt;//or use defaultFilter or contentFilter...&lt;/SPAN&gt;

                &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

                &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;addToMapDialog&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;ShowDialog&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;true&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;//showdialog to center?&lt;/SPAN&gt;
                &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;

&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:56:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/monitor-resolution-changes-and-dialog-issue/m-p/825943#M3023</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-12T09:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor Resolution Changes and Dialog issue</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/monitor-resolution-changes-and-dialog-issue/m-p/1373098#M11022</link>
      <description>&lt;P&gt;I just had a similar issue where I was trying to delete some features and the delete data dialog box was not appearing on my screen (ArcGIS Pro 3.1.2; going from working on a 30-inch monitor to a 27-inch). I just docked my taskbar to one side of my screen, and the dialog box appeared near the bottom. I was able to drag it back to the center of my screen, and when I tried deleting data again, the dialog box popped up in the middle of my screen.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 18:48:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/monitor-resolution-changes-and-dialog-issue/m-p/1373098#M11022</guid>
      <dc:creator>BillGrimm</dc:creator>
      <dc:date>2024-01-22T18:48:40Z</dc:date>
    </item>
  </channel>
</rss>

