<?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: Editing multiple graphics at the same time? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editing-multiple-graphics-at-the-same-time/m-p/759551#M70361</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a use case for this to better explain it? Are you talking about re-sizing a graphic to the same scale?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Dec 2015 13:50:03 GMT</pubDate>
    <dc:creator>TyroneBiggums</dc:creator>
    <dc:date>2015-12-31T13:50:03Z</dc:date>
    <item>
      <title>Editing multiple graphics at the same time?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editing-multiple-graphics-at-the-same-time/m-p/759550#M70360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to edit multiple graphics at the same time with the Edit widget. I can manage to select the graphics I want to edit, but how could I edit them at the same time? Is it even possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 09:55:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editing-multiple-graphics-at-the-same-time/m-p/759550#M70360</guid>
      <dc:creator>MihkelMänna</dc:creator>
      <dc:date>2015-12-31T09:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Editing multiple graphics at the same time?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editing-multiple-graphics-at-the-same-time/m-p/759551#M70361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a use case for this to better explain it? Are you talking about re-sizing a graphic to the same scale?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 13:50:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editing-multiple-graphics-at-the-same-time/m-p/759551#M70361</guid>
      <dc:creator>TyroneBiggums</dc:creator>
      <dc:date>2015-12-31T13:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Editing multiple graphics at the same time?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editing-multiple-graphics-at-the-same-time/m-p/759552#M70362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response, Tyrone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have graphics that consist of a polygon and a polyline on top of it. What I would want to do is rotate and move the graphics together at the same time. Would it be achievable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 13:56:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editing-multiple-graphics-at-the-same-time/m-p/759552#M70362</guid>
      <dc:creator>MihkelMänna</dc:creator>
      <dc:date>2015-12-31T13:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Editing multiple graphics at the same time?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editing-multiple-graphics-at-the-same-time/m-p/759553#M70363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're a step ahead of me b/c you said you were able to select them both? If you're able to put them both in edit mode, I suppose you could have a go at trying to attaching the mouse event to both graphics. I don't see that working out too well though (but, it could be worth a try).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should say that I do not have any idea if there is some functionality from the API that can accomplish this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would do is just select one graphic, and edit one graphic. As you rotate that graphic, programmatically rotate the other graphic. Does that make sense? I want to say that there is some kind of on rotating type event you could piggy back on to change the graphic not in edit mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 14:07:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editing-multiple-graphics-at-the-same-time/m-p/759553#M70363</guid>
      <dc:creator>TyroneBiggums</dc:creator>
      <dc:date>2015-12-31T14:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Editing multiple graphics at the same time?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editing-multiple-graphics-at-the-same-time/m-p/759554#M70364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tyrone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The approach you proposed of programmatically changing the other graphic when one graphic is edited is probably the way to go, because I can't put both these graphics into edit mode. When the second graphic's edit session activates, it also deactivates the first graphic's edit session.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 14:39:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editing-multiple-graphics-at-the-same-time/m-p/759554#M70364</guid>
      <dc:creator>MihkelMänna</dc:creator>
      <dc:date>2015-12-31T14:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Editing multiple graphics at the same time?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editing-multiple-graphics-at-the-same-time/m-p/759555#M70365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I misread what you said about being able to select both graphics in the initial post. I guess you could try to have two edit object instances but then the API would probably get all kinds of confused.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know how it works out. I'm curious.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 14:49:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editing-multiple-graphics-at-the-same-time/m-p/759555#M70365</guid>
      <dc:creator>TyroneBiggums</dc:creator>
      <dc:date>2015-12-31T14:49:19Z</dc:date>
    </item>
  </channel>
</rss>

