<?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 join the popup of identify task and graphics layer? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201948#M18707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jan 2017 18:27:03 GMT</pubDate>
    <dc:creator>vamsi_krishnavissapragada</dc:creator>
    <dc:date>2017-01-10T18:27:03Z</dc:date>
    <item>
      <title>how to join the popup of identify task and graphics layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201939#M18698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;i have a graphics layer and a mapImage layer,&lt;/P&gt;&lt;P&gt;i have popup for graphics layer and i have a identify task for the mapImage layer that display the popup&lt;/P&gt;&lt;P&gt;but the problem is that when at some extent i click on the graphics then the popup is displaying and then immediately replaced by the popup of mapImage layer&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can i prevent it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 15:30:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201939#M18698</guid>
      <dc:creator>vamsi_krishnavissapragada</dc:creator>
      <dc:date>2017-01-10T15:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to join the popup of identify task and graphics layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201940#M18699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vamsi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;So you want to ignore the mapImage layer if you get info from a graphic already? What is your desired workflow?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 15:37:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201940#M18699</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-01-10T15:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to join the popup of identify task and graphics layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201941#M18700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;i have some things like primary conductors in mapImage layer and some consumers in graphics layer...when we click on consumer its showing the consumer details once and then replacing the popup with the popup of the conductors....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 17:38:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201941#M18700</guid>
      <dc:creator>vamsi_krishnavissapragada</dc:creator>
      <dc:date>2017-01-10T17:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to join the popup of identify task and graphics layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201942#M18701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And yes i want igonre the info from the mapimage layer if i get the info from graphic or combining the popup like showing them in one popup is also fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 17:41:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201942#M18701</guid>
      <dc:creator>vamsi_krishnavissapragada</dc:creator>
      <dc:date>2017-01-10T17:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to join the popup of identify task and graphics layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201943#M18702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Vamsi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp;So then you have to adjust your code to cancel the identifyTask if you get results from the graphic click. Not knowing your code I can only make general suggestions.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 17:43:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201943#M18702</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-01-10T17:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to join the popup of identify task and graphics layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201944#M18703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;i have written the on view click functionality to get the graphics from hit test and id it is not 0then i am canelling the identify task&lt;/P&gt;&lt;P&gt;but the issu is we are using wcdocker when we are keeping the map in the docker the hit test is not returning the graphics&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 17:47:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201944#M18703</guid>
      <dc:creator>vamsi_krishnavissapragada</dc:creator>
      <dc:date>2017-01-10T17:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to join the popup of identify task and graphics layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201945#M18704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vasmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Sorry, I don't even know what wcdocker is, so I can not help there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 17:50:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201945#M18704</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-01-10T17:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to join the popup of identify task and graphics layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201946#M18705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert ,&lt;/P&gt;&lt;P&gt;do you have any idea how to write events for graphics in 4.2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 18:07:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201946#M18705</guid>
      <dc:creator>vamsi_krishnavissapragada</dc:creator>
      <dc:date>2017-01-10T18:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to join the popup of identify task and graphics layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201947#M18706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vamsi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Neither graphics or graphicsLayer have click events only Views do so the view hit test is the only way I know of to get a graphic that has been clicked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 18:21:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201947#M18706</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-01-10T18:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to join the popup of identify task and graphics layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201948#M18707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 18:27:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201948#M18707</guid>
      <dc:creator>vamsi_krishnavissapragada</dc:creator>
      <dc:date>2017-01-10T18:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to join the popup of identify task and graphics layer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201949#M18708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;robert,&lt;/P&gt;&lt;P&gt;any help on this question&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/message/659433-layer-list"&gt;https://community.esri.com/message/659433-layer-list&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 08:39:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-join-the-popup-of-identify-task-and/m-p/201949#M18708</guid>
      <dc:creator>vamsi_krishnavissapragada</dc:creator>
      <dc:date>2017-01-16T08:39:32Z</dc:date>
    </item>
  </channel>
</rss>

