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!

Trouble with Automatically Loading Color Map File

  • Thread starter Thread starter fiebigc
  • Start date Start date
F

fiebigc

Guest
I started using Creo 2.0 recently and I can't get it to load my color map file automatically. I can manually load it by going in to the Appearances Mangager menu but that is annoying.

I have this line in my config.pro file:

pro_colormap_path C:/ProE_Configuration-Files/appearance.dmt

appearance.dmt is the color map file that I've used for several years with previous versions of WF.

Does anyone know why my appearance.dmt won't load automatically at startup with this config.pro parameter?

Thanks.
 
It may be overidden by the config.sup file controlled by your administrator.
 
I started using Creo 2.0 recently and I can't get it to load my color map file automatically. I can manually load it by going in to the Appearances Mangager menu but that is annoying.

I have this line in my config.pro file:

pro_colormap_path C:/ProE_Configuration-Files/appearance.dmt

appearance.dmt is the color map file that I've used for several years with previous versions of WF.

Does anyone know why my appearance.dmt won't load automatically at startup with this config.pro parameter?

Thanks.
I have this in my config
system_colors_file C:\syscol.scl
for the screen color
 
Try getting rid of the - in the directory name. The underscores work fine but I have had trouble getting paths with -s to work correctly.
 
Try changing the option in the config.pro to read like this:

pro_colormap_path C:\ProE_Configuration-Files
Use a back slash instead of a forward slash and remove the appearance.dmt from the string.
 
It is the slash... goes the wrong way.
Remove the filename too.
 
Hey guys sorry for the really late reply but your answers helped me resolve the issue. I found that removing the filename ("appearance.dmt") is what enable this parameter to work. Using a forward slash or back slash in the file names did not make a difference.

To clarify for posterity.

In Creo 2.0 to load a color map file named "appearance.dmt" remember the following when setting up your config.pro file.

This does not work:
pro_colormap_path C:/ProE_Configuration-Files/appearance.dmt

This does work:
pro_colormap_path C:/ProE_Configuration-Files
 

Part and Inventory Search

Sponsor

Back
Top