<?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: Turning navigation off in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/turning-navigation-off/m-p/653204#M14548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Deona,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I guess you will have to take it a step further than.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;map.panEnabled = false;
&amp;nbsp;&amp;nbsp; map.mapNavigationEnabled = false;
&amp;nbsp;&amp;nbsp; map.rubberbandZoomEnabled = false;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 03:41:11 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2021-12-12T03:41:11Z</dc:date>
    <item>
      <title>Turning navigation off</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/turning-navigation-off/m-p/653201#M14545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using the Flex Viewer and I want to be able to turn off navigation.&amp;nbsp; Right now it seems to default to be in Pan mode.&amp;nbsp; I don't want it to be in any mode.&amp;nbsp; I would like the cursor to change to just an arrow and you be able to click on some things on the map but not be in pan mode.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 15:46:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/turning-navigation-off/m-p/653201#M14545</guid>
      <dc:creator>DeonaEvans</dc:creator>
      <dc:date>2011-04-26T15:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Turning navigation off</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/turning-navigation-off/m-p/653202#M14546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Deona,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The Viewer defaults to Pan... In the MapManager.mxml you would have to remove the default of the switch in the changeNavigation function, for one. Also call &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;navTool.deactivate();&lt;/PRE&gt;&lt;SPAN&gt; And possibly more...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;p.s. Please post viewer questions to the viewer forum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 16:14:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/turning-navigation-off/m-p/653202#M14546</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-04-26T16:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Turning navigation off</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/turning-navigation-off/m-p/653203#M14547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've tried that and "Pan" is still active.&amp;nbsp; I think this has to do with com.esri.ags.Tools.NavigationTool and that it may have a default of "Pan" no matter what.&amp;nbsp; When you look at the deactivate function it says "Deactivates the tool and reactivates default map navigation behavior."&amp;nbsp; Does anyone know what this "default map navigation behavior" is?&amp;nbsp; I've got a suspicion that it is "pan."&amp;nbsp; How do I put the map into a "no pan" type mode?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 17:19:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/turning-navigation-off/m-p/653203#M14547</guid>
      <dc:creator>DeonaEvans</dc:creator>
      <dc:date>2011-04-26T17:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Turning navigation off</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/turning-navigation-off/m-p/653204#M14548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Deona,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I guess you will have to take it a step further than.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;map.panEnabled = false;
&amp;nbsp;&amp;nbsp; map.mapNavigationEnabled = false;
&amp;nbsp;&amp;nbsp; map.rubberbandZoomEnabled = false;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:41:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/turning-navigation-off/m-p/653204#M14548</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T03:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Turning navigation off</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/turning-navigation-off/m-p/653205#M14549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Toggling panEnabled did the trick for me.&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 17:59:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/turning-navigation-off/m-p/653205#M14549</guid>
      <dc:creator>DeonaEvans</dc:creator>
      <dc:date>2011-04-26T17:59:55Z</dc:date>
    </item>
  </channel>
</rss>

