<?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: Mouse Over Change Graphic Size of Highlighted Record - eSearch. in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouse-over-change-graphic-size-of-highlighted/m-p/606557#M18071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I believe it is fair to say that this is a difficult task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So far I have been able to do some minor changes for the mouse over/out events.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have removed the popup from showing when a record is highlighted in the search results, and I also have the centerAt function change the extent to center over the highlighted search result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rather than editing the actual graphic, I am now looking to add an additional graphic, such as an arrow over top the search result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in the mouse over event I have this so far:&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;&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; var pointerSymbol:Symbol = new PictureMarkerSymbol("assets/images/arrow_down_new.png",39,50,0,25,0)
&amp;nbsp;&amp;nbsp;&amp;nbsp; highlightedGraphic.symbol = pointerSymbol;
&amp;nbsp;&amp;nbsp;&amp;nbsp; map.centerAt(searchResult.point);
&amp;nbsp;&amp;nbsp;&amp;nbsp; highlightedGraphic.geometry = searchResult.geometry;
&amp;nbsp;&amp;nbsp;&amp;nbsp; highlightedGraphic.visible = true;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I then have the highlightedGraphic not visible on the mouse out event.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I &lt;/SPAN&gt;&lt;STRONG style="font-style: italic;"&gt;thought&lt;/STRONG&gt;&lt;SPAN&gt; this would draw the arrow 25 pixels above the highlighted record.&amp;nbsp; Needless to say I was wrong.&amp;nbsp; The arrow doesn't even draw.&amp;nbsp; I thinking it has something to do with setting the geometry of the highlightedGraphic, but I have already tried setting that with not much success to show for it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll continue to plug along.&amp;nbsp; If anyone gets any bright ideas let me know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Chris B.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 01:59:27 GMT</pubDate>
    <dc:creator>ChristopherBlinn1</dc:creator>
    <dc:date>2021-12-12T01:59:27Z</dc:date>
    <item>
      <title>Mouse Over Change Graphic Size of Highlighted Record - eSearch.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouse-over-change-graphic-size-of-highlighted/m-p/606556#M18070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working on changing some of actions in the mouseOverSearchResult event of Robert's eSearch widget (still using Flex Viewer 2.5 and the last version of the widget for that viewer).&amp;nbsp; What I would like to do is make the graphic of the highlighted record change in size (get bigger).&amp;nbsp; When the mouse cursor highlights another record the graphic returns to it's original size and the new record goes through the same actions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am thinking I need to create a function that changes the graphic size, then use an event listener in the mouseOverSearchResult event.&amp;nbsp; However, I am not sure how to just change the graphic size for the highlighted record.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts or suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris B.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 13:16:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouse-over-change-graphic-size-of-highlighted/m-p/606556#M18070</guid>
      <dc:creator>ChristopherBlinn1</dc:creator>
      <dc:date>2012-07-06T13:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Mouse Over Change Graphic Size of Highlighted Record - eSearch.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouse-over-change-graphic-size-of-highlighted/m-p/606558#M18072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Chris,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I don't have any free time to help with code, but I would re-evaluate your workflow and really determine the need for what you are attempting. If you are just trying to draw attention to the particular search result than it would be A LOT easier to just apply a filter like a glow filter to the graphic and you could even animate the filter to flash or fade in and out a few times. Filters would be so much easier than attempting to create new geometries.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 13:30:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouse-over-change-graphic-size-of-highlighted/m-p/606558#M18072</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-07-10T13:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mouse Over Change Graphic Size of Highlighted Record - eSearch.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouse-over-change-graphic-size-of-highlighted/m-p/606559#M18073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The time I have spent already trying to get the new geometries to work is starting to get out of hand.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will definitely take your suggestion into consideration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I venture into using filters I will post my results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris B.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 13:33:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouse-over-change-graphic-size-of-highlighted/m-p/606559#M18073</guid>
      <dc:creator>ChristopherBlinn1</dc:creator>
      <dc:date>2012-07-10T13:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Mouse Over Change Graphic Size of Highlighted Record - eSearch.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouse-over-change-graphic-size-of-highlighted/m-p/606560#M18074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You were right, glow filters are much easier!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your suggestion!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris B.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 14:38:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouse-over-change-graphic-size-of-highlighted/m-p/606560#M18074</guid>
      <dc:creator>ChristopherBlinn1</dc:creator>
      <dc:date>2012-07-10T14:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Mouse Over Change Graphic Size of Highlighted Record - eSearch.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouse-over-change-graphic-size-of-highlighted/m-p/606561#M18075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Chris,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I would continue to look at filters as there is a bounce and many other filters that you could use to help draw the eye of the user to the graphic.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 14:44:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouse-over-change-graphic-size-of-highlighted/m-p/606561#M18075</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-07-10T14:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Mouse Over Change Graphic Size of Highlighted Record - eSearch.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouse-over-change-graphic-size-of-highlighted/m-p/606562#M18076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I believe it is fair to say that this is a difficult task.&lt;BR /&gt;&lt;BR /&gt;So far I have been able to do some minor changes for the mouse over/out events.&lt;BR /&gt;&lt;BR /&gt;I have removed the popup from showing when a record is highlighted in the search results, and I also have the centerAt function change the extent to center over the highlighted search result.&lt;BR /&gt;&lt;BR /&gt;Rather than editing the actual graphic, I am now looking to add an additional graphic, such as an arrow over top the search result.&lt;BR /&gt;&lt;BR /&gt;in the mouse over event I have this so far:&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;&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; var pointerSymbol:Symbol = new PictureMarkerSymbol("assets/images/arrow_down_new.png",39,50,0,25,0)
