Image Pro Premier Addin Visual Studio (Multiple Sample icons exhibited)
After following the instruction of specialist Pierre and YuriG https://forums.mediacy.com/discussion/comment/2679#Comment_2679
The sample tools is displayed and one button is displayed, however, every time the project operated, the sample icons added more, please provide the solution.
By the way, are the errors shown in VS2022 critical. Thank you.
The sample tools is displayed and one button is displayed, however, every time the project operated, the sample icons added more, please provide the solution.
By the way, are the errors shown in VS2022 critical. Thank you.
0
Best Answer
-
The ribbon group is loaded by the addin file PremierAddIn2.Addin, please check that you have only 1 file in the Image-Pro folder (X:\).
And another scannable location for these files is C:\Users\<<USER>>\Documents\Image-Pro 10\Addins, so check that folder too.
Yuri
0
Answers
We have not tested VS 2022 yet, so you can try using versions of VS up to 2019. Though it looks like your addin was compiled and worked.
If you question is about the icon, then you can change it in the Ribbon file, "image" parameter, the example below uses star_32 image:
You can also run/debug your addin directly from Visual Studio if you set Start External Program to X:\Image-Pro.exe on the Debug page (you have to map Image-Pro folder (C:\Program Files\Media Cybernetics\Image-Pro 10) to X drive):
I've also attached the project for this sampe.
Yuri