Continuing on in learning Python as I go I am at the next issue. I have created a Python toolbar add-in with a button for use in ArcMap.
Start up ArcMap, toolbar is there, select button and a menu I created in Python is displayed. It contains radiobuttons and comboboxes.
On the reset button I want to clear the radiobuttons, clear the selected item from the combobox so it is not selected-blue, and set the combobox back to the first item in the list.
When I run the script from PyScripter the menu appears and I can clear and reset everything so the menu looks like it just loaded.