<?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: Issue in ArcGIS Pro python tool window in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/issue-in-arcgis-pro-python-tool-window/m-p/1169185#M54586</link>
    <description>&lt;P&gt;That dialog is for the "Custom" tools which use a python script, and not for the confusingly named "python" toolbox, where you specify everything.&lt;/P&gt;&lt;P&gt;So assuming you are trying to create a "custom" python tool, then...&lt;/P&gt;&lt;P&gt;Fill in the General options first.&lt;/P&gt;&lt;P&gt;Next provide a Name for the tool parameter (which you generally, assign in your script using GetParameterAsText, or sys.argv)&lt;/P&gt;&lt;P&gt;Provide the type etc and move on to the next parameter.&lt;/P&gt;&lt;P&gt;Perhaps you didn't specify parameters for the script (?)&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/geoprocessing_and_python/comparing-custom-and-python-toolboxes.htm" target="_blank"&gt;Comparing custom and Python toolboxes—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I use Custom toolboxes since I screengrab the dialogs for documentation and you can still edit validation code for the tool&lt;/P&gt;</description>
    <pubDate>Fri, 29 Apr 2022 08:21:26 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2022-04-29T08:21:26Z</dc:date>
    <item>
      <title>Issue in ArcGIS Pro python tool window</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/issue-in-arcgis-pro-python-tool-window/m-p/1169161#M54584</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was recently trying to create a python tool in ArcGIS Pro but I don't know for what reason the tool creation window looks a bit odd!&lt;/P&gt;&lt;P&gt;I created a new toolbox and right clicked on toolbox and chose New -&amp;gt; Script. But the Options is greyed out&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NoraDiba_0-1651211234172.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/40157i4446E1A158AB3286/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NoraDiba_0-1651211234172.png" alt="NoraDiba_0-1651211234172.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and I cannot add any new parameter!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NoraDiba_1-1651211269941.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/40158i505DD0C447D3E34F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NoraDiba_1-1651211269941.png" alt="NoraDiba_1-1651211269941.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've also tried with the Default toolbox, the only difference is the Options is turned on, but I still cannot add any parameter!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NoraDiba_2-1651211355749.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/40159i13D26BF97BF82ECE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NoraDiba_2-1651211355749.png" alt="NoraDiba_2-1651211355749.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Just wondering if anyone had any similar experience?!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 05:53:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/issue-in-arcgis-pro-python-tool-window/m-p/1169161#M54584</guid>
      <dc:creator>NoraDiba</dc:creator>
      <dc:date>2022-04-29T05:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in ArcGIS Pro python tool window</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/issue-in-arcgis-pro-python-tool-window/m-p/1169185#M54586</link>
      <description>&lt;P&gt;That dialog is for the "Custom" tools which use a python script, and not for the confusingly named "python" toolbox, where you specify everything.&lt;/P&gt;&lt;P&gt;So assuming you are trying to create a "custom" python tool, then...&lt;/P&gt;&lt;P&gt;Fill in the General options first.&lt;/P&gt;&lt;P&gt;Next provide a Name for the tool parameter (which you generally, assign in your script using GetParameterAsText, or sys.argv)&lt;/P&gt;&lt;P&gt;Provide the type etc and move on to the next parameter.&lt;/P&gt;&lt;P&gt;Perhaps you didn't specify parameters for the script (?)&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/geoprocessing_and_python/comparing-custom-and-python-toolboxes.htm" target="_blank"&gt;Comparing custom and Python toolboxes—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I use Custom toolboxes since I screengrab the dialogs for documentation and you can still edit validation code for the tool&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 08:21:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/issue-in-arcgis-pro-python-tool-window/m-p/1169185#M54586</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-04-29T08:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in ArcGIS Pro python tool window</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/issue-in-arcgis-pro-python-tool-window/m-p/1169192#M54587</link>
      <description>&lt;P&gt;Thanks Dan &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 08:37:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/issue-in-arcgis-pro-python-tool-window/m-p/1169192#M54587</guid>
      <dc:creator>NoraDiba</dc:creator>
      <dc:date>2022-04-29T08:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in ArcGIS Pro python tool window</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/issue-in-arcgis-pro-python-tool-window/m-p/1169194#M54588</link>
      <description>&lt;P&gt;Report if it works out and the issue is solved&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 08:42:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/issue-in-arcgis-pro-python-tool-window/m-p/1169194#M54588</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-04-29T08:42:02Z</dc:date>
    </item>
  </channel>
</rss>

