Message 1 of 8
Add-In unloaded

Not applicable
07-23-2009
04:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Add-in found unloaded when try to add new panel after some existing panel even i used the correct internal name of the existing panel. but if I remove the internal name of the existing panel the add-in found loaded and the new panel before the existing one. I tried with part ribbon Add-Ins tab, general tools tab and drawing tools tab.
renamePartControls.AddButton(oBtnFEdit, True, True, "{48A74AAC-E196-4AF0-9EC2-28C7C5150645}", False)
above code used target control internal name for the drawing tools panel in Add-Ins tab in part ribbon.
is there any other method to do the same correctly.
Thanks & Regards,
Saseendran Kombath
Interplast Co. Ltd.,
UAE
renamePartControls.AddButton(oBtnFEdit, True, True, "{48A74AAC-E196-4AF0-9EC2-28C7C5150645}", False)
above code used target control internal name for the drawing tools panel in Add-Ins tab in part ribbon.
is there any other method to do the same correctly.
Thanks & Regards,
Saseendran Kombath
Interplast Co. Ltd.,
UAE