<?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 Confused about pop-up windows in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/confused-about-pop-up-windows/m-p/478847#M13480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to complete a project where the client wants the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) A partial list of the attributes of a structure&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) A picture of the structure&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) A link to one or more documents that relate to the structure&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know that #1 and #2 are possible using the new pop-up windows (although I am seriously confused about how to implement #2), but can #3 be achieved? The client has up to 10 files per structure, and would like to be able to link to each one individually. I have no idea how to go about this...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the help...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Justin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Apr 2011 17:47:15 GMT</pubDate>
    <dc:creator>JustinRiggs</dc:creator>
    <dc:date>2011-04-25T17:47:15Z</dc:date>
    <item>
      <title>Confused about pop-up windows</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/confused-about-pop-up-windows/m-p/478847#M13480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to complete a project where the client wants the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) A partial list of the attributes of a structure&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) A picture of the structure&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) A link to one or more documents that relate to the structure&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know that #1 and #2 are possible using the new pop-up windows (although I am seriously confused about how to implement #2), but can #3 be achieved? The client has up to 10 files per structure, and would like to be able to link to each one individually. I have no idea how to go about this...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the help...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Justin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 17:47:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/confused-about-pop-up-windows/m-p/478847#M13480</guid>
      <dc:creator>JustinRiggs</dc:creator>
      <dc:date>2011-04-25T17:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Confused about pop-up windows</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/confused-about-pop-up-windows/m-p/478848#M13481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1. is set up with the &amp;lt;fields&amp;gt; tag in the xml file for the popup&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. To do this you need the &amp;lt;medias&amp;gt; tag and reference an attribute set up already in the fields section (but not set to visible), e.g.:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;medias&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;media chartfields="" type="image" caption="" imagesource="{HYPERLINK}" imagelink="{HYPERLINK}"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/medias&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Any fields listed in the &amp;lt;fields&amp;gt; sections that have valid hyperlinks will automatically be clickable. If you wanted the links to be formatted differently you could use the &amp;lt;description&amp;gt; tag, and again need to set up any link fields you reference in the &amp;lt;fields&amp;gt; section.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:08:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/confused-about-pop-up-windows/m-p/478848#M13481</guid>
      <dc:creator>JonFisher</dc:creator>
      <dc:date>2021-12-11T21:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Confused about pop-up windows</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/confused-about-pop-up-windows/m-p/478849#M13482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply. I'm still confused about #2. I don't author my own .mxd's, so I need to be able to guide my coworkers on how to do their part. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I'm understanding correctly they need to create a new field in the .mxd called "HYPERLINK". In that field they need to define a path to where the image is stored on the server. Then I do what you said and the picture will appear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know that's probably pretty garbled on my part. Just goes to show how confused I am. Sorry 'bout that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 19:51:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/confused-about-pop-up-windows/m-p/478849#M13482</guid>
      <dc:creator>JustinRiggs</dc:creator>
      <dc:date>2011-04-25T19:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Confused about pop-up windows</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/confused-about-pop-up-windows/m-p/478850#M13483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Jon,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply. I'm still confused about #2. I don't author my own .mxd's, so I need to be able to guide my coworkers on how to do their part. &lt;BR /&gt;&lt;BR /&gt;If I'm understanding correctly they need to create a new field in the .mxd called "HYPERLINK". In that field they need to define a path to where the image is stored on the server. Then I do what you said and the picture will appear.&lt;BR /&gt;&lt;BR /&gt;I know that's probably pretty garbled on my part. Just goes to show how confused I am. Sorry 'bout that.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's correct. They technically need to create a new field in the feature class (although they can do that via the mxd). Also, they will not be able to do so while the map service(s) pointing at that feature class is running as it's a schema change and the services lock the schema. So, the workflow is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Make sure all images are online somewhere and you have the URLs handy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. stop any map services pointing to that feature class&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. add the new field(s)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. you can then populate them with the links to the images (or you can do that later in an edit session, which doesn't require stopping services&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. start the map service(s) again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6. Now that a field with a link to the images exists, you can update the popup xml, clear your browser cache, and when you reload the Flex app it should work&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 20:04:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/confused-about-pop-up-windows/m-p/478850#M13483</guid>
      <dc:creator>JonFisher</dc:creator>
      <dc:date>2011-04-25T20:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Confused about pop-up windows</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/confused-about-pop-up-windows/m-p/478851#M13484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the detailed instructions. I'll give this a try and update with any thoughts/questions later on.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 20:19:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/confused-about-pop-up-windows/m-p/478851#M13484</guid>
      <dc:creator>JustinRiggs</dc:creator>
      <dc:date>2011-04-25T20:19:39Z</dc:date>
    </item>
  </channel>
</rss>

