<?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: How to update text of ProgressDialog in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-update-text-of-progressdialog/m-p/858364#M4638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You shouldn't have to add the number of steps or increment status.Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try adding a&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Task.Delay(1000).Wait();&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;call to block the CIM after every line that updates status.Message.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adjust the delay accordingly if 1000 milliseconds is too long.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2018 01:35:28 GMT</pubDate>
    <dc:creator>NarelleChedzey</dc:creator>
    <dc:date>2018-07-27T01:35:28Z</dc:date>
    <item>
      <title>How to update text of ProgressDialog</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-update-text-of-progressdialog/m-p/858359#M4633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a button that shows a progress dialog. I then created a progressor source to update the dialog's message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var&lt;/SPAN&gt; progress = &lt;SPAN class=""&gt;new&lt;/SPAN&gt; ProgressDialog(&lt;SPAN class=""&gt;"Creating edit session"&lt;/SPAN&gt;);&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;progress.Show();&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;var&lt;/SPAN&gt; status = &lt;SPAN class=""&gt;new&lt;/SPAN&gt; ProgressorSource(progress);&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;status.Progressor.Message = &lt;SPAN class=""&gt;"Test"&lt;/SPAN&gt;;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; status.Message = "Test2"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neither of those messages display. It is very difficult to debug since, well, when you debug the dialog is not visible. I'm assuming the progressdialog has it's own internal progresssorsource so mine is being ignored. I assume this because&amp;nbsp;an edit operation is able to update the text of the progressdialog and I did not link the two items together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the proper way to update the progressdialog's message if it is not with the progressor source object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 21:24:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-update-text-of-progressdialog/m-p/858359#M4633</guid>
      <dc:creator>stevegourley</dc:creator>
      <dc:date>2018-07-24T21:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to update text of ProgressDialog</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-update-text-of-progressdialog/m-p/858360#M4634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take a look at the sample at this location&amp;nbsp;&lt;/P&gt;&lt;P&gt;&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;P&gt;&lt;/P&gt;&lt;P&gt;It illustrates using the ProgressDialog with a ProgressSource or a CancellableProgressorSource that updates messages.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Narelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 15:16:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-update-text-of-progressdialog/m-p/858360#M4634</guid>
      <dc:creator>NarelleChedzey</dc:creator>
      <dc:date>2018-07-25T15:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to update text of ProgressDialog</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-update-text-of-progressdialog/m-p/858361#M4635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the link, but I reviewed it before posting&amp;nbsp;the question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It&amp;nbsp;appears to show the progressdialog and the progresssource used separately. It does not show how to use them together which is what I am trying to do. I am also not using the queuetask.run method which is what the sample seems to use the progresssource with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 15:38:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-update-text-of-progressdialog/m-p/858361#M4635</guid>
      <dc:creator>stevegourley</dc:creator>
      <dc:date>2018-07-25T15:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to update text of ProgressDialog</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-update-text-of-progressdialog/m-p/858362#M4636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;protected override async void OnClick()&lt;BR /&gt; {&lt;BR /&gt;&amp;nbsp; using (var progress = new ProgressDialog("start message", 10))&lt;BR /&gt;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; var status = new ProgressorSource(progress);&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; progress.Show();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; int idx = 0;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; while (idx &amp;lt; 10)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; status.Value += 1;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; status.Message = "Test " + idx.ToString();&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; // this works too&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; // status.Progressor.Message = "Test " + idx.ToString();&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; idx++;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; // do some long running method&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; await QueuedTask.Run(async () =&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; await Task.Delay(1000);&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; });&lt;BR /&gt;&amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; progress.Hide();&lt;BR /&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 17:45:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-update-text-of-progressdialog/m-p/858362#M4636</guid>
      <dc:creator>NarelleChedzey</dc:creator>
      <dc:date>2018-07-26T17:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to update text of ProgressDialog</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-update-text-of-progressdialog/m-p/858363#M4637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good call on the using statement. I didn't realize the progressdialog was disposable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I'm trying to do...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this command bound to a button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P class=""&gt;CreateFacilityCommand.Subscribe(&lt;SPAN class=""&gt;async&lt;/SPAN&gt; () =&amp;gt; {&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;using&lt;/SPAN&gt; (&lt;SPAN class=""&gt;var&lt;/SPAN&gt; progress = &lt;SPAN class=""&gt;new&lt;/SPAN&gt; ProgressDialog(&lt;SPAN class=""&gt;"Creating edit session"&lt;/SPAN&gt;)) {&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;var&lt;/SPAN&gt; status = &lt;SPAN class=""&gt;new&lt;/SPAN&gt; ProgressorSource(progress);&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;progress.Show();&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;await&lt;/SPAN&gt; CreateFacility(status);&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;progress.Hide();&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;}&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;});&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I create the dialog, the progressor source and pass it to an async function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;private&lt;/SPAN&gt; &lt;SPAN class=""&gt;async&lt;/SPAN&gt; Task CreateFacility(ProgressorSource status) =&amp;gt; &lt;SPAN class=""&gt;await&lt;/SPAN&gt;&amp;nbsp;QueuedTask.Run(&lt;SPAN class=""&gt;async&lt;/SPAN&gt; () =&amp;gt; {&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;status.Message = &lt;SPAN class=""&gt;"update 1&lt;/SPAN&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;var&lt;/SPAN&gt; operation = &lt;SPAN class=""&gt;new&lt;/SPAN&gt; EditOperation {&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;SelectNewFeatures = &lt;SPAN class=""&gt;true&lt;/SPAN&gt;,&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;ShowProgressor = &lt;SPAN class=""&gt;false&lt;/SPAN&gt;,&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;ProgressMessage = &lt;SPAN class=""&gt;"Creating new facility"&lt;/SPAN&gt;,&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;ShowModalMessageAfterFailure = &lt;SPAN class=""&gt;true&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;};&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;status.Message = &lt;SPAN class=""&gt;"update 2&lt;/SPAN&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;operation.Create(facilityLayer, attributes);&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;await&lt;/SPAN&gt; operation.ExecuteAsync();&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;if&lt;/SPAN&gt; (!operation.IsSucceeded) {&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;status.Message = &lt;SPAN class=""&gt;"update 3"&lt;/SPAN&gt;;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;}&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; status.Message = "update 4";&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;});&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I've tried running on the ui thread, the bg thread, i've tried adding task.delay to&amp;nbsp;slow down the updates, but&amp;nbsp;the text doesn't update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to add the number of steps? I don't need accurate progress&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 23:47:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-update-text-of-progressdialog/m-p/858363#M4637</guid>
      <dc:creator>stevegourley</dc:creator>
      <dc:date>2018-07-26T23:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to update text of ProgressDialog</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-update-text-of-progressdialog/m-p/858364#M4638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You shouldn't have to add the number of steps or increment status.Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try adding a&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Task.Delay(1000).Wait();&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;call to block the CIM after every line that updates status.Message.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adjust the delay accordingly if 1000 milliseconds is too long.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 01:35:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-update-text-of-progressdialog/m-p/858364#M4638</guid>
      <dc:creator>NarelleChedzey</dc:creator>
      <dc:date>2018-07-27T01:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to update text of ProgressDialog</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-update-text-of-progressdialog/m-p/858365#M4639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the task.delay before and it doesn't seem to make any difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to add more UI hints as to what was going on in here&amp;nbsp;&lt;A class="link-titled" href="https://github.com/agrc/uic-addin/blob/master/Controls/CreateNewFacilityControlViewModel.cs#L20-L26" title="https://github.com/agrc/uic-addin/blob/master/Controls/CreateNewFacilityControlViewModel.cs#L20-L26"&gt;uic-addin/CreateNewFacilityControlViewModel.cs at master · agrc/uic-addin · GitHub&lt;/A&gt;&amp;nbsp;&amp;nbsp;with quite a few modifications that aren't shown in that code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 20:08:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-update-text-of-progressdialog/m-p/858365#M4639</guid>
      <dc:creator>stevegourley</dc:creator>
      <dc:date>2018-07-30T20:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to update text of ProgressDialog</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-update-text-of-progressdialog/m-p/858366#M4640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #3d3d3d; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #3d3d3d;"&gt;Hi Steve,&lt;/P&gt;&lt;P style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #3d3d3d; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #3d3d3d;"&gt;&amp;nbsp;Sorry - I posted this to one of your other threads accidentally:&lt;/P&gt;&lt;P style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #3d3d3d; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #3d3d3d;"&gt;&amp;nbsp;I looked at Narelle's example and at your code (which has changed in the meantime) and I did notice a small difference:&lt;/P&gt;&lt;P style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #3d3d3d; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #3d3d3d;"&gt;When you call QueuedTask.Run you need to specify the ProgressorSource parameter.&amp;nbsp; In the snippet I had copied earlier I noticed the missed the parameter: , status.Progressor as you can see here:&lt;/P&gt;&lt;PRE style="background-attachment: scroll; background-clip: border-box; background-color: #f5f2f0; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #000000; counter-reset: linenumber; direction: ltr; font-family: monospace; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 22.5px; -ms-hyphens: none; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; overflow-x: auto; position: relative; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px #fff; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal; padding: 15px 15px 15px 57px; margin: 7.5px 0px 7.5px 0px; border: 0px none #000000;"&gt;&lt;CODE style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; position: relative; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #000000;"&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #0077aa; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #0077aa;"&gt;private&lt;/SPAN&gt; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #0077aa; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #0077aa;"&gt;async&lt;/SPAN&gt; Task &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #d74444; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #d74444;"&gt;CreateFacilityAsync&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;(&lt;/SPAN&gt;ProgressorSource status&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;)&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&amp;nbsp; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: rgba(255, 255, 255, 0.5); background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #a67f59; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #a67f59;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: rgba(255, 255, 255, 0.5); background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #a67f59; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #a67f59;"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #0077aa; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #0077aa;"&gt;await&lt;/SPAN&gt; QueuedTask&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #d74444; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #d74444;"&gt;Run&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;)&lt;/SPAN&gt; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: rgba(255, 255, 255, 0.5); background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #a67f59; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #a67f59;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: rgba(255, 255, 255, 0.5); background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #a67f59; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #a67f59;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&amp;nbsp; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;{&lt;/SPAN&gt; …&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&amp;nbsp; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;,&lt;/SPAN&gt; status&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;.&lt;/SPAN&gt;Progressor&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;;&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; left: -57px; letter-spacing: -1px; -ms-user-select: none; outline-color: invert; outline-style: none; outline-width: 0px; pointer-events: none; position: absolute; text-shadow: 0px 1px #fff; top: -3px; vertical-align: baseline; width: 45px; border-width: 0px 1px 0px 0px; border-color: #000000 #999999 #000000 #000000; border-style: none solid none none; padding: 0px; margin: 0px;"&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #3d3d3d; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #3d3d3d;"&gt;Also be aware that ProgressorSource status message updates are 'relayed' back to the GUI via a message queue and only processed if the GUI thread gets around to it.&amp;nbsp; Consequently some messages might be lost because once the GUI processes an update, any subsequent update can 'override' it, if multiple 'backed up' updates are waiting in the message queue.&amp;nbsp; I think Narelle added the 'Task.Delay' statements to allow the GUI sufficient time to catch up.&amp;nbsp; In the past I have also used a ProgressBar and Status text fields in my DockPanes to give users a feedback on progress (in some cases that fit my workflow requirements better that a popup dialog).&amp;nbsp; In this case you need to make sure that any updates to your ViewModule properties are thread save.&amp;nbsp; Here is a snippet that worked for me (this snippet updates a text property from any thread):&lt;/P&gt;&lt;PRE style="background-attachment: scroll; background-clip: border-box; background-color: #f5f2f0; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #000000; counter-reset: linenumber; direction: ltr; font-family: monospace; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 22.5px; -ms-hyphens: none; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; overflow-x: auto; position: relative; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px #fff; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal; padding: 15px 15px 15px 57px; margin: 7.5px 0px 7.5px 0px; border: 0px none #000000;"&gt;&lt;CODE style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; position: relative; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #708090; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #708090;"&gt;/// &amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #708090; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #708090;"&gt;/// UpdateStatusText can be called from any thread to update the TxtStatus&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #708090; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #708090;"&gt;/// text property in my ViewModel, also adds a newline at the end of the text.&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #708090; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #708090;"&gt;/// &amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #708090; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #708090;"&gt;/// &amp;lt;param name="text"&amp;gt;&amp;lt;/param&amp;gt;&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #0077aa; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #0077aa;"&gt;public&lt;/SPAN&gt; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #0077aa; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #0077aa;"&gt;void&lt;/SPAN&gt; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #d74444; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #d74444;"&gt;UpdateStatusText&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #0077aa; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #0077aa;"&gt;string&lt;/SPAN&gt; text&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;)&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;{&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #0077aa; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #0077aa;"&gt;if&lt;/SPAN&gt; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;(&lt;/SPAN&gt;System&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;.&lt;/SPAN&gt;Windows&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;.&lt;/SPAN&gt;Application&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;.&lt;/SPAN&gt;Current&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;.&lt;/SPAN&gt;Dispatcher&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #d74444; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #d74444;"&gt;CheckAccess&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;)&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;{&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TxtStatus &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: rgba(255, 255, 255, 0.5); background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #a67f59; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #a67f59;"&gt;+&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: rgba(255, 255, 255, 0.5); background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #a67f59; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #a67f59;"&gt;=&lt;/SPAN&gt; text &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: rgba(255, 255, 255, 0.5); background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #a67f59; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #a67f59;"&gt;+&lt;/SPAN&gt; Environment&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;.&lt;/SPAN&gt;NewLine&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;;&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;}&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #0077aa; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #0077aa;"&gt;else&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;{&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProApp&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;.&lt;/SPAN&gt;Current&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;.&lt;/SPAN&gt;Dispatcher&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #d74444; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #d74444;"&gt;BeginInvoke&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;(&lt;/SPAN&gt;DispatcherPriority&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;.&lt;/SPAN&gt;Normal&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;,&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;(&lt;/SPAN&gt;Action&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;)&lt;/SPAN&gt; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: rgba(255, 255, 255, 0.5); background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #a67f59; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #a67f59;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: rgba(255, 255, 255, 0.5); background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #a67f59; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #a67f59;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;{&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TxtStatus &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: rgba(255, 255, 255, 0.5); background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #a67f59; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #a67f59;"&gt;+&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: rgba(255, 255, 255, 0.5); background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #a67f59; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #a67f59;"&gt;=&lt;/SPAN&gt; text &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: rgba(255, 255, 255, 0.5); background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #a67f59; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #a67f59;"&gt;+&lt;/SPAN&gt; Environment&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;.&lt;/SPAN&gt;NewLine&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;;&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;;&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;}&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #999999; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px none #999999;"&gt;}&lt;/SPAN&gt;&lt;BR style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; outline-color: invert; outline-style: none; outline-width: 0px; text-shadow: 0px 1px #fff;" /&gt;&lt;SPAN style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; font-family: monospace; font-size: 15px; font-style: normal; font-weight: 400; left: -57px; letter-spacing: -1px; -ms-user-select: none; outline-color: invert; outline-style: none; outline-width: 0px; pointer-events: none; position: absolute; text-shadow: 0px 1px #fff; top: -3px; vertical-align: baseline; width: 45px; border-width: 0px 1px 0px 0px; border-color: #000000 #999999 #000000 #000000; border-style: none solid none none; padding: 0px; margin: 0px;"&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #3d3d3d; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #3d3d3d;"&gt;Hope this helps,&lt;/P&gt;&lt;P style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #3d3d3d; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #3d3d3d; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #3d3d3d;"&gt;Wolf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 16:42:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-update-text-of-progressdialog/m-p/858366#M4640</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2018-07-31T16:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to update text of ProgressDialog</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-update-text-of-progressdialog/m-p/1651436#M13131</link>
      <description>&lt;P&gt;Does it work without&amp;nbsp;&lt;SPAN&gt;QueuedTask, I mean without running inside QueuedTask?&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/12882"&gt;@Wolf&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 13:30:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-update-text-of-progressdialog/m-p/1651436#M13131</guid>
      <dc:creator>AnkushMadankar</dc:creator>
      <dc:date>2025-09-18T13:30:25Z</dc:date>
    </item>
  </channel>
</rss>

