Skip to main content
1-Visitor
November 20, 2019
Solved

Customization of toolbox in creo parametric

  • November 20, 2019
  • 1 reply
  • 8918 views

Hi,

 

I want to implement a customized toolbar in CREO parametric toolkit.
I am using CREO 4.0 , M20. I have added  2 ribbons manually, when I tried to export ,
only  the .ui file is getting saved and  .rbn file is not getting updated .
And also I am not able to load  .rbn file through RibbonDefinitionfileLoad() command.
Does RibbonDefinitionfileLoad() requires CREO Direct license as well ?

Best answer by Ketan_Lalcheta

compile error itself? Hope you have included header file 

#include <ProRibbon.h>

1 reply

1-Visitor
November 20, 2019

I don't think additional license is required. But I am not sure. What is return status of API while loading ribbon file? Is it not_found? What is your .rbn file location?

Sekar11-VisitorAuthor
1-Visitor
November 20, 2019

Hi,

 

RibbonDefinitionfileLoad() - Identifier is undefined.

This is what the error i get.

And toolkitribbon.rbn file is saved at C:\Program Files\PTC\Creo 4.0\M020\Common Files\apps\KeyShot\text and C:\Program Files\PTC\Creo 4.0\M020\Common Files\x86e_win64\cma\Plugin\text. 

1-Visitor
November 20, 2019

compile error itself? Hope you have included header file 

#include <ProRibbon.h>