<?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: Using the pop ups with Rasters in a feature dataset in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505042#M11509</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Josh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Remember to post Flex Viewer questions to the Flex Viewer Forums&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex" rel="nofollow noopener noreferrer" target="_blank"&gt;http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First add an PopUp_yourLayerName.xml to the src/popups by copying one of the existing ones (i.e. PopUp_311.xml).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;?xml version="1.0" ?&amp;gt;
&amp;lt;configuration&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;{field1}&amp;lt;/title&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fields&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="field1"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="ImageURL" alias="Hyperlink" visible="false"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fields&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;showattachments&amp;gt;true&amp;lt;/showattachments&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;medias&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;media type="image" imagesource="{ImageURL}"&amp;nbsp; imagelink="{ImageURL}"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/medias&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/PRE&gt;&lt;SPAN&gt;Then just add something like this to your main config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;layer label="Your Layer" type="feature" visible="true" alpha="1.0"
&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; popupconfig="popups/PopUp_yourLayerName.xml"
&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://yourServer/ArcGIS/rest/services/yourService/MapServer/0"/&amp;gt;
&lt;/PRE&gt;&lt;SPAN&gt;your actual string that is in the ImageURL field needs to have a complete URL (i.e. &lt;/SPAN&gt;&lt;A href="http://yourServer/images/yourImage.jpg" rel="nofollow noopener noreferrer" target="_blank"&gt;http://yourServer/images/yourImage.jpg&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 22:09:40 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2021-12-11T22:09:40Z</dc:date>
    <item>
      <title>Using the pop ups with Rasters in a feature dataset</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505037#M11504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a feature class with a separate raster image within a raster data column associated with each record of the feature class.&amp;nbsp; I am trying to use the popup widget to have it contain the image that is within each record so as a different image will be pulled when each point is clicked upon.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this possible to do this, or does anyone know another way that I would be able to have the popup widget pull a separate image file for each of the points within my map?&amp;nbsp; I don't mind having them pull from a separate location but I need it to be able to pull a different image for each point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Josh Jones&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 23:03:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505037#M11504</guid>
      <dc:creator>JoshJones1</dc:creator>
      <dc:date>2011-06-21T23:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using the pop ups with Rasters in a feature dataset</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505038#M11505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Josh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Raster fields are not supported by REST so they are not usable in the Flex API. You can easily have a hyperlink field that is associated with each feature and that would give you the same unique image ability as the Raster field.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 01:13:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505038#M11505</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-06-22T01:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using the pop ups with Rasters in a feature dataset</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505039#M11506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Robert.&amp;nbsp; I didn't know that about raster fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm speaking specifically to point data, and I want a different image for each point once clicked upon. If I were to create an "ImageURL" field and insert the hyperlink for each image into the field, how do I then go about making this image pop up in the box when clicked upon?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 18:59:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505039#M11506</guid>
      <dc:creator>JoshJones1</dc:creator>
      <dc:date>2011-06-22T18:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using the pop ups with Rasters in a feature dataset</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505040#M11507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Josh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Look at this sample:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=FeatureLayer_Click_OnDemand"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=FeatureLayer_Click_OnDemand&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 19:21:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505040#M11507</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-06-22T19:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using the pop ups with Rasters in a feature dataset</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505041#M11508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Robert.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was trying to accomplish this task by using the new(er) popup windows that are built into the flexviewer because I have no knowledge or experience using FlexBuilder.&amp;nbsp; Do you know of any way to allow for the serving of different images associated with each point file while using the popup windows, or will I need to attempt to learn FlexViewer and use the Click_OnDemand widget example you sent to me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again Robert.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Josh Jones&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 17:43:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505041#M11508</guid>
      <dc:creator>JoshJones1</dc:creator>
      <dc:date>2011-06-23T17:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using the pop ups with Rasters in a feature dataset</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505042#M11509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Josh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Remember to post Flex Viewer questions to the Flex Viewer Forums&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex" rel="nofollow noopener noreferrer" target="_blank"&gt;http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First add an PopUp_yourLayerName.xml to the src/popups by copying one of the existing ones (i.e. PopUp_311.xml).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;?xml version="1.0" ?&amp;gt;
&amp;lt;configuration&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;{field1}&amp;lt;/title&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fields&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="field1"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="ImageURL" alias="Hyperlink" visible="false"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fields&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;showattachments&amp;gt;true&amp;lt;/showattachments&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;medias&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;media type="image" imagesource="{ImageURL}"&amp;nbsp; imagelink="{ImageURL}"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/medias&amp;gt;
&amp;lt;/configuration&amp;gt;
&lt;/PRE&gt;&lt;SPAN&gt;Then just add something like this to your main config.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;layer label="Your Layer" type="feature" visible="true" alpha="1.0"
&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; popupconfig="popups/PopUp_yourLayerName.xml"
&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://yourServer/ArcGIS/rest/services/yourService/MapServer/0"/&amp;gt;
&lt;/PRE&gt;&lt;SPAN&gt;your actual string that is in the ImageURL field needs to have a complete URL (i.e. &lt;/SPAN&gt;&lt;A href="http://yourServer/images/yourImage.jpg" rel="nofollow noopener noreferrer" target="_blank"&gt;http://yourServer/images/yourImage.jpg&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:09:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505042#M11509</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T22:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using the pop ups with Rasters in a feature dataset</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505043#M11510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry about the post location, I'll make sure to post to the correct forum the next time.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am still unable to properly configure the popup window.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is my popup config file based upon your post:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0" ?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;{name}&amp;lt;/title&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="name"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;field name="image_url" alias="Hyperlink" visible="false"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;showattachments&amp;gt;true&amp;lt;/showattachments&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;medias&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;media type="image" imagesource="{image_url}"&amp;nbsp; imagelink="{image_url}"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/medias&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;BR /&gt;&lt;SPAN&gt;I then tried two different config strategies.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first was based upon your post:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;layer label="Sculptures" type="feature" visible="true" alpha="1"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; popupconfig="popups/PopUp_ArtWalk.xml"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://140.160.114.190/ArcGIS/rest/services/WWU/ArtWalk5/FeatureServer/0" rel="nofollow" target="_blank"&gt;http://140.160.114.190/ArcGIS/rest/services/WWU/ArtWalk5/FeatureServer/0&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This resulted in a error window that said "Application Error" with no error code and no explanation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The second one was based upon another example I found online:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;layer label="Sculptures" type="dynamic" visible="true" alpha="1"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://140.160.114.190/ArcGIS/rest/services/WWU/ArtWalk5/MapServer" rel="nofollow" target="_blank"&gt;http://140.160.114.190/ArcGIS/rest/services/WWU/ArtWalk5/MapServer&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;sublayer id="0" popupconfig="popups/PopUp_ArtWalk.xml"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This resulted in no error of any kind but there are no popups still.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The links in the field are complete URL's like you said.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have any ideas I would greatly appreciate it.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Josh Jones&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 19:36:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505043#M11510</guid>
      <dc:creator>JoshJones1</dc:creator>
      <dc:date>2011-06-27T19:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using the pop ups with Rasters in a feature dataset</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505044#M11511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Josh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I got this to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;layer label="Sculptures" type="dynamic" visible="true" alpha="1"
&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://140.160.114.190/ArcGIS/rest/services/WWU/ArtWalk5/MapServer"&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;nbsp;&amp;nbsp; &amp;lt;sublayer id="0" popupconfig="popups/PopUp_ArtWalk.xml"/&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;lt;/layer&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:09:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505044#M11511</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T22:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using the pop ups with Rasters in a feature dataset</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505045#M11512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I pasted the code that you posted into my main config file and when I open the page there is still an error window that says "Application Error" with no explanation beneath of it and the popup window still doesn't work.&amp;nbsp; I can't find a reference to this error anywhere and I am surprised that I am getting this error if the code worked for you.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate all of the help that you have been providing me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Josh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 15:21:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505045#M11512</guid>
      <dc:creator>JoshJones1</dc:creator>
      <dc:date>2011-06-28T15:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using the pop ups with Rasters in a feature dataset</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505046#M11513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Josh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; You need to look for a syntax error in your main config.xml. Open it directly in internet explorer or some xml editor that validates.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 15:38:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505046#M11513</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-06-28T15:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using the pop ups with Rasters in a feature dataset</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505047#M11514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I opened the main and popup config files directly in IE and there seem to be no errors present as those that show up when a direct error is provided (such as #1085 when I enter my code incorrectly).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I began with a new main config file and I then grabbed a brand new main config file from a new flexviewer file I just downloaded. I added just the sculpture layer and it worked, but as soon as I add the popup sublayer the "Application Error" again comes onto the screen and the popup window doesn't work.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure what else to try.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Robert.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Josh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 16:16:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505047#M11514</guid>
      <dc:creator>JoshJones1</dc:creator>
      <dc:date>2011-06-28T16:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using the pop ups with Rasters in a feature dataset</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505048#M11515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found an error in my PopUp config and now it's working.&amp;nbsp; Thanks for the help.&amp;nbsp; Do you know if it is possible to center the images once they are in the PopUp window.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Josh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 20:28:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/using-the-pop-ups-with-rasters-in-a-feature/m-p/505048#M11515</guid>
      <dc:creator>JoshJones1</dc:creator>
      <dc:date>2011-06-29T20:28:01Z</dc:date>
    </item>
  </channel>
</rss>

