Nancy Mathew
18th August 2003, 00:33
Hi,
Is there a way we can have different fonts and font size for different users in BaaN 50b DEM.
NPRao
18th August 2003, 01:43
Nancy,
If you are using Worktop on your Baan Version try to get the latest version.
iBaan Worktop 2.2.30
Release Notes
Skin support
It is possible to change the skin of Worktop, however you will need a technical background to do so. Colors, font types and sizes can be modified by manually editing the worktop.bdm file located in the \bdm folder of the Worktop installation. Note that in case of central deployment, this file is shared among all users and so the modified skin will be applicable for all end-users.
At the end of the workop.bdm file there is an entry <WT_settings>. This entry contains all configurable colors and font types.
Colors can be defined in two ways, by using a win32 define (like COLOR_WINDOWTEXT) or by RGB code (i.e. RGB(255,255,255) for white). Font types can also be defined in two ways, by using a win32 define (like DEFAULT_GUI_FONT) or by using the syntax (<size>, <bold>, <italic>, <font name>). <size> is the font size in pixels, <bold> and <italic> are booleans indicating whether the font is bold and\or italic or not, <font name> indicates the name of the font (i.e. Arial). So for example, (16,TRUE,FALSE,Arial) indicates a bold Arial font with a size of 16 pixels.