Navigation:  Introduction >

Styles & Themes

Previous pageReturn to chapter overviewNext page

Like in DMC where you can define ALL font and color used throughout, you can define what Theme to use for the RT engine (when NOT used in silent mode) on your clients machines.

 

Reminder : DMC comes with FOUR predefined Themes (default and 3 Office 2007 ones : Blue - Silver and Black)

 

Default

dmc_office_default        

Office 2007 Silver

dmc_office_silver

Office 2007 Blue

dmc_office_blue

Office 2007 Black

dmc_office_black

To define a Theme for your end-users machine, you have to change the INI file used by the RT engine :

 

You can do so by setting up YOUR DMC to use the Theme you wish (you can of course change all there also to better meed your requirements)

 

1. ADD YOUR "styles.tps" file to YOUR application installer by doing this :

(located in YOUR DMC %DataPath%/cgf_import/styles folder and copy the STYLES.TPS file from there to your Setup Builder so as to ship this file)

 

2. ADD this Setup Builder script line

 

Set Variable %INSTALL_RTDATA_PATH% to FUNCTION:Get Registry Key Value("Directory Data") from "HKEY_CURRENT_USER\SOFTWARE\CGF\Data Management Center RT"

 

3. Use this variable "%INSTALL_RTDATA_PATH%/Styles" as to where install the styles.tps file found in YOUR DMC data path (with the always overwrite option).