<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Tool tip in ArcGIS Dynamic Service Layer Version 1.2 in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tool-tip-in-arcgis-dynamic-service-layer-version-1/m-p/654491#M16743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With a dynamicServiceLayer, no data are loaded locally. So to display information about the features you will need to query the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Why not an identify task?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Jul 2010 11:27:58 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2010-07-24T11:27:58Z</dc:date>
    <item>
      <title>Tool tip in ArcGIS Dynamic Service Layer Version 1.2</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tool-tip-in-arcgis-dynamic-service-layer-version-1/m-p/654490#M16742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My client wants to show tool tip of one of the polygon layer in the Dynamic Service Layer.&amp;nbsp; I am aware that we cannot show the tool tip for dynamic service layer. I cannot change my application design so that we can add the layers as graphic layer and set a property for tool tip display, because application is big and many layers and functionality are already built. Going with feature layer/graphic layer will be big impact on application. We do not have enough time/budget for this change.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I make the tool tip. I have provided Label for the layer but client refused for this work around.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me. This is very urgent for my client. We are in product delivery phase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SR&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 03:34:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tool-tip-in-arcgis-dynamic-service-layer-version-1/m-p/654490#M16742</guid>
      <dc:creator>LakshmananVenkatesan</dc:creator>
      <dc:date>2010-07-23T03:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Tool tip in ArcGIS Dynamic Service Layer Version 1.2</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tool-tip-in-arcgis-dynamic-service-layer-version-1/m-p/654491#M16743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With a dynamicServiceLayer, no data are loaded locally. So to display information about the features you will need to query the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Why not an identify task?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jul 2010 11:27:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tool-tip-in-arcgis-dynamic-service-layer-version-1/m-p/654491#M16743</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-07-24T11:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Tool tip in ArcGIS Dynamic Service Layer Version 1.2</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tool-tip-in-arcgis-dynamic-service-layer-version-1/m-p/654492#M16744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Dominque. I think I have not explained my problem in detail.&amp;nbsp; See, I already developed a application with a dynamic service layer with 15+ layers. Now, user wants to see the tool tip for one of the polygon layers always. How do I go about?. I do not want to add query/identify task and get the features and add as&amp;nbsp; a graphic and display on Map. Is this your solution. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Provide me simple solution which does not hurt existing application design.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just user wants tool tip (polygon name) on mouse hover. This is a requirement&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 04:37:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tool-tip-in-arcgis-dynamic-service-layer-version-1/m-p/654492#M16744</guid>
      <dc:creator>LakshmananVenkatesan</dc:creator>
      <dc:date>2010-07-26T04:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Tool tip in ArcGIS Dynamic Service Layer Version 1.2</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tool-tip-in-arcgis-dynamic-service-layer-version-1/m-p/654493#M16745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I do not want to add query/identify task and get the features and add as a graphic and display on Map. Is this your solution. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was more thinking about an identify task which would be executed on mouse click without adding any graphics. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But this don't respect your requirement : 'On mouse hover'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you really want tooltips, I think the simplest way is you to use a feature layer (just for this polygon layer).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 13:53:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tool-tip-in-arcgis-dynamic-service-layer-version-1/m-p/654493#M16745</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-07-26T13:53:20Z</dc:date>
    </item>
  </channel>
</rss>

