ArcGIS Pro SDK - Custom drop handlers in DAML

341
1
07-08-2019 05:17 AM
Jan-Tschada
Esri Contributor

Using ArcGIS Pro v2.3 the custom drop handlers defined in DAML seem to be ignored. This perfectly worked with ArcGIS Pro v2.0.

Definition of the handler:

<dropHandlers>
<insertHandler id="FoxDropHandler_FoxHandler" className="FoxHandler" dataTypes=".FOX|.fox" />
</dropHandlers>

After the custom file is dropped onto the mapview a datatype not supported message is shown:

Do we have to implement another interface or change the DAML configuration?

Product Manager
Developers and Location Services
Germany and Switzerland
Tags (1)
0 Kudos
1 Reply
UmaHarano
Esri Regular Contributor

Hi Jan,

At 2.3, there was a bug with the custom drop handler that caused this error. This has been fixed in 2.4.

Thanks

Uma

0 Kudos