<?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: eSearch popup vs. MapClick popup in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84218#M3311</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: mscavallaro&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Robert,&amp;nbsp; I'm having a similar issue, however I cannot up grade to your latest version due to the many changes that I've incorporated.&amp;nbsp; My issue is with the popup that is produced when clicking on a result graphic.&amp;nbsp; For some reason it's displaying two close buttons and a title bar.&amp;nbsp; I want to remove the title bar and the plain X close button.&amp;nbsp; I've tried editing the InfoWindowSkin with no luck.&amp;nbsp; Do you have any suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]20958[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Marc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jan 2013 16:02:09 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2013-01-22T16:02:09Z</dc:date>
    <item>
      <title>eSearch popup vs. MapClick popup</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84210#M3303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all - I need a better understanding on what's going on behind the scenes with the eSearch tool and a map click.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the eSearch widget loaded and displaying the fields and thumbnails I need once records are selected (see attached search_popup.jpg).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I click on the same selected point, the point is selected and the popup displays honoring the fields I set in the eSearch.xml, but without the attachments (mapclick_popup.jpg).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to figure out how to show the attachments with a mapclick as well, but more importantly, understand where in the code the map click is firing from.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks -&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 19:07:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84210#M3303</guid>
      <dc:creator>MegPeterson</dc:creator>
      <dc:date>2012-11-02T19:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch popup vs. MapClick popup</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84211#M3304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Meg,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; The issue is that when you click on one of my results in the widget or the datagrid I am able to set the PopUpRendererSkin to my custom one in the eSearch and thus that the ability to show attachments using the search graphics due to some custom extending of esri components I have done. When you click on the graphic in the map esri handles many things inside their code (unexposed) and thus I can not force it to use my extended component (so far). Hope this explains the difference you are seeing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 14:58:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84211#M3304</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-11-05T14:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch popup vs. MapClick popup</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84212#M3305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rzufelt&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Meg, are you sure you don't have that just backwards?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You photo's look like mine did before I disabled the popup feature of eSearch, (however, my "mapclick" looks like your search, and vice versa).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have a src/popups/layerconfig.xml file for that layer also?&amp;nbsp; it looks like it is pulling one popup from the eSearch and one from the popup.xml file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just disabled the popups from eSearch and set a popup.xml file for my layer includeing&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;showattachments&amp;gt;true&amp;lt;/showattachments&amp;gt;.&amp;nbsp; This makes my "built in" popup look just like the on you show as search.jpg with all the fields I set in the popupconfig.xml AND all the attachemts show just like in your search_popup.jpg (at least with FV 3.0).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 17:48:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84212#M3305</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-11-05T17:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch popup vs. MapClick popup</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84213#M3306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Rhett/Robert - thanks for the responses. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Didn't have it backwards but didn't employ your suggestion and I'm really liking how it's all coming together. (Until it all changes again....that is!). Thanks for the help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 16:53:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84213#M3306</guid>
      <dc:creator>MegPeterson</dc:creator>
      <dc:date>2012-11-09T16:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch popup vs. MapClick popup</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84214#M3307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rscheitlin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Meg,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Yep as you mentioned until it changes again... Well based on this thread I have dug into the issue and it is fixed in version 3.0.14 coming out soon. There will be no difference between the popup when you click on the result graphic in the map or the popup you get when you click the search result/datagrid, they will both have attachments. And a couple of other fixes and enhancements as well. Then get ready for it because Flex Viewer 3.1 is projected to be out in December and the API team has made big changes with relates and a built in feature attribute widget that may seriously change this widget.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 19:32:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84214#M3307</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-11-09T19:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch popup vs. MapClick popup</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84215#M3308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Rhett/Robert - thanks for the responses. &lt;BR /&gt;&lt;BR /&gt;Didn't have it backwards but didn't employ your suggestion and I'm really liking how it's all coming together. (Until it all changes again....that is!). Thanks for the help.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eeks - Rhett - I meant &lt;/SPAN&gt;&lt;STRONG style="text-decoration: underline;"&gt;DID&lt;/STRONG&gt;&lt;SPAN&gt;employ your suggestions and I'm liking how it's coming together...!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert - my head hurts :). Thanks for the update.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FYI: one thing I noticed with the fixed datagrid is if I'm hovering and click on row #3 in the table for example, and then try to open the attachment for that record in the popup, I can't get to that popup record because right when I move my mouse over the records above #3, it dynamically opens up the other row popus? Clear as mud?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again to you both.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 19:41:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84215#M3308</guid>
      <dc:creator>MegPeterson</dc:creator>
      <dc:date>2012-11-09T19:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch popup vs. MapClick popup</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84216#M3309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rscheitlin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Meg,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Actually I did understand that. I will add it to my list.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 20:11:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84216#M3309</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-11-09T20:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch popup vs. MapClick popup</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84217#M3310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;next version 3.0.14 is now available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Version 3.0.14 - 11/14/2012&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Fixed bug where if more than one uniquevalsfromfield was used in an expression&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Only one would populate the dropdown.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* uniquevalsfromfield now are aware of isrequired attribute and add a blank entry&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; in the drop down if necessary.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Added delay for mouseover in datagrids to allow user to exit datagrid and choose&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; a button from the popup&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* The popup shown from the search results and datagrid is the same popup that gets&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; displayed when you click on the search graphic on the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Added the ability to add and remove from current selection as well as create a new&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; selection (which is the default).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Fix bug where individual layers symbology specified in the eSearchWidget.xml was&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; not being used with certain spatial searches.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Added support for disabling search widget results (just use &amp;lt;disablebuttons&amp;gt;result&amp;lt;/disablebuttons&amp;gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Added support for disabling popups completely for this widget.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 17:37:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84217#M3310</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-11-14T17:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch popup vs. MapClick popup</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84218#M3311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: mscavallaro&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Robert,&amp;nbsp; I'm having a similar issue, however I cannot up grade to your latest version due to the many changes that I've incorporated.&amp;nbsp; My issue is with the popup that is produced when clicking on a result graphic.&amp;nbsp; For some reason it's displaying two close buttons and a title bar.&amp;nbsp; I want to remove the title bar and the plain X close button.&amp;nbsp; I've tried editing the InfoWindowSkin with no luck.&amp;nbsp; Do you have any suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]20958[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Marc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 16:02:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84218#M3311</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-01-22T16:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch popup vs. MapClick popup</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84219#M3312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Marc,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The close button you have indicated in your graphic comes from the ContentNavigator component. I don't do anything with the PopUpRendererSkin.mxml in my eSearch any more. I let esri handle all of it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 16:08:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84219#M3312</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-01-22T16:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch popup vs. MapClick popup</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84220#M3313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: mscavallaro&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Marc,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The close button you have indicated in your graphic comes from the ContentNavigator component. I don't do anything with the PopUpRendererSkin.mxml in my eSearch any more. I let esri handle all of it.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert, I had a feeling that was the case, I'll just have to disable it. Thanks for your quick reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Marc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 16:33:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/esearch-popup-vs-mapclick-popup/m-p/84220#M3313</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-01-22T16:33:12Z</dc:date>
    </item>
  </channel>
</rss>

