<?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: Deactivate zoom button on zoom in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582939#M16652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rhett,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Can you use your Service and put a trace statement in the soeResult function and send me the trace text:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;trace(event.result.toString());&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2013 18:37:35 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2013-02-28T18:37:35Z</dc:date>
    <item>
      <title>Deactivate zoom button on zoom</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582932#M16645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Currently in the navigation tool, If I select the zoom in or zoom out buttons, it will remain active until I click on the pan button again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to have the zoom in/out button deactivate itself after a zoom has been performed, or have it deactivated when another widget is opened?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;investigating more, I see that most widgets seem to override it somehow, but, the Elevation profile widget does not.&amp;nbsp; Is a little confusing when you zoom into an area, grab the elevation profile tool and draw you profile line.&amp;nbsp; It ALSO zooms in to the extent of the box drawn when drawing the line (I.e. both tools are active and functioning at the same time).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;anyway, any idea how to disable it either when the Elevation Profile widget is active OR, after perfoming a zoom operation?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 22:52:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582932#M16645</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-02-27T22:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivate zoom button on zoom</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582933#M16646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does the Elevation Profile widget use it's own drawTool? I know I had a few widgets some versions ago where each widget used it's own drawTool which caused a lot of problems when they where opened at the same time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If the all widgets use setMapAction() (which for example draw widget and search widget do) it should also take care of not using zoom tools when drawing...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 11:33:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582933#M16646</guid>
      <dc:creator>MattiasEkström</dc:creator>
      <dc:date>2013-02-28T11:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivate zoom button on zoom</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582934#M16647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rhett,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Here is the widget source code re-Factored to the Flex Teams standards. This will fix the issue you were seeing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 12:32:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582934#M16647</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-02-28T12:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivate zoom button on zoom</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582935#M16648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, that fixed the zoom issue.&amp;nbsp; However, when I switch it to utilize my Elevation SOE, it gives me a blank profile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does this not support AGS 10.05 anymore or do I have something else going on here?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tested in my custom state plane app as well as OTB.&amp;nbsp; The "old" version worked with either service, this one only seems to work with the ESRI SOE service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 15:24:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582935#M16648</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-02-28T15:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivate zoom button on zoom</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582936#M16649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rhett,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Did you use the new EleveationProfileWidget.xml file? I changed all the tags in the new version to lower case to be consistent with the Flex Teams standards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 15:54:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582936#M16649</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-02-28T15:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivate zoom button on zoom</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582937#M16650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yep.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Replaced the entire package and it worked fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;changed the commenting so that it was in meters rather than feet, worked fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Set basechartatzero to false, worked fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Changed to my SOE, blank output.&amp;nbsp; Don't get any errors, just no pofile returned:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]22262[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wanted to do more testing, but can't find a ESRI 10.0 SOE to test against and it doesn't appear as if the version for 10.1 is available to install on my 10.1 test box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 16:14:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582937#M16650</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-02-28T16:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivate zoom button on zoom</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582938#M16651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Definatly seems to be a server version issue.&amp;nbsp; If I try the sampleserver4 SOE (v 10.02 )that came with the original widget, it produces blank output as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, if I try to use the 10.1 (sampleserver6) version in the original widget, I get this error:&amp;nbsp; &lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;A problem occurred while parsing and charting the returned elevation data:
Error #1010: A term is undefined and has no properties.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:03:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582938#M16651</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2021-12-12T01:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivate zoom button on zoom</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582939#M16652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rhett,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Can you use your Service and put a trace statement in the soeResult function and send me the trace text:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;trace(event.result.toString());&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 18:37:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582939#M16652</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-02-28T18:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivate zoom button on zoom</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582940#M16653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here you go.&amp;nbsp; I attached as text files.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;trace_v10_0.txt is using the 10.0 SOE and does not work with new Profile Widget (works with old)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;trace_v10_1.txt is using the 10.1 SOE and does not work with the old Profile Widget.(works with new)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I see that not only does the new one provide additional info (SR, hasZ) , but they have changed the pairing of the data.&amp;nbsp; The "new" one it seems it gives an [x,y,z],[x,y,z],&amp;nbsp; whereas the old one gives [x,y],[x,y],&lt;Z&gt;,&lt;Z&gt; format.&lt;/Z&gt;&lt;/Z&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 19:37:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582940#M16653</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-02-28T19:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivate zoom button on zoom</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582941#M16654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rhett,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Try replacing the ChartWindow I provided earlier with this older version of the ChartWindow.mxml&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 02:24:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582941#M16654</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-03-01T02:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivate zoom button on zoom</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582942#M16655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yep, that did it.&amp;nbsp; Just have to use the right ChartWindow.mxml for the respective server version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Mar 2013 00:17:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582942#M16655</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-03-02T00:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivate zoom button on zoom</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582943#M16656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Andy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here you go.&amp;nbsp; Configured for 10.0x SOE server (which means it doesn't work with the SOE sever listed in the config file).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 15:09:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582943#M16656</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-06-25T15:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivate zoom button on zoom</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582944#M16657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rhett,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to find a flex widget for Elevation profiles configured to work with the 10.1 AGS Elevation Profile SOE.&amp;nbsp; I see where you have supplied a 10.0x version of the widget and where you were looking at the 10.1 SOE.&amp;nbsp; Did you ever produce a working widget with 10.1 (REST) and if so would you mind sharing?&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 12:42:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582944#M16657</guid>
      <dc:creator>VinceGuillet</dc:creator>
      <dc:date>2014-09-17T12:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivate zoom button on zoom</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582945#M16658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vince,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I no longer have access to that and no ability to develop/test at this time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I believe the first ElevationProfile.zip file that Robert provided above will work with 10.1, and the chartwindow.xml provided later makes it work with 10.0.&amp;nbsp; So, give his first attachment a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 14:18:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/deactivate-zoom-button-on-zoom/m-p/582945#M16658</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2014-09-17T14:18:36Z</dc:date>
    </item>
  </channel>
</rss>

