<?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: Trouble configuring IdentifyWidget.xml in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trouble-configuring-identifywidget-xml/m-p/122597#M4124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks so much for the replies...I must have copied the wrong config.html file because I do have the Identify Widget in there. I went thru and made all the changes I *think* need to be made. I have other widgets that I have configured that are working successfully, it is just this one is a bit more complex. I am now getting the following error when opening the Identify Widget:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A problem occurred while parsing the configuration file widgets/Identify/IdentifyWidget.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error #1085&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2012 14:58:31 GMT</pubDate>
    <dc:creator>ShannonPankow</dc:creator>
    <dc:date>2012-06-26T14:58:31Z</dc:date>
    <item>
      <title>Trouble configuring IdentifyWidget.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trouble-configuring-identifywidget-xml/m-p/122592#M4119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: scpankow&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am a noob to Flex programming but I am trying to learn. I need to add an Identify widget to my map and I am using the attached IdentifyWidget.xml template. I am not sure how to insert MY information so I have attached my config.xml file. Can you help me to get this working?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shannon Pankow&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;City of Beaumont, Texas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 May 2012 19:32:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trouble-configuring-identifywidget-xml/m-p/122592#M4119</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-05-27T19:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble configuring IdentifyWidget.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trouble-configuring-identifywidget-xml/m-p/122593#M4120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No one is willing to help me out? Come on, guys! I know there is some one out there that can help me get this working...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 15:20:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trouble-configuring-identifywidget-xml/m-p/122593#M4120</guid>
      <dc:creator>ShannonPankow</dc:creator>
      <dc:date>2012-05-29T15:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble configuring IdentifyWidget.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trouble-configuring-identifywidget-xml/m-p/122594#M4121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;Original User: &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:ad_giles@hotmail.com" rel="nofollow noopener noreferrer" target="_blank"&gt;ad_giles@hotmail.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shannon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Theres a couple of things you need to do to get your widget up and running:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. In your main config file you need to specify that you want the widget to load by adding a new widget tag (this assumes that you have placed the widget in the widgets folder):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;widget label="Identify" icon="assets/images/i_identify.png" config="widgets/Identify/IdentifyWidget.xml" url="widgets/Identify/IdentifyWidget.swf"/&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp; You then need to configure the config file for the widget, if you want to be able to identify all your layers then just change the layer tag to false:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;layers onlythese="false"&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if you want to be more selective about the layer thats you want to be able to identify then set the value to true, but then you will need to configure the widget for each layer you want to id (note the layer name has to be exactly what the layer is called in your REST endpoint):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;layer&amp;gt;
 &amp;lt;name&amp;gt;Case Points&amp;lt;/name&amp;gt;
&amp;nbsp; &amp;lt;fields&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;field name="PINNO" alias="PINNO" /&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;field name="Number" alias="Number" /&amp;gt;
&amp;nbsp; &amp;lt;/fields&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;links&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link includeinresults="true" field="" alias="" tooltip=""&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;linkprefix&amp;gt;&amp;lt;/linkprefix&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;linksuffix&amp;gt;&amp;lt;/linksuffix&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;iconfield&amp;gt;&amp;lt;/iconfield&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;iconprefix&amp;gt;&amp;lt;/iconprefix&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;iconsuffix&amp;gt;&amp;lt;/iconsuffix&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/link&amp;gt;
&amp;nbsp; &amp;lt;/links&amp;gt;
&amp;nbsp; &amp;lt;zoomscale&amp;gt;15000&amp;lt;/zoomscale&amp;gt;
&amp;nbsp; &amp;lt;forcescale&amp;gt;true&amp;lt;/forcescale&amp;gt;
 &amp;lt;/layer&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A good place start learning how to configure the viewer is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/help/index.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://help.arcgis.com/en/webapps/flexviewer/help/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this gets you underway&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:03:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trouble-configuring-identifywidget-xml/m-p/122594#M4121</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-11T07:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble configuring IdentifyWidget.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trouble-configuring-identifywidget-xml/m-p/122595#M4122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shannon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; As Anthony mentioned your config.xml you post does not even have the widget added to it so you have to begin there. Then in your IdentifyWidget.xml as he also mentioned and my documentation clearly states you need to use the layer name exactly as it is reported in the REST service end point Also your fields in the IdentifyWidget.xml need to be the field aliases as report in the REST Service end point as well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2012 13:16:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trouble-configuring-identifywidget-xml/m-p/122595#M4122</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-06-02T13:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble configuring IdentifyWidget.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trouble-configuring-identifywidget-xml/m-p/122596#M4123</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;Got this working, however, I am also trying to get it to report raster values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I set it to onlythese="false", then I get the Pixel and Class values of the raster reported.&amp;nbsp; However, I also get ALL other layers that happen to overlap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I set onlythese="true", values from any other features that overlap (as long as they are in my xml), but do not get the raster values.&amp;nbsp; Looking in the REST end point, I do not see any "fields" for the raster data set like I do for the others.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does this mean that I will not be able to limit it to "onlythese" if I want to include the raster data?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 00:57:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trouble-configuring-identifywidget-xml/m-p/122596#M4123</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-06-13T00:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble configuring IdentifyWidget.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trouble-configuring-identifywidget-xml/m-p/122597#M4124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks so much for the replies...I must have copied the wrong config.html file because I do have the Identify Widget in there. I went thru and made all the changes I *think* need to be made. I have other widgets that I have configured that are working successfully, it is just this one is a bit more complex. I am now getting the following error when opening the Identify Widget:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A problem occurred while parsing the configuration file widgets/Identify/IdentifyWidget.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error #1085&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 14:58:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trouble-configuring-identifywidget-xml/m-p/122597#M4124</guid>
      <dc:creator>ShannonPankow</dc:creator>
      <dc:date>2012-06-26T14:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble configuring IdentifyWidget.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trouble-configuring-identifywidget-xml/m-p/122598#M4125</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;Shannon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; That error normally means you have made a syntax error in your xml file. You should post what you have for this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 15:25:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trouble-configuring-identifywidget-xml/m-p/122598#M4125</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-06-26T15:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble configuring IdentifyWidget.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trouble-configuring-identifywidget-xml/m-p/122599#M4126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, I fixed the syntax error and now it works like a charm! Thanks so much! Now, I am using the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;layers onlythese="false"&amp;gt; selection, and it brings in all the fields from all the layers. What I *want* to do is change what the field names display as...will I need to put this back to "true" and then configure each layer separately?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shannon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 21:15:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trouble-configuring-identifywidget-xml/m-p/122599#M4126</guid>
      <dc:creator>ShannonPankow</dc:creator>
      <dc:date>2012-06-26T21:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble configuring IdentifyWidget.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trouble-configuring-identifywidget-xml/m-p/122600#M4127</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;Shannon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Yes, you will have to specify each field if you want to do an alias for fields. Some people seem to think that this is a lot of work, but you need to consider what fields for which layers you &lt;/SPAN&gt;&lt;STRONG&gt;REALLY&lt;/STRONG&gt;&lt;SPAN&gt; want returned to the end user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't forget to &lt;/SPAN&gt;&lt;STRONG&gt;click the Mark as answer check&lt;/STRONG&gt;&lt;SPAN&gt; on this post and to &lt;/SPAN&gt;&lt;STRONG&gt;click the top arrow (promote)&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Follow the steps&lt;/STRONG&gt;&lt;SPAN&gt; as shown in the below graphic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer2.5/Answer.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 21:31:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/trouble-configuring-identifywidget-xml/m-p/122600#M4127</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-06-26T21:31:17Z</dc:date>
    </item>
  </channel>
</rss>

