<?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: ProgressDialog -&amp;gt; ProgressorSource.Max does not update the progress bar maximum in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/progressdialog-gt-progressorsource-max-does-not/m-p/713140#M63</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way to implement this currently is to create a new &lt;SPAN style="background-color: #ffffff;"&gt;ProgressDialog&lt;/SPAN&gt;&lt;SPAN style="border: 0px;"&gt;&amp;nbsp;&lt;/SPAN&gt;for each one of your steps, since you only discover the maximum value which each previous step.&amp;nbsp; I will bring this to the development teams attention.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2020 17:44:27 GMT</pubDate>
    <dc:creator>Wolf</dc:creator>
    <dc:date>2020-07-22T17:44:27Z</dc:date>
    <item>
      <title>ProgressDialog -&gt; ProgressorSource.Max does not update the progress bar maximum</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/progressdialog-gt-progressorsource-max-does-not/m-p/713136#M59</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In our project I want to use a progressDialog to show progress of a data import process. The process has 6 big steps like that. I want to use the same progressDialog to show the progress..&lt;/P&gt;&lt;P&gt;- Converting points... (there are 1817 point in my test file)&lt;/P&gt;&lt;P&gt;- Saving points... (1817)&lt;/P&gt;&lt;P&gt;- Converting lines... (1956)&lt;/P&gt;&lt;P&gt;- Saving lines... (1956)&lt;/P&gt;&lt;P&gt;- etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every single steps raise an event that is catch and updates the progress bar. After fundling with it for half a day, it's now working ok except for one thing.The progressDialog message and the status (wich is the percentage that I compute) updates correctly. But the progress is just going left and right without representing the percentage showed by the status text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found out that you must specify the steps parameter at the cration of the ProcessDialog in order to have a progress bar showing real progress. But then you can't change this after the progressDialog is created. Setting&amp;nbsp;ProgressorSource.Max won't affect the progress bar. So for now I'm showing the progressDialog with percentage but the progress bar is unrelevant.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do this that I don't see? Or I suggest to fix this in the next SDK release.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2020 15:14:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/progressdialog-gt-progressorsource-max-does-not/m-p/713136#M59</guid>
      <dc:creator>PierreMasson</dc:creator>
      <dc:date>2020-07-15T15:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: ProgressDialog -&gt; ProgressorSource.Max does not update the progress bar maximum</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/progressdialog-gt-progressorsource-max-does-not/m-p/713137#M60</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We don't have a&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;ProgressDialog&lt;SPAN&gt;&amp;nbsp;in the ArcGIS Runtime SDK.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;BR /&gt;Is this a platform specific question? (A quick search seems to indicate this might be an Android control, so generally we recommend using android-specific forums,or stack overflow etc for generic platform questions)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2020 15:25:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/progressdialog-gt-progressorsource-max-does-not/m-p/713137#M60</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2020-07-15T15:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: ProgressDialog -&gt; ProgressorSource.Max does not update the progress bar maximum</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/progressdialog-gt-progressorsource-max-does-not/m-p/713138#M61</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you have:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Framework/ProgressDialog" title="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Framework/ProgressDialog"&gt;arcgis-pro-sdk-community-samples/Framework/ProgressDialog at master · Esri/arcgis-pro-sdk-community-samples · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2020 16:25:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/progressdialog-gt-progressorsource-max-does-not/m-p/713138#M61</guid>
      <dc:creator>PierreMasson</dc:creator>
      <dc:date>2020-07-15T16:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: ProgressDialog -&gt; ProgressorSource.Max does not update the progress bar maximum</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/progressdialog-gt-progressorsource-max-does-not/m-p/713139#M62</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aaaah that's the Pro SDK, and not the Runtime SDK. Let me see if I can't move this&amp;nbsp;thread over there....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2020 16:28:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/progressdialog-gt-progressorsource-max-does-not/m-p/713139#M62</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2020-07-15T16:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: ProgressDialog -&gt; ProgressorSource.Max does not update the progress bar maximum</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/progressdialog-gt-progressorsource-max-does-not/m-p/713140#M63</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way to implement this currently is to create a new &lt;SPAN style="background-color: #ffffff;"&gt;ProgressDialog&lt;/SPAN&gt;&lt;SPAN style="border: 0px;"&gt;&amp;nbsp;&lt;/SPAN&gt;for each one of your steps, since you only discover the maximum value which each previous step.&amp;nbsp; I will bring this to the development teams attention.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2020 17:44:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/progressdialog-gt-progressorsource-max-does-not/m-p/713140#M63</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2020-07-22T17:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: ProgressDialog -&gt; ProgressorSource.Max does not update the progress bar maximum</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/progressdialog-gt-progressorsource-max-does-not/m-p/1631542#M13036</link>
      <description>&lt;P&gt;I stumbled across this thread today cause i have the same Problem with the ProgressDialog in 3.5. Are there any news regarding that Issue?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 14:06:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/progressdialog-gt-progressorsource-max-does-not/m-p/1631542#M13036</guid>
      <dc:creator>LukasWenning</dc:creator>
      <dc:date>2025-07-09T14:06:28Z</dc:date>
    </item>
  </channel>
</rss>

