<?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 Map Tips and Layer Visibilty in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-and-layer-visibilty/m-p/382158#M9890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was wondering if anyone has tackled the issue of only showing/activating map tips when the corresponding layer is visible? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What event(s) do I need to listen for when a layer is made visible in order to instantiate map tips?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-bert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jul 2010 13:47:15 GMT</pubDate>
    <dc:creator>RobertMEIER</dc:creator>
    <dc:date>2010-07-12T13:47:15Z</dc:date>
    <item>
      <title>Map Tips and Layer Visibilty</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-and-layer-visibilty/m-p/382158#M9890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was wondering if anyone has tackled the issue of only showing/activating map tips when the corresponding layer is visible? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What event(s) do I need to listen for when a layer is made visible in order to instantiate map tips?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-bert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 13:47:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-and-layer-visibilty/m-p/382158#M9890</guid>
      <dc:creator>RobertMEIER</dc:creator>
      <dc:date>2010-07-12T13:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Map Tips and Layer Visibilty</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-and-layer-visibilty/m-p/382159#M9891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At first glance, maptips should be active only when the layer is visible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So instantiating the maptips in the xaml file should work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did I miss something?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 14:36:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-and-layer-visibilty/m-p/382159#M9891</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-07-12T14:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Map Tips and Layer Visibilty</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-and-layer-visibilty/m-p/382160#M9892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Correct. MapTips relies on the mouse entering/leaving a graphic. If the layer and thus the graphic is not visible, the maptip cannot "trigger".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 15:00:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-and-layer-visibilty/m-p/382160#M9892</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-07-12T15:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Map Tips and Layer Visibilty</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-and-layer-visibilty/m-p/382161#M9893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To be more clear/specific: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a layer in my map service and in the map and want to create map tips for it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I create a feature layer in xaml pointing to the same layer and render it with a transparent symbol, so it appears that when the user hovers over the feature from the map service they get the map tip.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want a way to connect the visibility of the layer in the map service and the visibility of the feature layer that controls the map tips. So they work in concert with each other.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or is there a way to connect map tips with a dynamic layer instead of a feature layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 14:32:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-and-layer-visibilty/m-p/382161#M9893</guid>
      <dc:creator>RobertMEIER</dc:creator>
      <dc:date>2010-07-14T14:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Map Tips and Layer Visibilty</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-and-layer-visibilty/m-p/382162#M9894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I want a way to connect the visibility of the layer in the map service and the visibility of the feature layer that controls the map tips. So they work in concert with each other.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Should not be too difficult by code : when you change the visibility of a dynamic map service sublayer, change at the same time the visibility of the associated feature layer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;Or is there a way to connect map tips with a dynamic layer instead of a feature layer.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;No way to use maptips, but you could use an identify task (will avoid to load the features just to get maptips).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 09:55:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/map-tips-and-layer-visibilty/m-p/382162#M9894</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-07-15T09:55:38Z</dc:date>
    </item>
  </channel>
</rss>

