Skip to main content
1-Visitor
October 7, 2020
Question

Customizing the Creo İnterface

  • October 7, 2020
  • 2 replies
  • 3074 views

Hello,

 

I want to edit the new file opening layout in Creo. How can I do that? What are the additional software needed.

 

The screen I want to edit looks like the following...

 

emrecan_0-1602070783901.png

 

 

 

2 replies

17-Peridot
October 7, 2020

One way is rewrite "New" dialog and his behavior using Creo Pro/Toolkit API.

Take a look at ProMdlStartAction() at

...\PTC\Creo x.x.x.X\Common Files\protoolkit\tkuse.pdf

emrecan1-VisitorAuthor
1-Visitor
October 7, 2020

@YaroslavSin Do I need Creo UI Editor. Is Creo UI Editor included with Creo Toolkit ? Could you give me some more technical information. It will be happy if you support it with images.

17-Peridot
October 7, 2020

Creo UI editor can't be used for customisation standard Creo user interface. The purpose of Creo UI Editor is to help to develop a resource GUI files for auxiliary applications wrote using Creo API, for example Toolkit. So, yes, this editor is part of toolkit.

If you not familiar with Toolkit, then this task not easy.  

1-Visitor
October 8, 2020

Hello,

 

As Remy mentioned, you will need the Pro or Object Toolkit APIs to create this which adds cost and time.

 

My company has developed something very similar Model Builder already that may be similar to what you're looking for. It creates a PRT/ASM/DRW based off certain attributes, which are defined and standardized by administrators in our database. You can then define a name formula which will name it according to the values of certain parameters also defined by an administrator.

2020-10-08_11-46-01.png

 

Let me know if that is close to what you're looking for!

 

Cheers,