Hallo,
We have implemented a pane that derives from "TOCMapPaneProviderPane". Any tool is activated in the active map. E.g. "Create a line". As soon as the pane receives focus, the active tool is briefly deactivated and immediately reactivated. The currently active editing will be lost.
This is fatal and makes the pane unusable.
It doesn't seem to be due to our implementation. In the pro user "samples" there is a "TOCMapPaneProviderPane" implementation for which this behavior can also be reproduced.
Any ideas?
Best regards, Dirk
I tried this with the "ImpersonateMapPane" community sample.
Is this similar to your workflow? Just confirming to see what I am missing in order to repro your issue.
Thanks
Uma
If you have a CustomTool active and set breakpoints on "OnToolActivateAsync, OnToolDeactivateAsync" and then activate the "Impersonate Map", you can observe the deactivation and activation.
Thanks
Dirk
Thanks for the detailed steps. I see the issue now. The development team is investigating this one. I will post back when I have an update.