Select to view content in your preferred language

MapTip is not working.

3429
14
03-17-2011 12:17 AM
ManojrajTeli
Deactivated User
I have many layers in my project and one of the layer is "valve".Now i have created the maptip in my mxd also for individual valve layer and it works in mxd but in my silverlight application it doesn't work. I have tried the examples from Interactive SDE but it is not displaying anything even i tried to catch exception and tried showing in text-block but even text-block is also black.Thank in advance and please help.
0 Kudos
14 Replies
DominiqueBroux
Esri Frequent Contributor
We would need more infos on what you did in order to help you.
Reminder just in case:

  • maptips are only working with GraphicsLayer and FeatureLayer (not working with ArcGISDynamicMapService layers)

  • the maptips you created in the mxd with arcmap are not used by the client API. You have to redefine them at the client side

0 Kudos
ManojrajTeli
Deactivated User
My valve layer is ArcGISDynamicMapServiceLayer.Is there any way to convert ArcGISDynamicMapServiceLayer into feature or graphics layer because i have created service of valve layer seperatelly and i am using it.Is there any work around please suggest .Thank you in advance.
0 Kudos
DominiqueBroux
Esri Frequent Contributor
You can create your valves as graphics by adding a feature layer to your map.

Something like:
 
<esri:Map>
     <esri:FeatureLayer Url="<MyMapServiceURL>/<ValveLayerSubID>" />
...
0 Kudos
JenniferNery
Esri Regular Contributor
This also seems related to this thread: http://forums.arcgis.com/threads/25018-MapTips-widget-Vs-Graphic-MapTips-Vs-InfoWindow-(which-one-to... Kindly see post#2 for some other options when using dynamic layer.
0 Kudos
ManojrajTeli
Deactivated User
I tried maptip and InfoWindow but not single thing is working it doesnot show any error also.Please help me out i need it urgently.thank you in advance.
0 Kudos
ManojrajTeli
Deactivated User
I took demo of maptip and i have put my local sevices and still its not working is it that my sevices are having some problem i am using arcgis 10.Please help me with this issue..Thank you in advance.
Error message"ESRI.ArcGis.Client.Task.service Exception object reference not set to an instance of an object."
0 Kudos
ManojrajTeli
Deactivated User
I have even tried this demo
http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Identify
but it still failed can anyone help me out.
0 Kudos
DominiqueBroux
Esri Frequent Contributor

I have even tried this demo
http://help.arcgis.com/en/webapi/sil...t.htm#Identify
but it still failed can anyone help me out.

Very difficult to guess what could be your issue:confused:.

What are you doing exactly? How does it fail?
0 Kudos
ManojrajTeli
Deactivated User
Asset maping for water supply department and i have many created many dynamic layers for valve,pipeline etc now i want whenever user mouse point at valve then it should show information in panel. Thats all i want please help me if possible.
0 Kudos