Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an add-in that creates multiple buttons (in a separate panel) within the ribbon-tabs.
If I use this, only the last added button can be fired:
Private WithEvents m_Button As ButtonDefinition
Private Sub m_Button_OnExecute(Context As NameValueMap) Handles m_Button.OnExecute
' action here....
End Sub
I have also tried to put all ButtonDefinitions in a list. All buttons can be fired now, but I cannot find out which button is fired.
Private WithEvents ButtonList As New List(Of ButtonDefinition)
Gives the Inventor API a solution for this, or is there a good workaround?
Get control of your sheet metal files.
Download the app from matprop.com
Download the app from matprop.com
Solved! Go to Solution.