<?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 Mobile: Switching Between Edit and Non Edit Modes in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-switching-between-edit-and-non-edit/m-p/212218#M4888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the feedback Sarthak. Looks good just one thing left - see the video below -&amp;nbsp; with the switch back to non edit mode:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.webmapsolutions.com/demos/AttributeInspIssue2/AttributeInspIssue2.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.webmapsolutions.com/demos/AttributeInspIssue2/AttributeInspIssue2.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;using this code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp; //Deactivate the editor
&amp;nbsp;&amp;nbsp; else
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; Model.instance.map.infoWindowRenderersEnabled = true;
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; //Model.instance.map.infoWindow.hide();
&amp;nbsp;&amp;nbsp;&amp;nbsp; ModelEdit.instance.editor.templatePicker.clearSelection();
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; ModelEdit.instance.editor.featureLayers = null;
&amp;nbsp;&amp;nbsp;&amp;nbsp; ModelEdit.instance.editor.map = null;
&amp;nbsp;&amp;nbsp;&amp;nbsp; ModelEdit.instance.editor.drawTool.deactivate();
&amp;nbsp;&amp;nbsp;&amp;nbsp; ModelEdit.instance.editor.editTool.deactivate();
}&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;--Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 10:26:09 GMT</pubDate>
    <dc:creator>MattSheehan</dc:creator>
    <dc:date>2021-12-11T10:26:09Z</dc:date>
    <item>
      <title>Flex Mobile: Switching Between Edit and Non Edit Modes</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-switching-between-edit-and-non-edit/m-p/212216#M4886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have an issue when switching between edit and non edit modes in Flex Mobile. We would like the same seamless functionality we see using the ArcGIS Viewer for Flex:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/live/index.html?config=apps/config-edit.xml"&gt;http://help.arcgis.com/en/webapps/flexviewer/live/index.html?config=apps/config-edit.xml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are seeing problems with the attribute inspector when we switch into edit mode, as shown in the video below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://webmapsolutions.com/demos/attinspectorIssue/attinspectorIssue.html"&gt;http://webmapsolutions.com/demos/attinspectorIssue/attinspectorIssue.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wondered if you might be able to shed any light on what might be causing these issues.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;--Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 14:38:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-switching-between-edit-and-non-edit/m-p/212216#M4886</guid>
      <dc:creator>MattSheehan</dc:creator>
      <dc:date>2013-07-26T14:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Mobile: Switching Between Edit and Non Edit Modes</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-switching-between-edit-and-non-edit/m-p/212217#M4887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like when you switch to the edit mode, it still shows the pop-up window. You can set this property &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/flex/api-reference/com/esri/ags/Map.html#infoWindowRenderersEnabled"&gt;https://developers.arcgis.com/en/flex/api-reference/com/esri/ags/Map.html#infoWindowRenderersEnabled&lt;/A&gt;&lt;SPAN&gt; to false for the edit mode and toggle it when switching between the modes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 17:59:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-switching-between-edit-and-non-edit/m-p/212217#M4887</guid>
      <dc:creator>SarthakDatt</dc:creator>
      <dc:date>2013-07-26T17:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Mobile: Switching Between Edit and Non Edit Modes</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-switching-between-edit-and-non-edit/m-p/212218#M4888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the feedback Sarthak. Looks good just one thing left - see the video below -&amp;nbsp; with the switch back to non edit mode:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.webmapsolutions.com/demos/AttributeInspIssue2/AttributeInspIssue2.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.webmapsolutions.com/demos/AttributeInspIssue2/AttributeInspIssue2.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;using this code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp; //Deactivate the editor
&amp;nbsp;&amp;nbsp; else
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; Model.instance.map.infoWindowRenderersEnabled = true;
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; //Model.instance.map.infoWindow.hide();
&amp;nbsp;&amp;nbsp;&amp;nbsp; ModelEdit.instance.editor.templatePicker.clearSelection();
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; ModelEdit.instance.editor.featureLayers = null;
&amp;nbsp;&amp;nbsp;&amp;nbsp; ModelEdit.instance.editor.map = null;
&amp;nbsp;&amp;nbsp;&amp;nbsp; ModelEdit.instance.editor.drawTool.deactivate();
&amp;nbsp;&amp;nbsp;&amp;nbsp; ModelEdit.instance.editor.editTool.deactivate();
}&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;--Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:26:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-switching-between-edit-and-non-edit/m-p/212218#M4888</guid>
      <dc:creator>MattSheehan</dc:creator>
      <dc:date>2021-12-11T10:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Flex Mobile: Switching Between Edit and Non Edit Modes</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-switching-between-edit-and-non-edit/m-p/212219#M4889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Found the problem. Thanks again for the help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 20:10:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-mobile-switching-between-edit-and-non-edit/m-p/212219#M4889</guid>
      <dc:creator>MattSheehan</dc:creator>
      <dc:date>2013-07-26T20:10:25Z</dc:date>
    </item>
  </channel>
</rss>

