I had typed up a response for the new thread, but I'll go ahead an post it here.
First of all, you need to understand what the different config files in Pro/E do.
Config.win is simply for the window layout. Toolbar position, button locations, button icons and drop down menu configuration. That's it, it contains no information for the functional configuration of Pro/E.
Functional configuration options are stored in a file names config.pro. It's a simple text file that you can read with Notepad or any other text editor (unlike config.win).
Pro/E will read either of these files from thees folders in this order at start up:
- Text directory of your Pro/E installation
- The user home directory (as defined in a Windows environment variable)
- The 'start in' directory as defined in the shortcut used to launch Pro/E (in your start menu or on your desktop)
To your questions:
Dimitris1980 said:
I cannot find the config.win file ...
Out of the box,there isn't one. If you want to change your screen layout, right click on a toolbar and select 'commands' to enter the configuration dialog, make the cahnges you want and save it to one of the locations above and it will load at start up.
Dimitris1980 said:
I entered the view>display settings, I changed the colors settings, I save them in the syscol.scl file, but when I start again the ProE, the colors settings are not applied.
I have red that you can determine the path of the syscol.scl file (where the color settings are saved) in the config.pro file. You can do that via the tools > options menu. I did that, but I didn't find the corresponding parameter (system_colors_file) among them.
Again, the system_colors_file will not be in there by default. Once you create and save your system colors file, you'll need to add it to your config.pro and save it to one of the places above. By default, Pro/E will name it 'current_session.pro', which is silly because I don't think that they will load unless it's named 'config.pro', so make sure you change the name.
Dimitris1980 said:
In addition I want to activate the keys F5, F6, F7 and F8 in order to turn on and off the datum planes, datum axes, datum points and datum coordinate systems respectively. I can do that using the mapkeys (I saw them in the parameters of the config.pro files which were contained the above mentioned menu), but I don't know details.
Finally I want to use the combination of keys SHIFT and ? in order the "Select working directory" menu to be issued on the screen.
These are also stored in the config.pro file. Once you've created a config.pro file above, when you record the mapkeys through the mapkeys dialog, make sure you pick 'changed' under 'Save Mapkeys' and save to the config file you created.
I'm not sure about using the sift key in a mapkey, never tried that.