Custom ribbon is not shown after plugin software update
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We develop our product called Topcon Exchange for Autocad. It includes .NET based plugins and, for Civil 3D, custom .cuix file. For our new product version we have encountered the following problem: if we install new version without uninstalling the old one and then running Civil 3D to clean things up, then our custom tab is not shown and it requires to unload the .cuix file manually and then load it again, using CUILOAD command for all these operations. I.e. we see the following:
Install old plugin version->Run Civil 3d->Close Civil 3D->Install new plugin version->Run Civil 3d->No Topcon ribbon tab is shown.
Install old plugin version->Run Civil 3d->Close Civil 3D->Uninstall old plugin version->Run Civil 3d->Close Civil 3D->Install new plugin version->Run Civil 3d->Topcon ribbon tab is shown correctly.
Install old plugin version->Run Civil 3d->Close Civil 3D->Install new plugin version->Run Civil 3d->No Topcon ribbon tab is shown->Run CUILOAD, unload Topcon cuix file, load Topcon cuix file again->Topcon ribbon tab is shown correctly.
Most probably the reason is that in the new version we have renamed the .cuix file and renamed the customization group root, but anyway we would like to have some other solution than to force users to reload the .cuix file manually.