A python extension to a software program that performs a custom task.
2
votes
1answer
122 views
Refresh combo box in add-in
I've got an add-in with a combo box and want to refresh the list in the combo box after an event in one of the other tools in the same add-in toolbar.
Can I call the combo box somehow to refresh it ...
3
votes
0answers
142 views
Reset python add-in
I have a toolbar which enables a second and third combobox when a selection is made on the previous. I would like to add a button to 'reset' the toolbar. Basically reload the toolbar to it's original ...
1
vote
0answers
86 views
How to access selected feature attributes using Python Add-in button?
I'm trying to extract the attributes of a selected feature in ArcMap using an add-in button, but I don't know how to refer to this selection in the script.
Later I need to copy these attributes into ...
0
votes
0answers
58 views
Connect script with a sub-menu entry within Python-Addin
I have created a menu entry using "pythonaddins" and it contains 2 sub-menus. Two separate scripts have to be linked to the sub-menus which should be invoked one-by-one when I click on sub-menu entry. ...
