Is there a way to have the script dialog box have the radio button that says "Close this dialog when completed successfully" unchecked for any user who runs the script tool? Is there configuration somewhere to do this? Thanks.
|
ArcGIS stores a great deal of a user's preferences in the Windows Registry, which is partially documented in "ArcGIS Desktop Advanced Settings Registry Keys.doc", found in the Utilities folder of your ArcGIS installation. You can browse these settings with the Registry Editor (run This particular feature asked in the question can be modified using Python (at your own risk!):
You can place snippets of this in |
||||
|
|
|
Based upon your comments in other responses, it sounds like you really just want to alert the user about things that have occurred during the operation of your script, rather than necessarily keep the script dialog box open. A couple of alternative approaches could be:
|
|||||||
|
|
A clean, no fuss alternative would be to display your log file in a simple Tkinter window at the end of your script. While the registry option is workable, there may be forces beyond your control, admin privileges, etc.
|
|||
|
|
|
No, not possible for all scripts or for individual ones. |
|||||||||||
|
