<?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: Disable popup on mouseover for RS Identify widget only in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/disable-popup-on-mouseover-for-rs-identify-widget/m-p/192620#M6003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Martyn,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Support for disabling certain identify buttons and turning off popups is now part of Version 2.5.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Dec 2011 19:09:52 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2011-12-04T19:09:52Z</dc:date>
    <item>
      <title>Disable popup on mouseover for RS Identify widget only</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/disable-popup-on-mouseover-for-rs-identify-widget/m-p/192612#M5995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm looking for a way to disable the popup that occurs when mouse over identified feature. I just want the datagrid, and find the popup redundant, and it does get in the way of identifying subsequent features underneat the popup...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nathan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 19:23:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/disable-popup-on-mouseover-for-rs-identify-widget/m-p/192612#M5995</guid>
      <dc:creator>NathanEnge</dc:creator>
      <dc:date>2011-09-09T19:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Disable popup on mouseover for RS Identify widget only</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/disable-popup-on-mouseover-for-rs-identify-widget/m-p/192613#M5996</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;was a solution ever proposed for this ... I have the same issue, the data grid result is fine, I dont want a popup on the feature but i'd like the graphic outline of the datagrid object shown.&amp;nbsp; The popup i great if there are not many records but in busy datasets its counter productive.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any ideas how to turn them off for Roberts widget would be really appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PaulG&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 08:23:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/disable-popup-on-mouseover-for-rs-identify-widget/m-p/192613#M5996</guid>
      <dc:creator>PaulGrimes</dc:creator>
      <dc:date>2011-10-21T08:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Disable popup on mouseover for RS Identify widget only</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/disable-popup-on-mouseover-for-rs-identify-widget/m-p/192614#M5997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; In the code search for the addEventListener that adds the mouseOverGraphic function and comment them out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 11:09:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/disable-popup-on-mouseover-for-rs-identify-widget/m-p/192614#M5997</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-10-21T11:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Disable popup on mouseover for RS Identify widget only</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/disable-popup-on-mouseover-for-rs-identify-widget/m-p/192615#M5998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; Guys,&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt; In the code search for the addEventListener that adds the mouseOverGraphic function and comment them out.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For some reason, this didn't work for me. I commented out the two occurences of the line below, and am still getting the popup on the map when I hover over the result:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;idResult.forceScale = identForceScale;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; identifyArrayCollection.addItem(idResult);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:&amp;quot;Red&amp;quot;;"&gt;//iGra.addEventListener(MouseEvent.ROLL_OVER, mouseOverGraphic);&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; iGra.attributes = idResult;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; graphicsLayer.add(iGra);&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:40:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/disable-popup-on-mouseover-for-rs-identify-widget/m-p/192615#M5998</guid>
      <dc:creator>MartynSmith</dc:creator>
      <dc:date>2021-12-11T09:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Disable popup on mouseover for RS Identify widget only</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/disable-popup-on-mouseover-for-rs-identify-widget/m-p/192616#M5999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Martyn,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; So you are saying that when you &lt;/SPAN&gt;&lt;STRONG&gt;hover&lt;/STRONG&gt;&lt;SPAN&gt; or the identified graphic that it still pops up an info window...?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 14:52:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/disable-popup-on-mouseover-for-rs-identify-widget/m-p/192616#M5999</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-11-30T14:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Disable popup on mouseover for RS Identify widget only</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/disable-popup-on-mouseover-for-rs-identify-widget/m-p/192617#M6000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Martyn,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; So you are saying that when you &lt;STRONG&gt;hover&lt;/STRONG&gt; or the identified graphic that it still pops up an info window...?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;yes...&amp;nbsp; I have cleared my cache and I'm still getting the the popup over the point when i hover over the entry in the results table&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 15:03:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/disable-popup-on-mouseover-for-rs-identify-widget/m-p/192617#M6000</guid>
      <dc:creator>MartynSmith</dc:creator>
      <dc:date>2011-11-30T15:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Disable popup on mouseover for RS Identify widget only</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/disable-popup-on-mouseover-for-rs-identify-widget/m-p/192618#M6001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Martyn,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Yep that is what I thought, you are wanting something different than what these guys were asking for... The code provided here is for disabling the popup when hover over the &lt;/SPAN&gt;&lt;STRONG&gt;GRAPHIC&lt;/STRONG&gt;&lt;SPAN&gt; on the map not the record in the widget. You need to look at the mouseOverRecord function.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 15:08:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/disable-popup-on-mouseover-for-rs-identify-widget/m-p/192618#M6001</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-11-30T15:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Disable popup on mouseover for RS Identify widget only</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/disable-popup-on-mouseover-for-rs-identify-widget/m-p/192619#M6002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, I seem to have what I wanted after commenting out this line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp; private function mouseOverRecord(event:Event):void
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; var idResult:IdResult = ItemRenderer(event.target).data as IdResult;
&amp;nbsp;&amp;nbsp;&amp;nbsp; clearTimeout(hitimer);
&amp;nbsp;&amp;nbsp;&amp;nbsp; if (map.extent.containsXY(idResult.point.x, idResult.point.y))
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //hitimer = setTimeout(showHighlight, 300, [idResult]);
&amp;nbsp;&amp;nbsp;&amp;nbsp; }else{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hideInfoWindow();
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp; } &lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:09:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/disable-popup-on-mouseover-for-rs-identify-widget/m-p/192619#M6002</guid>
      <dc:creator>MartynSmith</dc:creator>
      <dc:date>2021-12-12T16:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Disable popup on mouseover for RS Identify widget only</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/disable-popup-on-mouseover-for-rs-identify-widget/m-p/192620#M6003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Martyn,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Support for disabling certain identify buttons and turning off popups is now part of Version 2.5.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Dec 2011 19:09:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/disable-popup-on-mouseover-for-rs-identify-widget/m-p/192620#M6003</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-12-04T19:09:52Z</dc:date>
    </item>
  </channel>
</rss>

