Message 1 of 2
Adding toolbar tab with own add in
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello All,
I want to add a new toolbar tab in the design workspace with python.
I am able to do so with the example code: https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-
In this example they add the existing extrude command to the new toolbar tab.
I want to add my own add-in to this new toolbar tab. I changed the code a little to insert my own add-in.
My add-in is show in the new toolbar tab, but it is not responding when clicking on it.
Can somebody help me with this?
Thank you!