<?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: Multipage InfoPopup in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/multipage-infopopup/m-p/222718#M5251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Excellent, thanks for the quick answer!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm kind of wondering, why isn't there a sample in the samples gallery showing this functionality and how to use it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Sep 2012 15:19:17 GMT</pubDate>
    <dc:creator>JacksonTrappett</dc:creator>
    <dc:date>2012-09-28T15:19:17Z</dc:date>
    <item>
      <title>Multipage InfoPopup</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/multipage-infopopup/m-p/222716#M5249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am wondering if anyone has made or seen a bit of code out there to do a multipage infoPopup in Flex.&amp;nbsp; For an example of what I'm talking about, take a look at this link (click on one of the building footprints and you will get results for the footprint and the parcel both):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/javascript/arcgis/samples/find_popup/index.html" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/samples/find_popup/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The javascript API has a popup, where when you do an identifyTask on multiple features, you get the little back and forward arrows at the top of the window.&amp;nbsp; Then you can use these to cycle through all of the features underneath where you clicked.&amp;nbsp; I like this much better than the flex examples I've seen where you get a list of features that you have to scroll through.&amp;nbsp; Has anyone done something like this in flex?&amp;nbsp; Figured I'd ask before I started building my own.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jackson&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 15:01:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/multipage-infopopup/m-p/222716#M5249</guid>
      <dc:creator>JacksonTrappett</dc:creator>
      <dc:date>2012-09-28T15:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Multipage InfoPopup</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/multipage-infopopup/m-p/222717#M5250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is part of the core Flex API since the 3.0 release. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/flex-api/concepts/index.html#/What_s_new_in_ArcGIS_API_3_0_for_Flex/017p0000000w000000/" rel="nofollow" target="_blank"&gt;What's New&lt;/A&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;* The pop-up window displays with multiple features (using the ContentNavigator class).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 15:11:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/multipage-infopopup/m-p/222717#M5250</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2012-09-28T15:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multipage InfoPopup</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/multipage-infopopup/m-p/222718#M5251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Excellent, thanks for the quick answer!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm kind of wondering, why isn't there a sample in the samples gallery showing this functionality and how to use it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 15:19:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/multipage-infopopup/m-p/222718#M5251</guid>
      <dc:creator>JacksonTrappett</dc:creator>
      <dc:date>2012-09-28T15:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multipage InfoPopup</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/multipage-infopopup/m-p/222719#M5252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;...why isn't there a sample in the samples gallery showing this functionality and how to use it?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is.&amp;nbsp; All samples for infoWindowRenderer automatically use ContentNavigator, you can see this in action with for example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/index.html#/InfoWindows_for_FeatureLayer/01nq00000057000000/"&gt;http://resources.arcgis.com/en/help/flex-api/samples/index.html#/InfoWindows_for_FeatureLayer/01nq00000057000000/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Clustering/01nq00000024000000/"&gt;http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Clustering/01nq00000024000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But we need to at least beef up the API Reference for ContentNavigator to better explain this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 16:16:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/multipage-infopopup/m-p/222719#M5252</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2012-09-28T16:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multipage InfoPopup</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/multipage-infopopup/m-p/222720#M5253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the links, those are perfect.&amp;nbsp; (I was looking under the Find and Identify samples).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2012 16:35:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/multipage-infopopup/m-p/222720#M5253</guid>
      <dc:creator>JacksonTrappett</dc:creator>
      <dc:date>2012-09-28T16:35:24Z</dc:date>
    </item>
  </channel>
</rss>

