Esri / coordinate-conversion-addin-dotnet

Addin for ArcMap and Pro for convenient coordinate conversion in Desktop.
Apache License 2.0
45 stars 20 forks source link

After right-click > View details, you must close the details window before interacting with the CC pane #586

Closed dfoll closed 5 years ago

dfoll commented 5 years ago

Current behavior

The right-click > View Details window stays open and prevents you from interacting with the app until you close the window.

Expected behavior

When the View details window is open, that window should just lose focus is you try to interact with the app in some other way. This includes if you want to view details for a different point, you should be able to right-click a different point in the list and have the details window switch to display the details for that point.

dfoll commented 5 years ago

After build 89 the View Details window behaves as an app pane in ArcGIS Pro. While it is open you can interact with other areas of ArcGIS Pro. As well as right-clicking to select a different point from the list.

dfoll commented 5 years ago

@saip can you take a look at this? There are two weird things I am seeing with this.

image default size of the view details window when it opens image you can resize the window after it opens, but there is still an extraneous third column in that window

saip commented 5 years ago

@dfoll @csmoore We have updated the details window content to look similar to pro popup content

smallimg

This would fix the issue of extra columns and large size of the window

csmoore commented 5 years ago

Verified original and window sizing issues.

@dfoll - I wasn't 100% sure about the issue reported: "ability to select points from the map" - I could select items in the Output List and see them green-highlighted on the map if that is what was not working previously.

csmoore commented 5 years ago

@dfoll @saip - I do now see the issue where I can't use to "Select Point" tool to select more than one point (can't select multiple points). I did confirm that this used to work in the last released version.

image

dfoll commented 5 years ago

removed G-Development label, because remaining concerns will be addressed through issue #608

dfoll commented 5 years ago

Doc updates:

lfunkhouser commented 5 years ago

doc updates verified.

@dfoll @saip Buttons on bottom of ArcGIS Pro pop-up are disabled. How do they become enabled?

image

MT 3.4.1.275 Pro 2.4 (19822)

dfoll commented 5 years ago

@lfunkhouser yes, we that is because those buttons act on features. the information contained in the windows is for graphics

lfunkhouser commented 5 years ago

I figured that, but it looks confusing on the UI to have buttons that don't work when a user interacts with the Coordinate Conversion add-in UI.

dfoll commented 5 years ago

I can ask @saip if it's possible to remove them

csmoore commented 5 years ago

@dfoll I looked into the issue of the disabled Pop-up Buttons on bottom of Pro Pop-up form:

image

These are disabled because there is not an active feature (these are CIMSymbols in a Graphic Overlay) - using this form without active features is somewhat of an outlier case.

There does not seem to be a way to remove these default buttons (just disable them) - but you can add to these buttons.