<?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: keep identify results (symbology) active when opening another widget? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/keep-identify-results-symbology-active-when/m-p/160033#M4463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The Grsphics Layer (GL) is hidden in the widgets onClose event to prevent that just comment out the GL hide line in the onClose function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; onClose: function () {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this._hideInfoWindow();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.drawBox.deactivate();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //this.graphicsLayer.hide();

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.infoWinMouseOver.remove();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.infoWinMouseOut.remove();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 08:26:07 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2021-12-11T08:26:07Z</dc:date>
    <item>
      <title>keep identify results (symbology) active when opening another widget?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/keep-identify-results-symbology-active-when/m-p/160032#M4462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to keep identify widget (wab v1.3) results (symbology) active when opening another widget (from the header controller/off-panel widgets)?&amp;nbsp; For example, I have identified a community and it is highlighted on the application.&amp;nbsp; I want to open the print widget and print this exact view, but when I do the highlighting goes away.&amp;nbsp; Any assistance would be greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 13:42:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/keep-identify-results-symbology-active-when/m-p/160032#M4462</guid>
      <dc:creator>JasonStanton__GISP</dc:creator>
      <dc:date>2016-02-02T13:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: keep identify results (symbology) active when opening another widget?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/keep-identify-results-symbology-active-when/m-p/160033#M4463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The Grsphics Layer (GL) is hidden in the widgets onClose event to prevent that just comment out the GL hide line in the onClose function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; onClose: function () {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this._hideInfoWindow();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.drawBox.deactivate();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //this.graphicsLayer.hide();

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.infoWinMouseOver.remove();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.infoWinMouseOut.remove();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:26:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/keep-identify-results-symbology-active-when/m-p/160033#M4463</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T08:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: keep identify results (symbology) active when opening another widget?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/keep-identify-results-symbology-active-when/m-p/160034#M4464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, I can't thank you enough for your help (on this and throughout the years)!&amp;nbsp; I really appreciate it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 14:04:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/keep-identify-results-symbology-active-when/m-p/160034#M4464</guid>
      <dc:creator>JasonStanton__GISP</dc:creator>
      <dc:date>2016-02-02T14:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: keep identify results (symbology) active when opening another widget?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/keep-identify-results-symbology-active-when/m-p/160035#M4465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to include not only symbology but the identify results as well to the print layout?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 14:23:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/keep-identify-results-symbology-active-when/m-p/160035#M4465</guid>
      <dc:creator>LianaSmith</dc:creator>
      <dc:date>2016-06-24T14:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: keep identify results (symbology) active when opening another widget?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/keep-identify-results-symbology-active-when/m-p/160036#M4466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Liana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; No the Identify Results can not currently be included in the print layout.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 14:37:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/keep-identify-results-symbology-active-when/m-p/160036#M4466</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-06-24T14:37:01Z</dc:date>
    </item>
  </channel>
</rss>

