Customizing background color
Customizing the background color used in Interviewer Console
The IPlayerConsole.exe.config file specifies the background color for Interviewer Console and UNICOM Intelligence Interviewer - Synchronization Console. IPlayerConsole.exe.config is in the installation directory:
[INSTALL_FOLDER]\IBM\SPSS\<version>\Interviewer\
1 Save a renamed copy of the original file in case you want to revert to the original settings in the future.
2 Open IPlayerConsole.exe.config in a text editor such as Notepad. Change the values for FillColor, as shown below, to change the background color used in the applications. Each three-digit number represents an RGB color intensity ranging from 0 to 255, with 255 being full intensity.
<applicationSettings>
<Spss.UNICOM Intelligence.Mobile.Properties.Settings>
<setting name="LogoImage" serializeAs="String">
<value>Images/Logo.gif</value>
</setting>
<setting name="Icon" serializeAs="String">
<value>Images/Icon.ico</value>
</setting>
<setting name="FillColor" serializeAs="String">
<value>144,176,224</value>
</setting>
</Spss.UNICOM Intelligence.Mobile.Properties.Settings>
</applicationSettings>
Customize the background color used in UNICOM Intelligence Interviewer - Synchronization Console
Follow the steps above, except open IPlayerSyncMgr.exe.config instead of IPlayerConsole.exe.config.
See also