<?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: Replace double click of last vertex with a Button click in Draw.POLYLINE in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replace-double-click-of-last-vertex-with-a-button/m-p/184352#M17125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How would you click the button without dragging your last polyline off of the drawing area?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Apr 2013 17:17:56 GMT</pubDate>
    <dc:creator>MarcusBush</dc:creator>
    <dc:date>2013-04-03T17:17:56Z</dc:date>
    <item>
      <title>Replace double click of last vertex with a Button click in Draw.POLYLINE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replace-double-click-of-last-vertex-with-a-button/m-p/184351#M17124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using esri.toolbars.Draw.POLYLINE and I want to replace the way I sketch the last vertex of the polyline: Instead of using Double click to finish sketching, I want to click on a button.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible and how?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Miri&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 14:56:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replace-double-click-of-last-vertex-with-a-button/m-p/184351#M17124</guid>
      <dc:creator>MiriEshel</dc:creator>
      <dc:date>2013-04-02T14:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Replace double click of last vertex with a Button click in Draw.POLYLINE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replace-double-click-of-last-vertex-with-a-button/m-p/184352#M17125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How would you click the button without dragging your last polyline off of the drawing area?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 17:17:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replace-double-click-of-last-vertex-with-a-button/m-p/184352#M17125</guid>
      <dc:creator>MarcusBush</dc:creator>
      <dc:date>2013-04-03T17:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Replace double click of last vertex with a Button click in Draw.POLYLINE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replace-double-click-of-last-vertex-with-a-button/m-p/184353#M17126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm guessing the idea is to click a button and the polyline will be entered with the last vertex created as the final vertex.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you use the finishDrawing() method?&amp;nbsp; Create a button and have clicking it call a function that executes drawToolbar.finishDrawing();&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 18:08:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replace-double-click-of-last-vertex-with-a-button/m-p/184353#M17126</guid>
      <dc:creator>BrettGreenfield__DNR_</dc:creator>
      <dc:date>2013-04-03T18:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Replace double click of last vertex with a Button click in Draw.POLYLINE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replace-double-click-of-last-vertex-with-a-button/m-p/184354#M17127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Brett,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It works great!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Miri&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 06:37:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replace-double-click-of-last-vertex-with-a-button/m-p/184354#M17127</guid>
      <dc:creator>MiriEshel</dc:creator>
      <dc:date>2013-04-04T06:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Replace double click of last vertex with a Button click in Draw.POLYLINE</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replace-double-click-of-last-vertex-with-a-button/m-p/184355#M17128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe somebody knows how to undo the last point when sketching a PolyLine with the Draw toolbar?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I prefer using the Draw toolbar instead of the Editor object with FeatureLayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Miri&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 19:37:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replace-double-click-of-last-vertex-with-a-button/m-p/184355#M17128</guid>
      <dc:creator>MiriEshel</dc:creator>
      <dc:date>2013-04-24T19:37:24Z</dc:date>
    </item>
  </channel>
</rss>

