Hello,
I have two add-ins (c#). I added the first add-ins to Invnetor to a new tab “MyTab”, and panel “MyPanel”. I cannot add the second button to the same tab. The buttons have different internalName and displayName. I have different ClassId/ClientId/GUID number for 2 projects. The program stops at this point:
CommandCategory slotCmdCategory = application.CommandManager.CommandCategories.Add("Slot", "Autodesk:YourAddIn:ShowTextCmd", addinId);
When I try to add the second button to a new tab, e.g. “MyTab_2”. The second button appears and the first button disappears in the “MyTab” tab. “MyTab” still exists, but there are no buttons.
Something wrong with the creation of the buttons, any ideas what I can change?