Skip to main content
1-Visitor
April 15, 2014
Solved

display search path in wildfire 3.0

  • April 15, 2014
  • 2 replies
  • 4333 views

Is there a parameter to display search path on bottom of drawing in wildfire 3.0?


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 MartinHanak

Jason,

you can download and use my script.

Good luck

Martin Hanak

2 replies

24-Ruby III
April 16, 2014

Jason,

if you want to show path to directory where the drawing is located, then I think it is not possible.

Martin Hanak

diggs1-VisitorAuthor
1-Visitor
April 16, 2014

i figured as much martin. so i just wrote a parameter and going to make the user write in the path each time

24-Ruby III
April 17, 2014

Jason,

if you add the following option into your config.pro file, then you will see the path in the window title.

display_full_object_path YES

If you have some programming knowledge, then (I hope) you can use AutoIt software and create a script which takes the path from window title and put it into specific parameter. Such script can be launched using ProE/Creo mapkey.

Martin Hanak