<?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: Programmatically Hide MapTip in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/programmatically-hide-maptip/m-p/67495#M1690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In addition to your solution if you are using version 2.1 you can use InfoWindow control instead (sample here: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#InfoWindowSimple"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#InfoWindowSimple&lt;/A&gt;&lt;SPAN&gt;). To close a given instance of an InfoWindow you can set its "IsOpen" property to FALSE according to your application logic.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Dec 2010 18:04:18 GMT</pubDate>
    <dc:creator>AliMirzabeigi</dc:creator>
    <dc:date>2010-12-06T18:04:18Z</dc:date>
    <item>
      <title>Programmatically Hide MapTip</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/programmatically-hide-maptip/m-p/67493#M1688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there currently a way to programatically hide the maptip? I am using a maptip to contain a toolbar &amp;amp; I would like to hide the maptip as soon as the user clicks one of the buttons in my toolbar (rather than wait until the user mouses out).&amp;nbsp;&amp;nbsp; I've made several attempts at searching the visual tree for the Popup that contains the maptip w/ no success.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe it would be useful to add a HideMapTip method to the Map class?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 17:30:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/programmatically-hide-maptip/m-p/67493#M1688</guid>
      <dc:creator>DonnieHolmes</dc:creator>
      <dc:date>2010-12-06T17:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically Hide MapTip</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/programmatically-hide-maptip/m-p/67494#M1689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nevermind... Easy solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From within my custom maptip control:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void Close()
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ((Popup)Parent).IsOpen = false;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:35:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/programmatically-hide-maptip/m-p/67494#M1689</guid>
      <dc:creator>DonnieHolmes</dc:creator>
      <dc:date>2021-12-10T22:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically Hide MapTip</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/programmatically-hide-maptip/m-p/67495#M1690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In addition to your solution if you are using version 2.1 you can use InfoWindow control instead (sample here: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#InfoWindowSimple"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#InfoWindowSimple&lt;/A&gt;&lt;SPAN&gt;). To close a given instance of an InfoWindow you can set its "IsOpen" property to FALSE according to your application logic.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 18:04:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/programmatically-hide-maptip/m-p/67495#M1690</guid>
      <dc:creator>AliMirzabeigi</dc:creator>
      <dc:date>2010-12-06T18:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically Hide MapTip</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/programmatically-hide-maptip/m-p/67496#M1691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In addition to your solution if you are using version 2.1 you can use InfoWindow control instead (sample here: &lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#InfoWindowSimple" target="_blank"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#InfoWindowSimple&lt;/A&gt;). To close a given instance of an InfoWindow you can set its "IsOpen" property to FALSE according to your application logic.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Funny you should mention that. I'm definitely loving the new InfoWindow.&amp;nbsp; That's actually what brought about my question. The first button in the toolbar creates an InfoWindow and anchors it to the maptip feature. It seemed funny to leave the maptip showing even after the InfoWindow was displayed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2023 16:21:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/programmatically-hide-maptip/m-p/67496#M1691</guid>
      <dc:creator>DonnieHolmes</dc:creator>
      <dc:date>2023-05-25T16:21:10Z</dc:date>
    </item>
  </channel>
</rss>

