cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Is it possible to edit the ribbon menu in ModelManager?

ThomasKirkman
16-Pearl

Is it possible to edit the ribbon menu in ModelManager?

Is it possible to edit the ribbon menu in ModelManager? I want to add a button to toggle the BOM module on and off. This way users can quickly turn it on to create a BOM and then turn it off to release the BOM license for others to use.

 

Thanks

 

Tom

Creo Element\Direct Modeling 20.6.0.0.0
1 ACCEPTED SOLUTION

Accepted Solutions

Hello Tom,

Providing some Model Manager java customization, you can enable and disable BOM Editor from ribbon as shown in here attached "BOMManagerRibbonTools.PNG".

BOMManagerRibbonTools.PNG

In this example, I put a couple of buttons in the new "ACME Tab" in order to enable or disable the BOM Editor module. You may set the buttons in any other tab as you like.

The work is done by a couple of java classes and a XML configuration. You will find all this material in the here attached "custom.zip".

You may test your Model and Drawing Manager client without any development environment using the following:

- copy the classes files in the same path in your Model and Drawing Manager client

- edit your custom.xml adding the Ribbon section, just after the Options section

- and start your client

To populate the solution, then do the following:

- insert the src files in your development environment

- edit your custom.xml

- compile your project

- and finally build (mmbuild) your ModelManagerSetup.exe so that clients may update

This has been designed and tested against Model Manager 20.0 F000; I guess it should work on some previous versions. Tell me how does it work with yours.

Hope this will help.

View solution in original post

6 REPLIES 6

For me i would put it in the "Quick Access Toolbar" so you have access on it regardeles in witch tab you are.

I dit the same with the  buttons for "switch 2 Annotation" and "switch 2 Modeling"

We dont have ModelManager but if it works in the same way as Modeling and Annotation, there you can modify only the Group "Utilities" and this sepertely for all Tabs to achive the same result.

(Please write info in your Signature) Sysinfo: I use Creo Elements Direct /Drafting, /Modeling and /Modeling Express 8.0 ( formerly CoCreate- SolidDesigner and Drafting or ME10 )

Friedhelm

I wish it were that simple.  ModelManager use java and is not simple to understand.

regards

Tom

Creo Element\Direct Modeling 20.6.0.0.0

Sorry Tom,

i thought that it looks like this

ModelManager.jpg

(Please write info in your Signature) Sysinfo: I use Creo Elements Direct /Drafting, /Modeling and /Modeling Express 8.0 ( formerly CoCreate- SolidDesigner and Drafting or ME10 )

Hello Tom,

Providing some Model Manager java customization, you can enable and disable BOM Editor from ribbon as shown in here attached "BOMManagerRibbonTools.PNG".

BOMManagerRibbonTools.PNG

In this example, I put a couple of buttons in the new "ACME Tab" in order to enable or disable the BOM Editor module. You may set the buttons in any other tab as you like.

The work is done by a couple of java classes and a XML configuration. You will find all this material in the here attached "custom.zip".

You may test your Model and Drawing Manager client without any development environment using the following:

- copy the classes files in the same path in your Model and Drawing Manager client

- edit your custom.xml adding the Ribbon section, just after the Options section

- and start your client

To populate the solution, then do the following:

- insert the src files in your development environment

- edit your custom.xml

- compile your project

- and finally build (mmbuild) your ModelManagerSetup.exe so that clients may update

This has been designed and tested against Model Manager 20.0 F000; I guess it should work on some previous versions. Tell me how does it work with yours.

Hope this will help.

Louis

Thank you for your reply.  The only step I am not sure about is "compile your project".  How is this accomplished?

Thank you

Tom

Creo Element\Direct Modeling 20.6.0.0.0

Tom,

If you want to make this customization available for all your clients, you must extend your Model Manager, by following the Creo Elements/Direct Model Manager Customization Guide. You will have to setup a development environment for Creo Elements/Direct Model Manager, then you will merge the 2 .java classes and finally build the project. This will build the custom.jar file needed to create the new ModelManagerSetup.exe available for all your clients with this customization.

If you're not familar with customization, please read carefully the Creo Elements/Direct Model Manager Customization Guide (C:\Program Files (x86)\PTC\Creo Elements\Direct Manager Server 18.1\doc\C\customize\customize.chm) paragraph "Java Extension".

It's more easy than you can think at your first reading.

Top Tags