<?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: Attribute Inspector conflict other info windows in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-conflict-other-info-windows/m-p/275677#M25438</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a few questions. You mentioned in the other thread that you have several layers (5 I think) some of which don't require the popup. So it sounds like you want users to be able to click on the features for one particular layer and get the attribute inspector, then click on some other layer and get the popup info and then for the rest no popup at all? Is that correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Answers to the above questions may mean there's a different (simpler) way to do this but perhaps this modified version of your fiddle will help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsbin.com/jobaha/1/" title="http://jsbin.com/jobaha/1/"&gt;Create a Map&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Dec 2014 18:42:47 GMT</pubDate>
    <dc:creator>KellyHutchins</dc:creator>
    <dc:date>2014-12-29T18:42:47Z</dc:date>
    <item>
      <title>Attribute Inspector conflict other info windows</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-conflict-other-info-windows/m-p/275676#M25437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a continuation from a previous thread: &lt;A href="https://community.esri.com/message/446086"&gt;Re: How do I resolve the conflict of info Windows on multiple widgets?&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kelly, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the fiddle set up here &lt;A href="http://jsfiddle.net/thebillcarr/2kd6cnk0/2/" title="http://jsfiddle.net/thebillcarr/2kd6cnk0/2/"&gt;Edit fiddle - JSFiddle&lt;/A&gt; .&amp;nbsp; I have added a second layer to test for the multiple layers. This demonstrates the same problems I am having.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 19:32:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-conflict-other-info-windows/m-p/275676#M25437</guid>
      <dc:creator>williamcarr</dc:creator>
      <dc:date>2014-12-23T19:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector conflict other info windows</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-conflict-other-info-windows/m-p/275677#M25438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a few questions. You mentioned in the other thread that you have several layers (5 I think) some of which don't require the popup. So it sounds like you want users to be able to click on the features for one particular layer and get the attribute inspector, then click on some other layer and get the popup info and then for the rest no popup at all? Is that correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Answers to the above questions may mean there's a different (simpler) way to do this but perhaps this modified version of your fiddle will help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsbin.com/jobaha/1/" title="http://jsbin.com/jobaha/1/"&gt;Create a Map&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 18:42:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-conflict-other-info-windows/m-p/275677#M25438</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2014-12-29T18:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector conflict other info windows</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-conflict-other-info-windows/m-p/275678#M25439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct, some of the layers should open with the attribute inspector, some with the infoWindow for charts, and a few will just be for visible reference. One of the layers will need to have the option for both, hence the toggle, but I noticed in one of my many permutations of getting this to work yielded a attribute inspector(wanted) then a next button that would switch to the infoWindow chart(also wanted) this would be the best case scenario for the end user but it only happend when there was a single layer with the:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; function initSelectToolbar(layer) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var petroFieldsFL = layer;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inserted, rather than the (well, a working variation of)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; function initSelectToolbar(evt) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var asdf = evt.layers[0].layer;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any attempts to toggle between the two, that I know of, required calling the initSelectToolbar(rather than on layer add). Trying to pass the (evt) throws an error as undefined any way I engage it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 19:43:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-conflict-other-info-windows/m-p/275678#M25439</guid>
      <dc:creator>williamcarr</dc:creator>
      <dc:date>2014-12-29T19:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector conflict other info windows</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-conflict-other-info-windows/m-p/275679#M25440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;William,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This link shows one approach for activating/deactivating the attribute inspector/popup:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #287433; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; text-decoration: underline;"&gt;Create a Map&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the example above popup clicks are disabled when the edit button is pressed and re-activated when the chart button is pressed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However an easier approach might be to display the attribute content elsewhere - perhaps in a side panel or additional floating panel instead of displaying in the popup. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 17:45:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-conflict-other-info-windows/m-p/275679#M25440</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2014-12-30T17:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector conflict other info windows</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-conflict-other-info-windows/m-p/275680#M25441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fantastic! This is an excellent solution to a few of my problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 20:47:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-conflict-other-info-windows/m-p/275680#M25441</guid>
      <dc:creator>williamcarr</dc:creator>
      <dc:date>2014-12-30T20:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector conflict other info windows</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-conflict-other-info-windows/m-p/275681#M25442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I put this project down for a couple weeks and now realize that when I try to use your example with my secure layers I am getting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error: Unable to complete operation.&lt;/P&gt;&lt;P&gt;Stack trace:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;w/h.load@&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://js.arcgis.com/3.12/:885:426" rel="nofollow" target="_blank"&gt;http://js.arcgis.com/3.12/:885:426&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.cache["dojo/_base/xhr"]/&amp;lt;/b._ioSetArgs/&amp;lt;@&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://js.arcgis.com/3.12/:191:67" rel="nofollow" target="_blank"&gt;http://js.arcgis.com/3.12/:191:67&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;c@&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://js.arcgis.com/3.12/:76:221" rel="nofollow" target="_blank"&gt;http://js.arcgis.com/3.12/:76:221&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;d@&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://js.arcgis.com/3.12/:76:10" rel="nofollow" target="_blank"&gt;http://js.arcgis.com/3.12/:76:10&lt;/A&gt;&lt;SPAN&gt;..................&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the console window and the attribute inspector won't show up.. The infowindow with the chart will pop up, but not the attribute inspector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a bit perplexed as to why the sample layers work, but not mine?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 19:55:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-conflict-other-info-windows/m-p/275681#M25442</guid>
      <dc:creator>williamcarr</dc:creator>
      <dc:date>2015-01-14T19:55:13Z</dc:date>
    </item>
  </channel>
</rss>

