Skip to main content
16-Pearl
May 25, 2016
Solved

Erase toolkit application memory from CREO

  • May 25, 2016
  • 1 reply
  • 3798 views

Hi,

How to erase toolkit application memory from CREO, if this option available I can avoid everytime restarting CREO to check my updated Toolkit application.


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Best answer by GabrielZaha

That is right. Bellow is a short extract from the documentation (page 256 of tkuse.pdf for Creo 2.0 M120):

Note that message files are loaded into Creo Parametric only once during a session, during the first call to ProMessageDisplay(). Consequently, if you make a 
change to the message file while Creo Parametric is running, you must exit and restart Creo Parametric to have the changes take effect.

I think the same is true for resource files.

However, to test the layout and appearance of the dialog boxes generated with resource files you can use the prodialog_view utility.

From a command prompt run:

<creo_loadpoint>\Parametric\bin\prodialog_view.bat <full_path_to_resouce_file>

1 reply

14-Alexandrite
May 25, 2016

First you need to add the following line to your "protk.dat" file:

allow_stop                    TRUE

Next, from Creo interface access "Auxiliary Application" command.

You can do this from Home tab / Utilities oweflow / Auxiliary Applications (for an empty session)

home_tab.jpg

or from Tools / Auxiliary Application in all other modes

tools_tab.jpg

On "Auxiliary Application" window select your program and then use the Start and Stop buttons.

aux_App.jpg

For more information's about the registry file and all possible options read the "Creo Parametric TOOLKIT Registry File" Apendix on the toolkit user guide. For Creo 2 this is appendix D at page 1823

16-Pearl
June 2, 2016

Hi Gabrial thanks for your valuable reply, I had tried the steps but it does not work for me.

     In some case if I updated my resource file or Message file from source it not working in same session, only after restarting creo takes effect.

With Best Regards

JKParthiban

14-Alexandrite
June 2, 2016

That is right. Bellow is a short extract from the documentation (page 256 of tkuse.pdf for Creo 2.0 M120):

Note that message files are loaded into Creo Parametric only once during a session, during the first call to ProMessageDisplay(). Consequently, if you make a 
change to the message file while Creo Parametric is running, you must exit and restart Creo Parametric to have the changes take effect.

I think the same is true for resource files.

However, to test the layout and appearance of the dialog boxes generated with resource files you can use the prodialog_view utility.

From a command prompt run:

<creo_loadpoint>\Parametric\bin\prodialog_view.bat <full_path_to_resouce_file>