Morning folks,
Odd one for you. I'm trying to set up a progressor for a custom geoprocess that iterates through a large polygon feature. Problem is, I'm calling other arcpy tools with each iteration (specifically select by attributes, clip, and calculate geometry) and the progressor for those tools makes it so that you can only see the custom progressor for a split second in each iteration.
Is there any way to suppress these default progressor messages while a custom progressor is active?
Many thanks,
- Joshua