Invoke Hide Feature Details
Hi to all
bound to be something that I have missed and it goes along with the prior message in this forum
Due to the risk of my users being confused with what Feature Details they are seeing, I would like to close the feature details dialog from a previous query-based workflow.
There is a ShowFeatureDetails viewer command but I would like to close/hide it at the start of a workflow .
Any thoughts would be appreciated.
Regards
Ralph
-
Ditto...there should be an option for each layer to display the feature details or not display the feature details when a user clicks on the result in the data region.
https://support.geocortex.com/SupportForums/Thread.aspx?pageid=0&mid=2&ItemID=2&thread=47511
0 -
and using a query based workflow. :)
0 -
Hi Kenneth
my question was more a Workflow question where I wanted to be able to use the Run External Command activity to hide the Feature Details child window. With a workflow that I have that provides a customised parcel searching method the user triggers the opening of the Child window which is fine.
However they can then perform another search, potentially get a single result and the Feature Details is still showing the prior result. Hopefully that makes sense. The Child Window does update when the result is clicked on in the result panel.
It would be helpful to have ways to avoid any user confusion.
Thanks
Ralph
0 -
Bump /customer/servlet/servlet.FileDownload?file=00P6000000e87w6EAA
Hi to all
anyone else keen on being keen to hide the Feature Details Child Window via a workflow?
Regards
Ralph
0 -
Is there another chain somewhere here that shows on ehow to disable "View Additional Details" from all possible areas that feed a map tip or otherwise? I am looking for a way to disable all feature details whatsoever...only allow a map tip. 0 -
You can remove View Additional Details from all map tips by removing it in the MapTipActions in the Menu module of your viewer config.
{
"id": "MapTipActions",
"description": "@language-menu-maptip-actions-desc",
"defaultIconUri": "Resources/Images/Icons/arrow-right-alt-24.png",
"items": [
{
"text": "More details",
"description": "@language-menu-maptip-actions-view-details-desc",
"iconUri": "Resources/Images/Icons/arrow-right-alt-24.png",
"batch": [
{
"command": "ShowFeatureDetails"
},
{
"command": "DeactivateView",
"commandParameter": "MapTipView"
}
],
"hideOnDisable": false
}
]
},0
Please sign in to leave a comment.
Comments
6 comments