<?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: Info Window in Sample Flex Viewer 2.1 Question in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/info-window-in-sample-flex-viewer-2-1-question/m-p/206518#M4783</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Josh. I have tried that and still no luck. Do I need to recompile the swf?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Oct 2010 14:12:00 GMT</pubDate>
    <dc:creator>EmilyLaMunyon</dc:creator>
    <dc:date>2010-10-26T14:12:00Z</dc:date>
    <item>
      <title>Info Window in Sample Flex Viewer 2.1 Question</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/info-window-in-sample-flex-viewer-2-1-question/m-p/206516#M4781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the Search widget in the Sample Flex Viewer 2.1, and would like to add more information/attributes to the info window that appears when a feature is found. Currently, it is only displaying one attribute. How would I go about this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 20:41:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/info-window-in-sample-flex-viewer-2-1-question/m-p/206516#M4781</guid>
      <dc:creator>EmilyLaMunyon</dc:creator>
      <dc:date>2010-10-25T20:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Info Window in Sample Flex Viewer 2.1 Question</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/info-window-in-sample-flex-viewer-2-1-question/m-p/206517#M4782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Edit the SearchWidget.xml file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;layers&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;layer&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;name&amp;gt;Parcels&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; &amp;lt;url&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://173.15.61.163/ArcGIS/rest/services/Website/MapServer/4" rel="nofollow" target="_blank"&gt;http://173.15.61.163/ArcGIS/rest/services/Website/MapServer/4&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/url&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;expression&amp;gt;macongis.SDE.Parcels.PIN = '[value]'&amp;lt;/expression&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;textsearchlabel&amp;gt;Search by Parcel ID [ Example: 12-15-284-010 ]:&amp;lt;/textsearchlabel&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;graphicalsearchlabel&amp;gt;Use one of the graphical search tools to select parcels&amp;lt;/graphicalsearchlabel&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;titlefield&amp;gt;Parcel&amp;lt;/titlefield&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;linkfield&amp;gt;&amp;lt;/linkfield&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;fields all="false"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;field name="macongis.SDE.Parcels.PIN" alias="PIN"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;field name="macongis.SDE.ParcelDataccWeb.PrimaryName" alias="Owner"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;field name="macongis.SDE.ParcelDataccWeb.SiteAddress" alias="Address"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/fields&amp;gt; &amp;lt;/layer&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/layers&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;zoomscale&amp;gt;5000&amp;lt;/zoomscale&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;info&amp;gt;widgets/InfoTemplates/InfoPopupWidget.swf&amp;lt;/info&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The part in red is my fields that show up. You just need to add in the fields that you want to see.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 21:53:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/info-window-in-sample-flex-viewer-2-1-question/m-p/206517#M4782</guid>
      <dc:creator>JoshTanner</dc:creator>
      <dc:date>2010-10-25T21:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Info Window in Sample Flex Viewer 2.1 Question</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/info-window-in-sample-flex-viewer-2-1-question/m-p/206518#M4783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Josh. I have tried that and still no luck. Do I need to recompile the swf?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 14:12:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/info-window-in-sample-flex-viewer-2-1-question/m-p/206518#M4783</guid>
      <dc:creator>EmilyLaMunyon</dc:creator>
      <dc:date>2010-10-26T14:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Info Window in Sample Flex Viewer 2.1 Question</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/info-window-in-sample-flex-viewer-2-1-question/m-p/206519#M4784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nevermind..figured it out, thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 16:45:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/info-window-in-sample-flex-viewer-2-1-question/m-p/206519#M4784</guid>
      <dc:creator>EmilyLaMunyon</dc:creator>
      <dc:date>2010-10-26T16:45:25Z</dc:date>
    </item>
  </channel>
</rss>

