<?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: Why can you no longer display disabled Python script parameters in ArcGIS Pro? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/why-can-you-no-longer-display-disabled-python/m-p/1147181#M63855</link>
    <description>&lt;P&gt;Well, I just ran into this and thought it was a bug...&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To ESRI Support...Thanks for letting me know that this was intended and not a bug. That said, why change the behavior of an existing parameter. If you wanted to allow for the parameter to be visible or not, add that functionality with another parameter function...self.params[x].visible = false. As it stands, I have lost the opportunity to provide context to the user's interaction with the tool and gained no benefit from the modifications to the these properties.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Feb 2022 19:48:03 GMT</pubDate>
    <dc:creator>JamesDavidNLAE</dc:creator>
    <dc:date>2022-02-23T19:48:03Z</dc:date>
    <item>
      <title>Why can you no longer display disabled Python script parameters in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/python-questions/why-can-you-no-longer-display-disabled-python/m-p/88832#M6898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am testing some rather robust tools created in ArcGIS Desktop 10.3.1 in ArcGIS Pro 1.4. One nuisance I have come across is a change in behaviour when working with disabled parameters. In the help, it states the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #ededed;"&gt;When a parameter is disabled, it will disappear from view on the tool dialog box, and when reenabled, it will reappear. This effect is seen on several system geoprocessing tools such as the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #ededed;"&gt;Add Field&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #ededed;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;tool where the need for several parameters is dependant on the field type.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You can still manipulate them in the background using the validation tab, however, they are no longer displayed on the form. I want the user to be able to see data outputs from the tool and where they are going to be created &lt;EM&gt;&lt;STRONG&gt;before&lt;/STRONG&gt;&lt;/EM&gt; running the tool. I can no longer do this when the parameters are hidden from view. I have attached an image showing the form in Desktop and the equivalent in Pro. As you can see, the read-only parameters outlined in green in Deskstop no longer show up in Pro. Is there a way to get around this? Can this functionality be restored in a future version of Pro? This is&amp;nbsp;a rather&amp;nbsp;advanced way of controlling user entry and data outputs which I would still like the user to still have the ability to see.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 23:03:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/why-can-you-no-longer-display-disabled-python/m-p/88832#M6898</guid>
      <dc:creator>JohnGaiot</dc:creator>
      <dc:date>2017-10-27T23:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why can you no longer display disabled Python script parameters in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/python-questions/why-can-you-no-longer-display-disabled-python/m-p/88833#M6899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This feature was in the first version of Pro I saw back at holistic testing in Sept 2015. This is very much in line with the design of Pro to present to the user only things the user absolutely needs to see. If you don't like this you should post your request in the&amp;nbsp;&lt;A href="https://community.esri.com/community/arcgis-ideas?sr=search&amp;amp;searchId=fcb194dc-0b93-478d-b5d5-fa85e20f5341&amp;amp;searchIndex=0"&gt;https://community.esri.com/community/arcgis-ideas?sr=search&amp;amp;searchId=fcb194dc-0b93-478d-b5d5-fa85e20f5341&amp;amp;searchIndex=0&lt;/A&gt;‌ space. I doubt they want to go back though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Oct 2017 03:47:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/why-can-you-no-longer-display-disabled-python/m-p/88833#M6899</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2017-10-28T03:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why can you no longer display disabled Python script parameters in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/python-questions/why-can-you-no-longer-display-disabled-python/m-p/88834#M6900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Curtis. I will consider doing this. In some of the tools we have designed, there is a certain structure to our data products which we don't want altered by the user. But&amp;nbsp;it was very handy to show these read-only outputs so they know what to look for when the tool is done (as these outputs serve as inputs to subsequent tools after they are QA/QC'd). This feature goes back to my programming days in VB and C+ in creating 'intelligent' user entry forms for various applications.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 20:19:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/why-can-you-no-longer-display-disabled-python/m-p/88834#M6900</guid>
      <dc:creator>JohnGaiot</dc:creator>
      <dc:date>2017-11-09T20:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why can you no longer display disabled Python script parameters in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/python-questions/why-can-you-no-longer-display-disabled-python/m-p/1147181#M63855</link>
      <description>&lt;P&gt;Well, I just ran into this and thought it was a bug...&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To ESRI Support...Thanks for letting me know that this was intended and not a bug. That said, why change the behavior of an existing parameter. If you wanted to allow for the parameter to be visible or not, add that functionality with another parameter function...self.params[x].visible = false. As it stands, I have lost the opportunity to provide context to the user's interaction with the tool and gained no benefit from the modifications to the these properties.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 19:48:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/why-can-you-no-longer-display-disabled-python/m-p/1147181#M63855</guid>
      <dc:creator>JamesDavidNLAE</dc:creator>
      <dc:date>2022-02-23T19:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why can you no longer display disabled Python script parameters in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/python-questions/why-can-you-no-longer-display-disabled-python/m-p/1147308#M63856</link>
      <description>&lt;P&gt;This is now a user-modifiable setting in the backstage.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="parmeters.png" style="width: 200px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/34836i2C85EE71ABCD1570/image-size/small?v=v2&amp;amp;px=200" role="button" title="parmeters.png" alt="parmeters.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;On the plus side now you can set up a &lt;A href="https://pro.arcgis.com/en/pro-app/latest/get-started/application-setting-management.htm" target="_self"&gt;configuration file&lt;/A&gt; so you users can have this or other settings enforced&amp;nbsp; to an expected config environment. Again not ideal, but you do have options.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 22:47:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/why-can-you-no-longer-display-disabled-python/m-p/1147308#M63856</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2022-02-23T22:47:34Z</dc:date>
    </item>
  </channel>
</rss>