&amp;nbsp;&amp;nbsp;&amp;nbsp; highlightedGraphic.symbol = pointerSymbol;
&amp;nbsp;&amp;nbsp;&amp;nbsp; map.centerAt(searchResult.point);
&amp;nbsp;&amp;nbsp;&amp;nbsp; highlightedGraphic.geometry = searchResult.geometry;
&amp;nbsp;&amp;nbsp;&amp;nbsp; highlightedGraphic.visible = true;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;I then have the highlightedGraphic not visible on the mouse out event.&lt;BR /&gt;&lt;BR /&gt;I &lt;STRONG style="font-style: italic;"&gt;thought&lt;/STRONG&gt; this would draw the arrow 25 pixels above the highlighted record.&amp;nbsp; Needless to say I was wrong.&amp;nbsp; The arrow doesn't even draw.&amp;nbsp; I thinking it has something to do with setting the geometry of the highlightedGraphic, but I have already tried setting that with not much success to show for it.&lt;BR /&gt;&lt;BR /&gt;I'll continue to plug along.&amp;nbsp; If anyone gets any bright ideas let me know.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;-Chris B.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Christopher,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm looking for a something similar that you did. Can you share you code, for Flex 2.5?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:59:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouse-over-change-graphic-size-of-highlighted/m-p/606562#M18076</guid>
      <dc:creator>DilsonKitoko</dc:creator>
      <dc:date>2021-12-12T01:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Mouse Over Change Graphic Size of Highlighted Record - eSearch.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouse-over-change-graphic-size-of-highlighted/m-p/606557#M18071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I believe it is fair to say that this is a difficult task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So far I have been able to do some minor changes for the mouse over/out events.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have removed the popup from showing when a record is highlighted in the search results, and I also have the centerAt function change the extent to center over the highlighted search result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rather than editing the actual graphic, I am now looking to add an additional graphic, such as an arrow over top the search result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in the mouse over event I have this so far:&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;&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; var pointerSymbol:Symbol = new PictureMarkerSymbol("assets/images/arrow_down_new.png",39,50,0,25,0)
&amp;nbsp;&amp;nbsp;&amp;nbsp; highlightedGraphic.symbol = pointerSymbol;
&amp;nbsp;&amp;nbsp;&amp;nbsp; map.centerAt(searchResult.point);
&amp;nbsp;&amp;nbsp;&amp;nbsp; highlightedGraphic.geometry = searchResult.geometry;
&amp;nbsp;&amp;nbsp;&amp;nbsp; highlightedGraphic.visible = true;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I then have the highlightedGraphic not visible on the mouse out event.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I &lt;/SPAN&gt;&lt;STRONG style="font-style: italic;"&gt;thought&lt;/STRONG&gt;&lt;SPAN&gt; this would draw the arrow 25 pixels above the highlighted record.&amp;nbsp; Needless to say I was wrong.&amp;nbsp; The arrow doesn't even draw.&amp;nbsp; I thinking it has something to do with setting the geometry of the highlightedGraphic, but I have already tried setting that with not much success to show for it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll continue to plug along.&amp;nbsp; If anyone gets any bright ideas let me know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Chris B.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:59:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouse-over-change-graphic-size-of-highlighted/m-p/606557#M18071</guid>
      <dc:creator>ChristopherBlinn1</dc:creator>
      <dc:date>2021-12-12T01:59:27Z</dc:date>
    </item>
  </channel>
</rss>

