<?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 Tooltip for Features in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tooltip-for-features/m-p/355982#M9110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have two Feature in my MXD (Point and Polygon) and in Silverlight i would like to have Tooltips for both Features at MouseOver.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it the only way to create two FeatureLayer, one for each feature?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also put GraphicLayers over the Features, for example to show the Search Result, if the Feature is overlayed by a GraphicLayer the Tooltip doesnt work anymore. So i have to put the Tooltip in the GraphicLayers as well, right??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Aug 2010 09:21:19 GMT</pubDate>
    <dc:creator>UlfGrimhardt</dc:creator>
    <dc:date>2010-08-11T09:21:19Z</dc:date>
    <item>
      <title>Tooltip for Features</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tooltip-for-features/m-p/355982#M9110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have two Feature in my MXD (Point and Polygon) and in Silverlight i would like to have Tooltips for both Features at MouseOver.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it the only way to create two FeatureLayer, one for each feature?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also put GraphicLayers over the Features, for example to show the Search Result, if the Feature is overlayed by a GraphicLayer the Tooltip doesnt work anymore. So i have to put the Tooltip in the GraphicLayers as well, right??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 09:21:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tooltip-for-features/m-p/355982#M9110</guid>
      <dc:creator>UlfGrimhardt</dc:creator>
      <dc:date>2010-08-11T09:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Tooltip for Features</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tooltip-for-features/m-p/355983#M9111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you will need to create 2 Feature Layers, one for each geometry type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using the same FeatureService for your query and display them on GraphicsLayer, yes you will also need to have the GraphicsLayer define its own MapTip. Because the MapTip on your FeatureLayer will not be activated since the graphics in the GraphicsLayer hides the features from the FeatureLayer clicked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jennifer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 05:01:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tooltip-for-features/m-p/355983#M9111</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-08-12T05:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Tooltip for Features</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tooltip-for-features/m-p/355984#M9112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, thanks for your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I now have a FeatureLayer for my PolygonFeature, but it takes to much time until the FeatureLayer is loaded. Also it adds a black Border around my PolygonShapes. How can i stop that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 10:11:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tooltip-for-features/m-p/355984#M9112</guid>
      <dc:creator>UlfGrimhardt</dc:creator>
      <dc:date>2010-08-12T10:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Tooltip for Features</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tooltip-for-features/m-p/355985#M9113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm.. the symbol you set on the feature does not have this black border? You can visit the Feature URL from the browser and see its DrawingInfo. These are the symbols used in your FeatureLayer. Check to see if it has a Line Symbol for outline. If you want to override the renderer or symbol, you can do so by setting FeatureLayer.Renderer or FeatureLayer.FeatureSymbol also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;About the long wait for load, you can use Fiddler to see the web requests and responses. And see if it's busy sending/receiving requests or if something there is incorrect that causes the lag. Do you also know how many features are in that layer? I know there's a service limit of 1000 for 10.0 and 500 for 9.3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jennifer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 14:34:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tooltip-for-features/m-p/355985#M9113</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-08-12T14:34:07Z</dc:date>
    </item>
  </channel>
</rss>

