<?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: onMouseMove/onMouseOut events of GraphicLayer not called when a Draw tool is activated with &amp;quot;Draw.EXTENT&amp;quot; or &amp;quot;Draw.RECTANGLE&amp;quot; mode in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/onmousemove-onmouseout-events-of-graphiclayer-not/m-p/575690#M53757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Alvaro,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Don't forget to mark this question as answered by clicking on the "Correct Answer" link on the reply that answered your question.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Nov 2016 14:39:40 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2016-11-07T14:39:40Z</dc:date>
    <item>
      <title>onMouseMove/onMouseOut events of GraphicLayer not called when a Draw tool is activated with "Draw.EXTENT" or "Draw.RECTANGLE" mode</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/onmousemove-onmouseout-events-of-graphiclayer-not/m-p/575687#M53754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have an issue in a widget. I found that "onMouseMove" or "onMouseOut" events of a GraphicLayer are not called when a Draw tool is activated with "Draw.EXTENT" or "Draw.RECTANGLE" modes. But, they work with "Draw.POINT" and "Draw.POLYGON" modes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample code;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;widget.&lt;SPAN&gt;selectingTool&lt;/SPAN&gt;&amp;nbsp;= new esri.toolbars.Draw(widget.map);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dojo.connect(widget.map.graphics, 'onMouseMove', function (evt) {&lt;/P&gt;&lt;P&gt;... bla bla&lt;BR /&gt;});&lt;BR /&gt; dojo.connect(widget.map.graphics, 'onMouseOut', function (evt) {&lt;BR /&gt;&lt;SPAN&gt;... bla bla&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;... bla bla&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;widget.&lt;/SPAN&gt;selectingTool.activate(Draw.RECTANGLE);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it a bug?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 12:06:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/onmousemove-onmouseout-events-of-graphiclayer-not/m-p/575687#M53754</guid>
      <dc:creator>ahuarte</dc:creator>
      <dc:date>2016-11-07T12:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: onMouseMove/onMouseOut events of GraphicLayer not called when a Draw tool is activated with "Draw.EXTENT" or "Draw.RECTANGLE" mode</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/onmousemove-onmouseout-events-of-graphiclayer-not/m-p/575688#M53755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a huarte,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;No that is by design. If you really need mouse move events when a Line, Polyline, Freehand Polyline, &amp;nbsp;Rectangle, Triangle, Circle, Ellipse or Freehand Polygon then you have to use the map.graphics.enableMouseEvents(); after you activate one of those draw tools.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 14:08:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/onmousemove-onmouseout-events-of-graphiclayer-not/m-p/575688#M53755</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-07T14:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: onMouseMove/onMouseOut events of GraphicLayer not called when a Draw tool is activated with "Draw.EXTENT" or "Draw.RECTANGLE" mode</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/onmousemove-onmouseout-events-of-graphiclayer-not/m-p/575689#M53756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert, thank you very much! It works fine now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But It seems only necessary for "Draw.Extent/Rectangle" mode.&lt;/P&gt;&lt;P&gt;Anyway, I always will activate it.&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 14:27:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/onmousemove-onmouseout-events-of-graphiclayer-not/m-p/575689#M53756</guid>
      <dc:creator>ahuarte</dc:creator>
      <dc:date>2016-11-07T14:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: onMouseMove/onMouseOut events of GraphicLayer not called when a Draw tool is activated with "Draw.EXTENT" or "Draw.RECTANGLE" mode</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/onmousemove-onmouseout-events-of-graphiclayer-not/m-p/575690#M53757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Alvaro,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Don't forget to mark this question as answered by clicking on the "Correct Answer" link on the reply that answered your question.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 14:39:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/onmousemove-onmouseout-events-of-graphiclayer-not/m-p/575690#M53757</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-07T14:39:40Z</dc:date>
    </item>
  </channel>
</rss>

