<?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: Flex 3.6 Why doesn't ContentNavigator Buttons/Count display in release but shows while debugging? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-3-6-why-doesn-t-contentnavigator-buttons/m-p/401472#M9368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you check this online sample to compare with your code about ContentNavigator&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/flex/sample-code/identify-features.htm" title="https://developers.arcgis.com/flex/sample-code/identify-features.htm"&gt;Identify features—ArcGIS API for Flex | ArcGIS for Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also, make sure Change EVENT "&lt;SPAN class="ActionScriptDefault_Text"&gt;IndexChangeEvent&lt;/SPAN&gt;&lt;SPAN class="ActionScriptOperator"&gt;.&lt;/SPAN&gt;&lt;SPAN class="ActionScriptDefault_Text"&gt;CHANGE" &lt;/SPAN&gt; is correct based on ContentNavigator API reference:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/flex/api-reference/com/esri/ags/components/ContentNavigator.html" title="https://developers.arcgis.com/flex/api-reference/com/esri/ags/components/ContentNavigator.html"&gt;com.esri.ags.components.ContentNavigator&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this can help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Dec 2015 23:40:19 GMT</pubDate>
    <dc:creator>YueWu1</dc:creator>
    <dc:date>2015-12-04T23:40:19Z</dc:date>
    <item>
      <title>Flex 3.6 Why doesn't ContentNavigator Buttons/Count display in release but shows while debugging?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-3-6-why-doesn-t-contentnavigator-buttons/m-p/401471#M9367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm running ArcGis Flex 3.6 and am having an issue where the Previous/Next buttons and Count on the ContentNavigator control will not show when selecting multiple graphics when running the release binaries of the map. While running the map through FlashBuilder debug, the ContentNavigator previous/next buttons show correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 23:01:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-3-6-why-doesn-t-contentnavigator-buttons/m-p/401471#M9367</guid>
      <dc:creator>JeremyRuple</dc:creator>
      <dc:date>2015-12-04T23:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Flex 3.6 Why doesn't ContentNavigator Buttons/Count display in release but shows while debugging?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-3-6-why-doesn-t-contentnavigator-buttons/m-p/401472#M9368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you check this online sample to compare with your code about ContentNavigator&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/flex/sample-code/identify-features.htm" title="https://developers.arcgis.com/flex/sample-code/identify-features.htm"&gt;Identify features—ArcGIS API for Flex | ArcGIS for Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also, make sure Change EVENT "&lt;SPAN class="ActionScriptDefault_Text"&gt;IndexChangeEvent&lt;/SPAN&gt;&lt;SPAN class="ActionScriptOperator"&gt;.&lt;/SPAN&gt;&lt;SPAN class="ActionScriptDefault_Text"&gt;CHANGE" &lt;/SPAN&gt; is correct based on ContentNavigator API reference:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/flex/api-reference/com/esri/ags/components/ContentNavigator.html" title="https://developers.arcgis.com/flex/api-reference/com/esri/ags/components/ContentNavigator.html"&gt;com.esri.ags.components.ContentNavigator&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this can help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 23:40:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-3-6-why-doesn-t-contentnavigator-buttons/m-p/401472#M9368</guid>
      <dc:creator>YueWu1</dc:creator>
      <dc:date>2015-12-04T23:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Flex 3.6 Why doesn't ContentNavigator Buttons/Count display in release but shows while debugging?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-3-6-why-doesn-t-contentnavigator-buttons/m-p/401473#M9369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help. This actually led me in the right direction for resolving the issue. For some reason the map selection was only selecting the top-most graphic. Using the sample you provided as a reference, I was able to setup a map click listener, clear out the existing dataprovider on the ContentNavigator for the map, and repopulate it with all graphics that match at that extent within each graphics layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Things seem to work as expected!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2015 00:40:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-3-6-why-doesn-t-contentnavigator-buttons/m-p/401473#M9369</guid>
      <dc:creator>JeremyRuple</dc:creator>
      <dc:date>2015-12-05T00:40:30Z</dc:date>
    </item>
  </channel>
</rss>

