<?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: How to trigger mouse click to show popuprenderer in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-trigger-mouse-click-to-show-popuprenderer/m-p/321047#M9349</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi. Did you ever find a solution to this? I am trying to do something simelar to see if I can use something like this to popup and populate the editor.attributeInspector in the Editor Widget. I plan to use this to help validate attributes in the editor's attribute inspector. If the attributes do not pass the checks, I plan to just pop up the editor.attributeInspector again with a generated map click. Not sure if a generated map click event will do this though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Oct 2012 12:11:49 GMT</pubDate>
    <dc:creator>TylerWaring</dc:creator>
    <dc:date>2012-10-12T12:11:49Z</dc:date>
    <item>
      <title>How to trigger mouse click to show popuprenderer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-trigger-mouse-click-to-show-popuprenderer/m-p/321046#M9348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is a duplicate post of &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/35200-How-to-trigger-mouse-click-to-show-popuprenderer" rel="nofollow noopener noreferrer" target="_blank"&gt;http://forums.arcgis.com/threads/35200-How-to-trigger-mouse-click-to-show-popuprenderer&lt;/A&gt;&lt;SPAN&gt; as it was suggested&amp;nbsp; I post it in this forum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the SFV and I'd like to show a popup of feature info when a user clicks on the results in the search widget. The standard results only take the basic attributes (primary display field), so I'd like to trigger a mouse click on the map to show the full popuprenderer based on the layer configuration in the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried the following code, but the event doesn't seem to fire, any other suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var mouseEvent:MouseEvent = new MouseEvent(MouseEvent.MOUSE_UP, true, false, screenPt.x, screenPt.y );
var mapEvent:MapMouseEvent = new MapMouseEvent(MapMouseEvent.MAP_MOUSE_CLICK, map, showHighlightPoint);
mapEvent.relatedObject = MouseEvent as InteractiveObject;
map.dispatchEvent(mapEvent);&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:14:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-trigger-mouse-click-to-show-popuprenderer/m-p/321046#M9348</guid>
      <dc:creator>TimLeigh</dc:creator>
      <dc:date>2021-12-11T15:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger mouse click to show popuprenderer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-trigger-mouse-click-to-show-popuprenderer/m-p/321047#M9349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi. Did you ever find a solution to this? I am trying to do something simelar to see if I can use something like this to popup and populate the editor.attributeInspector in the Editor Widget. I plan to use this to help validate attributes in the editor's attribute inspector. If the attributes do not pass the checks, I plan to just pop up the editor.attributeInspector again with a generated map click. Not sure if a generated map click event will do this though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 12:11:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-trigger-mouse-click-to-show-popuprenderer/m-p/321047#M9349</guid>
      <dc:creator>TylerWaring</dc:creator>
      <dc:date>2012-10-12T12:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger mouse click to show popuprenderer</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-trigger-mouse-click-to-show-popuprenderer/m-p/321048#M9350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This is a duplicate post of &lt;A href="http://forums.arcgis.com/threads/35200-How-to-trigger-mouse-click-to-show-popuprenderer"&gt;http://forums.arcgis.com/threads/35200-How-to-trigger-mouse-click-to-show-popuprenderer&lt;/A&gt; as it was suggested&amp;nbsp; I post it in this forum.&lt;BR /&gt;&lt;BR /&gt;I'm using the SFV and I'd like to show a popup of feature info when a user clicks on the results in the search widget. The standard results only take the basic attributes (primary display field), so I'd like to trigger a mouse click on the map to show the full popuprenderer based on the layer configuration in the map.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Tim&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, what are you after here?&amp;nbsp; Since the popup in the search widget supports ALL the fields/attributes reported by REST, not sure what you are trying to do.&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, 15 Oct 2012 17:58:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-trigger-mouse-click-to-show-popuprenderer/m-p/321048#M9350</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2012-10-15T17:58:01Z</dc:date>
    </item>
  </channel>
</rss>

