Closed csmoore closed 6 years ago
This is a Pro-specific problem, works in ArcMap.
@csmoore is there any update on this item? Were you able to get feedback from @jmccausland or was he free to work on this issue with you?
@topowright - I'll get with @jmccausland today.
The issue is that starting at Pro 2.1 EmbeddableControl's no longer contain a Canvas (this was never public so not sure how we knew it was there to use).
I started a fix at https://github.com/Esri/coordinate-conversion-addin-dotnet/tree/csm/%23428-flash-broke-at-Pro2.1 that just adds a Canvas to the control
This somewhat works but still has some issues:
So still don't have a complete fix
This is fixed in https://github.com/Esri/coordinate-conversion-addin-dotnet/commit/44c65a4e6375ef102cf6cda3f0deded38104aefb - however this fix only works in Pro 2.1 - because of some possible bugs with EmbeddableControl's and canvases in Pro 2.0 (that seems to be fixed at 2.1) - so we should discuss (at scrum) how to proceed.
If dev branches are moving to Pro 2.1 this won't be an issue, but if you want the same code to work on 2.0 and 2.1 we would have to evaluate some alternatives ( primarily (1) using patching mechanism or (2) rewriting control from scratch)
Holding off on PR until we decide on approach.
Pre-built addin to Test ( Note: on Pro 2.1-only )added at: https://esri.box.com/s/cqn4no9vlzffj5tve1ad2digwf6knbhn
When testing build 10248 i find the following weird behavior. Not sure if this was in previous issues:
Enter in the following location: 36RUU1943417239
When trying to change that coordinate with text input the flash happens in the top corner
Need to find out if this is an issue that was present in ArcGIS Pro 2.0
I opened a new issue because I feel like this is a issue that was probably already present. That information is captured in the following issue: https://github.com/Esri/coordinate-conversion-addin-dotnet/issues/460
Addressed in #465 - there were a few different problems going on here:
Also addresses #460
Testing on Pro 2.1, selecting the Flash pop-up menu command from the Output List does not flash the coordinate marker on the map.
Repro steps: