Disable map tips (GE3.12 / SL1.8)
Hi to all
I wish to Enable/Disable the map tips via a workflow and have tried using all of the following arguments to RunExternalCommand activity:
- DisableMapTips
- EnableMapTips
- ShowMapTips
- HideMapTips
None of which appear to have any effect on the checkbox in the Map Tips Region in the Toolbar.
The SL Admin User Guide would suggest that Enable/Disable map tips should achieve this.
Has anyone else managed to do this?
Regards
Ralph
-
Ralph, I was trying run the named command (HideMapTips) via the JavaScript Integration Module, it seems neither HideMapTips nor HideAllMapTips does any effect to the viewer. Below is the code I have, Silverlight Viewer 2.2 and GE4.1. Waiting for somebody to solve the mystery too.
silverlightPlugin.Content.essentialsViewer.RunCommand("HideMapTips", null);
Regards,
Jack
0
Please sign in to leave a comment.
Comments
1 comment