Quantcast
Channel: Question and Answer » arcpy
Viewing all articles
Browse latest Browse all 767

building a progress dialog with pythonaddins in ArcMap

$
0
0

As a component of my add-in, I compute a bunch of summary statistics when the user clicks a button. This can take a while to process and it can appear as though the program has stopped responding. I would like to add a dialog box which can indicate to the user that the program is still processing. I was interested in using wxPython, but I don’t necessarily want to rely on users installing dependencies that aren’t included with the standard bundle.

Any good ideas?

I was considering something like this (except for my concern above):


Viewing all articles
Browse latest Browse all 767

Trending Articles