Saving Settings

There are two possible locations where the persistent settings are saved:

  • USER: The settings are saved on the local computer, in a folder specific to the Windows user that is logged on and also specific to the version of the application (there can be multiple versions installed, each with its own settings).

    If an item is saved as a USER setting, the item is loaded or applied to all configurations.

  • CONFIG: The settings are saved in the application file. For example, in IxLoad, this is the current .rxf file that is opened. Presentation settings saved in the config overwrite the ones stored at user level when the configuration is loaded.

    If an item is saved in the CONFIG file, it is loaded and available only when the user opens the application configuration file.

In this section: