Monitor Resolution Changes and Dialog issue

368
1
08-12-2020 06:38 PM
by Anonymous User
Not applicable

Hi Guys,

I recently found out an issue on the openitemdialog, saveitemdialog in ArcGIS pro.

The issue occurred when user suddenly switch back and use the ArcGIS pro from big screen (32 inch, high resolution external monitor ) to 12 inch monitor (laptop).

Those dialog windows open and display below the taskbar, at around bottom 50 pixel of the monitor. (This affect open project dialog as well)

Is there any way to force and launch those dialog to the centre of the screen?

 OpenItemDialog addToMapDialog = new OpenItemDialog()
                {
                    Title = "Select a text file",
                    MultiSelect = false,
                    BrowseFilter = textFilter //or use defaultFilter or contentFilter...

                };

                if (addToMapDialog.ShowDialog() == true) //showdialog to center?
                {

}
0 Kudos
1 Reply
BillGrimm
New Contributor II

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.

0 Kudos