Hi,
Is there a way to add controls to the default Popup or display a custom popup when a user identifies a feature using the Explore command? It seems that the Explore tool/command is an internal class and not much is exposed.
Hi Benoit
You can check out the following two samples in the arcgis-pro-sdk-community-samples repository to see how you can make Custom pop ups and Layer pop ups:
arcgis-pro-sdk-community-samples/Map-Exploration/CustomPopup at master · Esri/arcgis-pro-sdk-community-samples · GitHub
arcgis-pro-sdk-community-samples/Map-Exploration/LayerPopups at master · Esri/arcgis-pro-sdk-community-samples · GitHub
Thanks
Uma Harano
ArcGIS Desktop SDK Team
Additionally, I have listed a video and a powerpoint from Dev Summit 2016 and User Conference 2016 that covered these topics:
http://www.esri.com/videos/watch?videoid=5045&channelid=LegacyVideo&isLegacy=true&title=arcgis-pro-sdk-for-.net:-animation-and-map-exploration
http://proceedings.esri.com/library/userconf/proc16/tech-workshops/tw_1853-255.pdf
We will probably be covering these topics in the Esri Developer Summit 2017 at Palm Springs also
Thanks!
Uma Harano, I've looked LayerPopups, but it seems setPopupInfo in FeatureLayer no longer exists at 1.3.
CustomPopup shows how to build a new tool to display a custom popup. I was looking at adding functionnality to the default popup (i.e. the one displayed when users click the map when the Explore tool is active) rather then have users use a seperate tool to trigger the custom identify window with added controls.
Thank you,
Benoit
The Layer Pop up sample does exactly what you mention - you will be able to customize the default pop-up displayed by the explore tool.
Additionally, the pdf I listed in the previous post explains Layer pop-ups in Pro.
Thanks -
Uma
Hi Umma,
The layer info partly does what I need. I'll start with that.
I think what I found confusing is that I didn't see the Helper directory with the extension methods... my bad.
Thank you for you help.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.