Skip to content

HowTo SetWindowBackgroundColor

Patrick edited this page Nov 28, 2019 · 1 revision

If you use the DataDigger in different environments, you might want to have visual feedback of operating in that environment. For example, when you use DD in a production environment.

In addition to setting the setting the title of the window, you can also change the background color of the main window. You can do this by changing the startup parameter for DataDigger.

Add the following to set the main BGCOLOR to x: -param "color=x"

Alternatively, you can specify an RGB value by: -param "color=r,g,b"

Example: -param "color=14"