<?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 Maptips throwing errors in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-throwing-errors/m-p/598181#M15335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to bind a different maptip to each of my graphics that I have but sometimes i get this error when I mouse over the graphic in my map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
Value does not fall within the expected range.
&amp;nbsp;&amp;nbsp; at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
&amp;nbsp;&amp;nbsp; at MS.Internal.XcpImports.SetValue(IManagedPeerBase obj, DependencyProperty property, DependencyObject doh)
&amp;nbsp;&amp;nbsp; at System.Windows.DependencyObject.SetValue(DependencyProperty property, DependencyObject doh)
&amp;nbsp;&amp;nbsp; at System.Windows.Controls.Primitives.Popup.set_Child(UIElement value)
&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Client.GraphicsLayer.element_MouseHover(Object sender, Graphic g, MouseEventArgs e)
&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Client.Symbols.GraphicElement.hoverTimer_Tick(Object sender, EventArgs e)
&amp;nbsp;&amp;nbsp; at MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
&amp;nbsp;&amp;nbsp; at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This error occurs in about 5% of my graphics when I mouse over it. When I mouse over the same graphic after this error is thrown, the MapTip behaves normally, when I move to another maptip (broken or not) and come back to it, it throws this error again. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2011 20:03:40 GMT</pubDate>
    <dc:creator>Yen-ShengPan</dc:creator>
    <dc:date>2011-12-06T20:03:40Z</dc:date>
    <item>
      <title>Maptips throwing errors</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-throwing-errors/m-p/598181#M15335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to bind a different maptip to each of my graphics that I have but sometimes i get this error when I mouse over the graphic in my map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
Value does not fall within the expected range.
&amp;nbsp;&amp;nbsp; at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
&amp;nbsp;&amp;nbsp; at MS.Internal.XcpImports.SetValue(IManagedPeerBase obj, DependencyProperty property, DependencyObject doh)
&amp;nbsp;&amp;nbsp; at System.Windows.DependencyObject.SetValue(DependencyProperty property, DependencyObject doh)
&amp;nbsp;&amp;nbsp; at System.Windows.Controls.Primitives.Popup.set_Child(UIElement value)
&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Client.GraphicsLayer.element_MouseHover(Object sender, Graphic g, MouseEventArgs e)
&amp;nbsp;&amp;nbsp; at ESRI.ArcGIS.Client.Symbols.GraphicElement.hoverTimer_Tick(Object sender, EventArgs e)
&amp;nbsp;&amp;nbsp; at MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
&amp;nbsp;&amp;nbsp; at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This error occurs in about 5% of my graphics when I mouse over it. When I mouse over the same graphic after this error is thrown, the MapTip behaves normally, when I move to another maptip (broken or not) and come back to it, it throws this error again. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 20:03:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-throwing-errors/m-p/598181#M15335</guid>
      <dc:creator>Yen-ShengPan</dc:creator>
      <dc:date>2011-12-06T20:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Maptips throwing errors</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-throwing-errors/m-p/598182#M15336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This error can happen when using a non shareable UIElement as MapTip.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The most frequent case is when the maptip is defined as a resource : this is not supported.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please check that it's not your case. The workaround may be either to create the maptips by code, or to create your own maptip control with a template defined as resource (that's supported)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 08:38:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-throwing-errors/m-p/598182#M15336</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-12-07T08:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Maptips throwing errors</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-throwing-errors/m-p/598183#M15337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've created a new maptip which is a UserControl.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With layers, i've just set the layer.maptip = myMaptip and that sometimes throws errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know how much more detail I can provide.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any more suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 00:32:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-throwing-errors/m-p/598183#M15337</guid>
      <dc:creator>Yen-ShengPan</dc:creator>
      <dc:date>2011-12-09T00:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Maptips throwing errors</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-throwing-errors/m-p/598184#M15338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; &lt;BR /&gt;I've created a new maptip which is a UserControl.&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;How is created this maptip?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Difficult to guess the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you could share a simple project allowing to reproduce the issue, you could try to reproduce and debug it here.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 08:03:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-throwing-errors/m-p/598184#M15338</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-12-09T08:03:27Z</dc:date>
    </item>
  </channel>
</rss>

