Message 1 of 2
Some points to debugging event handlers Python
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm progressing with my simple add-in but have run into issues making use of data passed by various input types, the sample code provided by Autodesk , shows me how to setup various input type, but not how to process the inputs.
I have DropDownLists working OK , i.e depending of the selection made in drop list A I can change the content presented in dropdownlist B .
But I getting no where with GroupRadioButtons, has anyone come across any good resources on how to debug the information passed via event handlers? or can explain how to debug event handlers? 🙂
Cheers, Stephen