Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing the Default Color Map File

  • Thread starter Thread starter gregl
  • Start date Start date
Status
Not open for further replies.
G

gregl

Guest
I am trying to change my default color map file so all of my colors are not reflective (as they are by default). I have tried to save a .map file and set the config option to look at it by default, but it doesn't seem to work after I reload Pro. Am I missing something?



-GL
 
Try the following in your config.pro



pro_colormap_path c:\proe\config

Notice it's only a path. It will be looking for the file color.map in the specified directory. My thought is you put in a path with file name (e.g. c:\proe\config\color.map) or your color.map file is named something like mycolors.map.
 
You could also save the file as color.map in your startup directory - Pro/E will use this by default.

Ed
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top