<?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 How do you get the SetProgressor() to actually display? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-do-you-get-the-setprogressor-to-actually/m-p/343748#M26909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have tried running my Python script in both PythonWin and a regular window, and it doesn't show up either way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
arcpy.SetProgressor("step", "Processing...")

do stuff...

arcpy.SetProgressorPosition(3)
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I actually have to "print" it somehow?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2012 16:13:44 GMT</pubDate>
    <dc:creator>JeremyRead</dc:creator>
    <dc:date>2012-01-23T16:13:44Z</dc:date>
    <item>
      <title>How do you get the SetProgressor() to actually display?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-you-get-the-setprogressor-to-actually/m-p/343748#M26909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have tried running my Python script in both PythonWin and a regular window, and it doesn't show up either way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
arcpy.SetProgressor("step", "Processing...")

do stuff...

arcpy.SetProgressorPosition(3)
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I actually have to "print" it somehow?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 16:13:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-you-get-the-setprogressor-to-actually/m-p/343748#M26909</guid>
      <dc:creator>JeremyRead</dc:creator>
      <dc:date>2012-01-23T16:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get the SetProgressor() to actually display?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-you-get-the-setprogressor-to-actually/m-p/343749#M26910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; In a stand-alone script, your script isn't being called from an ArcGIS application, so there is no progress dialog box, result, or Python window where your messages can be viewed.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00150000000p000000.htm"&gt;&lt;BR /&gt;Arc 10 Help: Writing messages in script tools&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 16:17:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-you-get-the-setprogressor-to-actually/m-p/343749#M26910</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-01-23T16:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get the SetProgressor() to actually display?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-you-get-the-setprogressor-to-actually/m-p/343750#M26911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah, gotcha.&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The example in Desktop Help for SetProgressor() didn't really mention anything about that.&amp;nbsp; I appreciate the link for help with messages &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 17:17:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-you-get-the-setprogressor-to-actually/m-p/343750#M26911</guid>
      <dc:creator>JeremyRead</dc:creator>
      <dc:date>2012-01-23T17:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get the SetProgressor() to actually display?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-you-get-the-setprogressor-to-actually/m-p/343751#M26912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, well... I spoke too soon.&amp;nbsp; I looked at the help that you linked and I still don't really get it.&amp;nbsp; I still don't see how to tell it to display the step progressor each time it updates (steps).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 17:36:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-you-get-the-setprogressor-to-actually/m-p/343751#M26912</guid>
      <dc:creator>JeremyRead</dc:creator>
      <dc:date>2012-01-23T17:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get the SetProgressor() to actually display?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-you-get-the-setprogressor-to-actually/m-p/343752#M26913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;OK, well... I spoke too soon.&amp;nbsp; I looked at the help that you linked and I still don't really get it.&amp;nbsp; I still don't see how to tell it to display the step progressor each time it updates (steps).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The help I linked is about printing messages -- which is what you have to do in scripts not run as a toolbox's script tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The help for &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//000v0000000v000000"&gt;SetProgressor &lt;/A&gt;&lt;SPAN&gt;has a code sample at the bottom on how to update progressor messages and the progressor "bar graphic".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've found that sometimes progressor messages from tools you are running (especially spatial analyst tools) trump your progressor settings. In those cases the progressor doesn't always do exactly what you want.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 17:44:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-you-get-the-setprogressor-to-actually/m-p/343752#M26913</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-01-23T17:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get the SetProgressor() to actually display?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-you-get-the-setprogressor-to-actually/m-p/343753#M26914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The help I linked is about printing messages -- which is what you have to do in scripts not run as a toolbox's script tool.&lt;BR /&gt;&lt;BR /&gt;The help for &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//000v0000000v000000"&gt;SetProgressor &lt;/A&gt;has a code sample at the bottom on how to update progressor messages and the progressor "bar graphic".&lt;BR /&gt;&lt;BR /&gt;I've found that sometimes progressor messages from tools you are running (especially spatial analyst tools) trump your progressor settings. In those cases the progressor doesn't always do exactly what you want.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I must have an issue on my machine or something.&amp;nbsp; My script is setup to work just like the example.&amp;nbsp; I even copied/pasted the example and ran it on my own machine (double-clicked the script icon) and it worked, but I saw nothing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 19:36:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-you-get-the-setprogressor-to-actually/m-p/343753#M26914</guid>
      <dc:creator>JeremyRead</dc:creator>
      <dc:date>2012-01-23T19:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get the SetProgressor() to actually display?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-you-get-the-setprogressor-to-actually/m-p/343754#M26915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;SetProgressor only takes effect when you run the script as a script tool from within an ArcGIS application (ArcMap, ArcCatalog, etc.). Running it standalone or from a Python IDE/interpreter, it will not display the progress dialog.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 19:39:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-you-get-the-setprogressor-to-actually/m-p/343754#M26915</guid>
      <dc:creator>LoganPugh</dc:creator>
      <dc:date>2012-01-23T19:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get the SetProgressor() to actually display?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-you-get-the-setprogressor-to-actually/m-p/343755#M26916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;SetProgressor only takes effect when you run the script as a script tool from within an ArcGIS application (ArcMap, ArcCatalog, etc.). Running it standalone or from a Python IDE/interpreter, it will not display the progress dialog.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok, thank you.&amp;nbsp; I guess I will need to find a different method.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 19:44:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-you-get-the-setprogressor-to-actually/m-p/343755#M26916</guid>
      <dc:creator>JeremyRead</dc:creator>
      <dc:date>2012-01-23T19:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get the SetProgressor() to actually display?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-you-get-the-setprogressor-to-actually/m-p/343756#M26917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you found any way to override&amp;nbsp;or supress these other progressor messages from Esri?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 20:12:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-you-get-the-setprogressor-to-actually/m-p/343756#M26917</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2018-06-01T20:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get the SetProgressor() to actually display?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-you-get-the-setprogressor-to-actually/m-p/343757#M26918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. But, this is a little bit moot as the progressors are not out front anymore (ArcMap background processing, Pro).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2018 22:25:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-you-get-the-setprogressor-to-actually/m-p/343757#M26918</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2018-06-03T22:25:53Z</dc:date>
    </item>
  </channel>
</rss>

