<?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: What kind of UIs are available in Arcpy? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455053#M35763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: left;"&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;One&lt;BR /&gt;more way is to add a text file with all the data needed in the same disk location as the python script.&lt;/P&gt;&lt;P style="text-align: left;"&gt;This is very similar to the cfg file for other software.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 07 Sep 2014 04:34:06 GMT</pubDate>
    <dc:creator>ModyBuchbinder</dc:creator>
    <dc:date>2014-09-07T04:34:06Z</dc:date>
    <item>
      <title>What kind of UIs are available in Arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455048#M35758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been writing some python scripts for colleagues that get stuff done, but I'm forced to have the users edit the scripts to insert the data paths and file names for their situation.&amp;nbsp; The best user interface I can come up with is to put these user editable variables up in a section near the top of the script.&amp;nbsp; I've been looking around for a way to make user interfaces more slick, like a VB browse to data box that would allow the user to browse their directories for their input files,&amp;nbsp; but haven't found the correct place.&amp;nbsp; I snooped around in the docs for Python Add-ins,&amp;nbsp; but decided that is not what I'm looking for.&amp;nbsp; &lt;A href="http://video.esri.com/watch/2288/developing-python-add_dash_ins-for-arcgis-desktophttp://"&gt;http://video.esri.com/watch/2288/developing-python-add_dash_ins-for-arcgis-desktophttp://&lt;/A&gt;&amp;nbsp; at 3:08 pretty much tells me there is no custom UI support in python add-ins.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 23:15:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455048#M35758</guid>
      <dc:creator>PaulHuffman</dc:creator>
      <dc:date>2014-09-04T23:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: What kind of UIs are available in Arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455049#M35759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you turn the script into a scripting tool. This will allow the users to add parameters using a GUI which is available in ArcToolbox.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=An%20overview%20of%20creating%20script%20tools" title="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=An%20overview%20of%20creating%20script%20tools"&gt;ArcGIS Desktop Help 9.3 - An overview of creating script tools&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 23:26:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455049#M35759</guid>
      <dc:creator>GerryGabrisch</dc:creator>
      <dc:date>2014-09-04T23:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: What kind of UIs are available in Arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455050#M35760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I definitely agree with Jerry on this one.&amp;nbsp; It removes the need for other people to have anything else installed on their computers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 23:47:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455050#M35760</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-09-04T23:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: What kind of UIs are available in Arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455051#M35761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this is what I was looking for, except I'm using 10.2.2 so I found the corresponding help pages for my version.&amp;nbsp; Reading the Docs now and went through the Add Script dialog.&amp;nbsp;&amp;nbsp; But I need to understand better the "Setting Script tool parameters"&amp;nbsp; because I haven't figured out how I set a tool parameter to replace the input FCs that my python script now sets as variables from strings in the script e.g. InputFolder = "c:\\avdata\\PythonTest\\ClipLidar\\TestData\\Input" &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Sep 2014 00:02:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455051#M35761</guid>
      <dc:creator>PaulHuffman</dc:creator>
      <dc:date>2014-09-06T00:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: What kind of UIs are available in Arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455052#M35762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the help files on GetParameterAsText&amp;nbsp;&amp;nbsp; (or sys.argv in pure python)&amp;nbsp; In your script you will set your input parameters as such, then in the toolbox, you give it the type.&amp;nbsp; For example, here are snippets from one of my scripts and how I establish the association between the inputs and how the tools parameters need to be identified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;

'''
Properties:
&amp;nbsp; (right-click on the tool and specify the following if creating your own tool)


General
&amp;nbsp; Name&amp;nbsp;&amp;nbsp; mxdInfo
&amp;nbsp; Label&amp;nbsp; mxd Information
&amp;nbsp; Desc&amp;nbsp;&amp;nbsp; Project information focusing on table of contents and data therein
&amp;nbsp; 
Parameter list
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Parameter Properties
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Display Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Direction&amp;nbsp; MultiValue&amp;nbsp; Dependency
&amp;nbsp; argv[1]&amp;nbsp; Select a project&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Arcmap document&amp;nbsp; Required&amp;nbsp; Input&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No
&amp;nbsp; argv[2]&amp;nbsp; Output textfile&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text file&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Optional&amp;nbsp; Output&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No


&amp;nbsp; argv[3]&amp;nbsp; Include env ...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Boolean&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Optional&amp;nbsp; Input&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No


'''

