<?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: Widgets not completely deactivating on close in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widgets-not-completely-deactivating-on-close/m-p/338293#M9743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ray,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You got to start posting Flex Viewer Questions to the Flex Viewer forum..... Not here in the Flex API forum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex"&gt;http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The symptoms that you are describing are not reproducible in the standard Identify Widget (as can be tested on the live preview site &lt;/SPAN&gt;&lt;A href="http://gis.calhouncounty.org/FlexViewer2.5/index.html?config=config-identify.xml"&gt;http://gis.calhouncounty.org/FlexViewer2.5/index.html?config=config-identify.xml&lt;/A&gt;&lt;SPAN&gt;). So you must have changed something that broke the normal behavior.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2012 18:21:26 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2012-04-11T18:21:26Z</dc:date>
    <item>
      <title>Widgets not completely deactivating on close</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widgets-not-completely-deactivating-on-close/m-p/338292#M9742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My widgets are not deactivating when they are closed.&amp;nbsp; An example is my identify widget.&amp;nbsp; I can identify a parcel in my parcel layer.&amp;nbsp; When I close the widget viewer it removes the selected parcel graphic layer and deselects the widget. It does not deactivate my cursor, so the when a parcel is clicked it still fires the identify widget even though it is closed.&amp;nbsp; It does not open the widget but it highlights the parcel.&amp;nbsp; How can I completely deactivate the widget when it is closed?&amp;nbsp; Below is my close handler.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt; private function wTemplate_closedHandler(event:Event):void {&amp;nbsp; clear();&amp;nbsp;&amp;nbsp; hideInfoWindow();&amp;nbsp; removeCursor();&amp;nbsp; CursorManager.removeAllCursors();&amp;nbsp; this.currentState = "IdentifyInput";&amp;nbsp; wTemplate.selectedTitlebarButtonIndex=0;&amp;nbsp; setMapNavigation(null, null);&amp;nbsp; setMapAction(null, null, null, null); // deactivate drawTool&amp;nbsp; map.removeLayer(graphicsLayer);&amp;nbsp; map.removeLayer(parcelGraphicsLayer);&amp;nbsp; map.openHandCursorVisible = true;&amp;nbsp;&amp;nbsp; } &lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 18:10:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widgets-not-completely-deactivating-on-close/m-p/338292#M9742</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-04-11T18:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Widgets not completely deactivating on close</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widgets-not-completely-deactivating-on-close/m-p/338293#M9743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ray,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You got to start posting Flex Viewer Questions to the Flex Viewer forum..... Not here in the Flex API forum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex"&gt;http://forums.arcgis.com/forums/111-ArcGIS-Viewer-for-Flex&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The symptoms that you are describing are not reproducible in the standard Identify Widget (as can be tested on the live preview site &lt;/SPAN&gt;&lt;A href="http://gis.calhouncounty.org/FlexViewer2.5/index.html?config=config-identify.xml"&gt;http://gis.calhouncounty.org/FlexViewer2.5/index.html?config=config-identify.xml&lt;/A&gt;&lt;SPAN&gt;). So you must have changed something that broke the normal behavior.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 18:21:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widgets-not-completely-deactivating-on-close/m-p/338293#M9743</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-04-11T18:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Widgets not completely deactivating on close</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widgets-not-completely-deactivating-on-close/m-p/338294#M9744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;O Crap!! My bad Robert!!&amp;nbsp; You have told me that before.&amp;nbsp; I will begin to post to the Flex Viewer forum.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have made some changes to the identify widget.&amp;nbsp; Can you give me a step by step list of the process to take when you are closing a generic widget?&amp;nbsp; I cant seem to get the cursor to deactivate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ray&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 19:11:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widgets-not-completely-deactivating-on-close/m-p/338294#M9744</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-04-11T19:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Widgets not completely deactivating on close</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widgets-not-completely-deactivating-on-close/m-p/338295#M9745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ray,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; There is no magic list of steps, but it sounds to me like you have not deactivated the drawTool in the MapManager from your drawEnd function. Or it could be that you have manually added event listeners to the map that you have not removed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 19:35:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widgets-not-completely-deactivating-on-close/m-p/338295#M9745</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-04-11T19:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Widgets not completely deactivating on close</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widgets-not-completely-deactivating-on-close/m-p/338296#M9746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;IMG src="http://www.infoocean.info/avatar2.jpg" /&gt;&lt;SPAN&gt;Thanks for these posts!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 09:03:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widgets-not-completely-deactivating-on-close/m-p/338296#M9746</guid>
      <dc:creator>DaphneEdison</dc:creator>
      <dc:date>2012-04-12T09:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Widgets not completely deactivating on close</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widgets-not-completely-deactivating-on-close/m-p/338297#M9747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for you help! I actually deactivated the event in drawEnd and that worked!!&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, again&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ray&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 16:59:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/widgets-not-completely-deactivating-on-close/m-p/338297#M9747</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-04-12T16:59:33Z</dc:date>
    </item>
  </channel>
</rss>

