<?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 Fire ArcGIS Tools Status Reporting after Running a Script in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-to-fire-arcgis-tools-status-reporting-after/m-p/293681#M22712</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please somebody help me!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2011 02:35:28 GMT</pubDate>
    <dc:creator>BruceGreen</dc:creator>
    <dc:date>2011-03-02T02:35:28Z</dc:date>
    <item>
      <title>How to Fire ArcGIS Tools Status Reporting after Running a Script</title>
      <link>https://community.esri.com/t5/python-questions/how-to-fire-arcgis-tools-status-reporting-after/m-p/293680#M22711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Guys&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a question on how to run a simple arcpy script without deploying the ArcGIS running tool!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a very Simple code as:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
from Tkinter import *
class MyApp:&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; def __init__(self, myParent):&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.myContainer1 = Frame(myParent)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.myContainer1.pack()

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.button1 = Button(self.myContainer1)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.button1["text"]= "Hello, World!"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.button1["background"] = "green"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.button1.pack()

root = Tk()
myapp = MyApp(root)&amp;nbsp; 
root.mainloop()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;SPAN&gt;every thing goes fine but the only problem is (As shown in below screen shot) the ArcGIS tools status reporting remains on the screen and didn't exit until I cancel the TKinter frame!.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I just create a simple toolbox and add the script as a stand alone script to it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://behseini.persiangig.com/gis.bmp"&gt;&lt;IMG src="http://behseini.persiangig.com/gis.bmp" /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please let me know how I can get rid of the ArcGIS tool statues reporting box?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can you please provide me with any tutorial or sources to create a toolbar and add the script to it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Reggrads&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 16:03:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-fire-arcgis-tools-status-reporting-after/m-p/293680#M22711</guid>
      <dc:creator>BruceGreen</dc:creator>
      <dc:date>2011-03-01T16:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Fire ArcGIS Tools Status Reporting after Running a Script</title>
      <link>https://community.esri.com/t5/python-questions/how-to-fire-arcgis-tools-status-reporting-after/m-p/293681#M22712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please somebody help me!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 02:35:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-fire-arcgis-tools-status-reporting-after/m-p/293681#M22712</guid>
      <dc:creator>BruceGreen</dc:creator>
      <dc:date>2011-03-02T02:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Fire ArcGIS Tools Status Reporting after Running a Script</title>
      <link>https://community.esri.com/t5/python-questions/how-to-fire-arcgis-tools-status-reporting-after/m-p/293682#M22713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you just want to create a toolbar with the script on it, first create the new toolbar. Then create a new button for it and follow the instructions detailed on &lt;/SPAN&gt;&lt;A href="http://gis.stackexchange.com/questions/401/arcmap-attach-python-script-to-a-button" rel="nofollow"&gt;&lt;SPAN style="color: &amp;quot;Red&amp;quot;; text-decoration: underline;"&gt;this post&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 01:22:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-fire-arcgis-tools-status-reporting-after/m-p/293682#M22713</guid>
      <dc:creator>johnhayes</dc:creator>
      <dc:date>2011-03-09T01:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to Fire ArcGIS Tools Status Reporting after Running a Script</title>
      <link>https://community.esri.com/t5/python-questions/how-to-fire-arcgis-tools-status-reporting-after/m-p/293683#M22714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Perhaps have a dummy script that launches the tkinter script? The dummy script (the one directly launched from the toolbox will finish, but the tkinter one will continue (but be independent from the toolbox and act as a stand alone script without ArcToolbox functionality - i.e. won't add output layers to the TableOfContents, etc.).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it just annoying to have the toolbox dialog, or something else? Seems that it really is "appropriate" that the toolbox dialog is there because the script is still actually running until something is clicked in the tkinter GUI, right?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 03:45:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-fire-arcgis-tools-status-reporting-after/m-p/293683#M22714</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2011-03-09T03:45:45Z</dc:date>
    </item>
  </channel>
</rss>