&lt;/PRE&gt;&lt;P&gt;.......&amp;nbsp;&amp;nbsp; The above is part of the header section, the next is the first few lines of the actual script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;

import sys
import arcpy
import textwrap


arcpy.env.overwriteOutput = True


#for toolbox
mxd = sys.argv[1]&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; #Notice that sys.argv[1], or arcpy.GetParameterAsText(0) is a project
output_file = sys.argv[2]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #sys.argv[2] is an output text file
envBoolean = sys.argv[3]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # a Boolean indicating whether environment variables are to be included

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:17:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455052#M35762</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T20:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: What kind of UIs are available in Arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455053#M35763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: left;"&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;One&lt;BR /&gt;more way is to add a text file with all the data needed in the same disk location as the python script.&lt;/P&gt;&lt;P style="text-align: left;"&gt;This is very similar to the cfg file for other software.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Sep 2014 04:34:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455053#M35763</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2014-09-07T04:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: What kind of UIs are available in Arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455054#M35764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was what I should have been reading too:&amp;nbsp; &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Accessing_parameters_in_a_script_tool/001500000007000000/"&gt;Accessing parameters in a script tool&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Worked great.&amp;nbsp; Look, I'm a developer now!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 21:20:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455054#M35764</guid>
      <dc:creator>PaulHuffman</dc:creator>
      <dc:date>2014-09-08T21:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: What kind of UIs are available in Arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455055#M35765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If Python didn't run in some funky sandbox, you could use Tkinter. Last time I checked, if you clicked a button, the GUI died. C# has a &lt;EM style="font-size: 14px; color: #7a7a7a; font-family: Georgia, Times, serif; background: #ffffff;"&gt;&lt;CODE style="background: transparent;"&gt;System.Diagnostics.Process.Start() &lt;/CODE&gt;&lt;/EM&gt;which could possibly be used in your GUI to execute your scripts and pass parameters. It works fine on the desktop but I have never tried it in ArcMap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 22:41:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455055#M35765</guid>
      <dc:creator>PaulCrickard1</dc:creator>
      <dc:date>2014-09-08T22:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: What kind of UIs are available in Arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455056#M35766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul, do dig into parameter validation, this allows you quite a bit of capability to guide your user to get the right inputs in place -- BEFORE they click OK and run the tool. I have used this to make a script tool with more than 15 parameters amazingly easy to use. Of course this is all covered pretty well in the help both for toolboxes and python toolboxes.... However, if you want to check it out as a real-world example of what I'm talking about, see my presentation from the Esri UC, &lt;A href="http://proceedings.esri.com/library/userconf/proc14/papers/1238_193.pdf"&gt;A flexible Python script tool for stratified random site selection.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This toolbox has been posted in GitHub: &lt;A href="https://github.com/cprice-usgs/USGS_Sample" title="https://github.com/cprice-usgs/USGS_Sample"&gt;https://github.com/cprice-usgs/USGS_Sample&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 15:51:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455056#M35766</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2014-09-09T15:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: What kind of UIs are available in Arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455057#M35767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have seen a very successful implementation of setting up a standalone .exe in an independent process which is launched synchronously from Python - using the subprocess module. This could be done with a TkInter Python script as well to "insulate" your arcmap session from the GUI data collection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I agree with &lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt; that in most situations, working within the out of the box GUI tools provided with ArcGIS is best because users don't need to navigate a new UI - they can use the tool UI they are used to (either in ArcGIS Desktop, or soon, in Pro). Let Esri do the work on this one!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 15:57:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455057#M35767</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2014-09-09T15:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: What kind of UIs are available in Arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455058#M35768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One other option that I didn't see mentioned is to turn your script into a &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//014p00000025000000"&gt;ArcGIS Desktop Add-in&lt;/A&gt;.&amp;nbsp; This is a little bit more advanced then creating a ArcToolbox script tool, but it does give you the ability to easily work with the ArcMap data frame/display.&amp;nbsp; It really depends on what you are doing and what need to do with your script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 16:17:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455058#M35768</guid>
      <dc:creator>IanGrasshoff</dc:creator>
      <dc:date>2014-09-09T16:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: What kind of UIs are available in Arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455059#M35769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Arc 10, you can add tools as buttons to the ArcMap / ArcCatalog UI. Addins are really most appropriate when you need the user to be able to interact with the map, layers, etc. Geoprocessing script tools are much more flexible as they can be used in Desktop and Pro, from Python (via arcpy) etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 17:50:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455059#M35769</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2014-09-09T17:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: What kind of UIs are available in Arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455060#M35770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah..I probably should have read the original post more closely, as Paul said that he read the documentation for creating a python add-in and decided against it.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I personally have created lots of ArcGIS Python Script tools, and a couple of add-ins.&amp;nbsp; They both have advantages/disadvantages like everything else.&amp;nbsp; One other thing that I just remembered (not sure if this still works) but you can/could drag a geoprocessing model into the ArcMap table of contents as a "Tool Layer".&amp;nbsp; It would then allow you to run the model from the ArcMap table of contents.&amp;nbsp; I used this a couple of times and it worked decent, still the python script tool is probably best if you don't need to access a users map click coordinates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 18:48:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455060#M35770</guid>
      <dc:creator>IanGrasshoff</dc:creator>
      <dc:date>2014-09-09T18:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: What kind of UIs are available in Arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455061#M35771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought the idea with script tools was that I could zip up a toolbox containing my script tool and sent it to a colleague. But when I try it, the toolbox unpacks at the destination and the tool source still references the python script in its old absolute path.&amp;nbsp; What is the correct way to distribute script tools?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 21:48:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455061#M35771</guid>
      <dc:creator>PaulHuffman</dc:creator>
      <dc:date>2014-09-09T21:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: What kind of UIs are available in Arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455062#M35772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could import the script into the toolbox.&amp;nbsp; This would allow the script to stay with the toolbox when moving it from user to user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 22:29:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455062#M35772</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2014-09-09T22:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: What kind of UIs are available in Arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455063#M35773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is an option to use relative paths in the toolbox properties&amp;nbsp; see &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//01m10000000s000000"&gt;Absolute and Relative Paths in Script Tools&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 22:47:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455063#M35773</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-09-09T22:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: What kind of UIs are available in Arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455064#M35774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I missed that somehow.&amp;nbsp; That worked for me.&amp;nbsp; I had started working on a python toolbox, but this is much easier.&amp;nbsp; This also answers another question I had, How can my user get the script out of the toolbox to see how it works and maybe make slight changes.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 22:53:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455064#M35774</guid>
      <dc:creator>PaulHuffman</dc:creator>
      <dc:date>2014-09-09T22:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: What kind of UIs are available in Arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455065#M35775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They can then right click on the script tool and select edit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 23:21:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455065#M35775</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2014-09-09T23:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: What kind of UIs are available in Arcpy?</title>
      <link>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455066#M35776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This my project in a 10.2 toolbox and a 10.x toolbox.&amp;nbsp; Hey, I thought this new forum had a place to attach zipped files.&amp;nbsp; Well, I can make a link to Dropbox.&amp;nbsp; &lt;A href="https://dl.dropboxusercontent.com/u/9369478/ClipLidar.ziphttp://"&gt;https://dl.dropboxusercontent.com/u/9369478/ClipLidar.ziphttp://&lt;/A&gt;&amp;nbsp;&amp;nbsp; Oh, maybe I just had to get to the advanced editor in this forum. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The project was to export just an area of a LIDAR job by walking the directory tree of a LIDAR job, find tifs, shapefiles, and grids, clip them to an area of interest, and write them out with the same directory tree structure as the input folder,&amp;nbsp; and make it run in 10.0 so without da.walk.&amp;nbsp; There is some repeated code doing the clipping for each data type that might have been done in a function for extra style points, but each data type is a little different. Changed my script enough so two arguments are set by GetParametersAsText.&amp;nbsp; I thought about setting env.overwriteOutput as an option in the dialog box, but then decided I always want to overwrite.&amp;nbsp; Figured out how to add arcpy.AddMessage for some of the print statements I had to monitor progress.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also figured out how to get Desktop Geoprocessing Options set so right click&amp;gt;edit goes to IDLE.&amp;nbsp; I like this environment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 17:17:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-kind-of-uis-are-available-in-arcpy/m-p/455066#M35776</guid>
      <dc:creator>PaulHuffman</dc:creator>
      <dc:date>2014-09-11T17:17:55Z</dc:date>
    </item>
  </channel>
</rss>

