<?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: EditOperation.ShowProgressor doesn't work in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/editoperation-showprogressor-doesn-t-work/m-p/881895#M5700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for pointing this out, this has been fixed (for the next release of Pro).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jan 2017 17:57:50 GMT</pubDate>
    <dc:creator>JohnJones</dc:creator>
    <dc:date>2017-01-17T17:57:50Z</dc:date>
    <item>
      <title>EditOperation.ShowProgressor doesn't work</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/editoperation-showprogressor-doesn-t-work/m-p/881894#M5699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic9580.html" rel="nofollow noopener noreferrer" target="_blank"&gt;EditOperation.ShowProgressor&lt;/A&gt;&amp;nbsp;property doesn't work. I set it to &lt;STRONG&gt;false&lt;/STRONG&gt; but progress dialog is shown anyway. I saw your code with dotPeek and came to this awful workaround:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; editOperationType &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;typeof&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;EditOperation&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; progressorProperty &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; editOperationType&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;GetProperty&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"CancelableProgressor"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Reflection&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;BindingFlags&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Instance &lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt; System&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Reflection&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;BindingFlags&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;NonPublic&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;progressorProperty &lt;SPAN class="operator token"&gt;!=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;null&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; progressorProperty&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;SetValue&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;operation&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; CancelableProgressor&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;None&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you fix&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic9580.html" style="color: #2989c5;" rel="nofollow noopener noreferrer" target="_blank"&gt;EditOperation.ShowProgressor&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;property logic?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 11:08:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/editoperation-showprogressor-doesn-t-work/m-p/881894#M5699</guid>
      <dc:creator>MaxMax2</dc:creator>
      <dc:date>2021-12-12T11:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: EditOperation.ShowProgressor doesn't work</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/editoperation-showprogressor-doesn-t-work/m-p/881895#M5700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for pointing this out, this has been fixed (for the next release of Pro).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 17:57:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/editoperation-showprogressor-doesn-t-work/m-p/881895#M5700</guid>
      <dc:creator>JohnJones</dc:creator>
      <dc:date>2017-01-17T17:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: EditOperation.ShowProgressor doesn't work</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/editoperation-showprogressor-doesn-t-work/m-p/881896#M5701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, it is fixed in 2.0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 03:50:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/editoperation-showprogressor-doesn-t-work/m-p/881896#M5701</guid>
      <dc:creator>MaxMax2</dc:creator>
      <dc:date>2017-07-21T03:50:10Z</dc:date>
    </item>
  </channel>
</rss>

